2 #ifndef RIVET_PrimaryHadrons_HH 3 #define RIVET_PrimaryHadrons_HH 5 #include "Rivet/Projections/FinalState.hh" 6 #include "Rivet/Projections/UnstableFinalState.hh" 7 #include "Rivet/Particle.hh" 8 #include "Rivet/Event.hh" void setName(const std::string &name)
Used by derived classes to set their name.
Definition: Projection.hh:133
Definition: ALICE_2010_I880049.cc:13
virtual void project(const Event &e)
Apply the projection to the event.
Definition: PrimaryHadrons.cc:7
Project out all physical-but-decayed particles in an event.
Definition: UnstableFinalState.hh:26
Project out the first hadrons from hadronisation.
Definition: PrimaryHadrons.hh:17
PrimaryHadrons(const Cut &c=Cuts::open())
Constructor with cuts argument.
Definition: PrimaryHadrons.hh:24
PrimaryHadrons(double mineta, double maxeta, double minpt=0.0 *GeV)
Definition: PrimaryHadrons.hh:31
DEFAULT_RIVET_PROJ_CLONE(PrimaryHadrons)
Clone on the heap.
const Cut & open()
Fully open cut singleton, accepts everything.
Definition: Cuts.cc:81
Project out all final-state particles in an event. Probably the most important projection in Rivet! ...
Definition: FinalState.hh:12
const PROJ & addProjection(const PROJ &proj, const std::string &name)
Register a contained projection (user-facing version)
Definition: ProjectionApplier.hh:170