Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8309369
VisibleFinalState.cc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
457 B
Subscribers
None
VisibleFinalState.cc
View Options
// -*- C++ -*-
#include
"Rivet/Rivet.hh"
#include
"Rivet/Projections/VisibleFinalState.hh"
#include
"Rivet/Cmp.hh"
#include
"Rivet/Tools/Utils.hh"
#include
<algorithm>
namespace
Rivet
{
int
VisibleFinalState
::
compare
(
const
Projection
&
p
)
const
{
return
mkNamedPCmp
(
p
,
"VFS"
);
}
void
VisibleFinalState
::
project
(
const
Event
&
e
)
{
const
FinalState
&
vfs
=
applyProjection
<
FinalState
>
(
e
,
"VFS"
);
_theParticles
=
vfs
.
particles
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, Dec 21, 3:09 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4023234
Default Alt Text
VisibleFinalState.cc (457 B)
Attached To
rRIVETSVN rivetsvn
Event Timeline
Log In to Comment