2 #ifndef RIVET_NeutralFinalState_HH 3 #define RIVET_NeutralFinalState_HH 5 #include "Rivet/Projections/FinalState.hh" void setName(const std::string &name)
Used by derived classes to set their name.
Definition: Projection.hh:142
Definition: MC_Cent_pPb.hh:10
FinalState(const Cut &c=Cuts::open())
Construction using Cuts object.
Project only neutral final state particles.
Definition: NeutralFinalState.hh:11
DEFAULT_RIVET_PROJ_CLONE(NeutralFinalState)
Clone on the heap.
const Cut & open()
Fully open cut singleton, accepts everything.
NeutralFinalState(const Cut &c=Cuts::open())
Construction using Cuts object.
Definition: NeutralFinalState.hh:27
CmpState compare(const Projection &p) const
Compare projections.
Representation of a HepMC event, and enabler of Projection caching.
Definition: Event.hh:22
NeutralFinalState(const FinalState &fsp, double etmin=0 *GeV)
Construction from another FinalState.
Definition: NeutralFinalState.hh:19
Project out all final-state particles in an event. Probably the most important projection in Rivet! ...
Definition: FinalState.hh:12
const PROJ & declare(const PROJ &proj, const std::string &name)
Register a contained projection (user-facing version)
Definition: ProjectionApplier.hh:170
void project(const Event &e)
Apply the projection on the supplied event.
Base class for all Rivet projections.
Definition: Projection.hh:29