2 #ifndef RIVET_HadronicFinalState_HH 3 #define RIVET_HadronicFinalState_HH 5 #include "Rivet/Tools/Logging.hh" 6 #include "Rivet/Rivet.hh" 7 #include "Rivet/Particle.hh" 8 #include "Rivet/Event.hh" 9 #include "Rivet/Projection.hh" 10 #include "Rivet/Projections/FinalState.hh" 29 double minpt = 0.0*GeV)
void setName(const std::string &name)
Used by derived classes to set their name.
Definition: Projection.hh:120
Definition: MC_JetAnalysis.hh:9
virtual const Projection * clone() const
Clone on the heap.
Definition: HadronicFinalState.hh:36
int compare(const Projection &p) const
Compare projections.
Definition: HadronicFinalState.cc:11
Project only hadronic final state particles.
Definition: HadronicFinalState.hh:16
HadronicFinalState(const FinalState &fsp)
Constructor: the supplied FinalState projection is assumed to live through the run.
Definition: HadronicFinalState.hh:21
Project out all final-state particles in an event. Probably the most important projection in Rivet! ...
Definition: FinalState.hh:14
const PROJ & addProjection(const PROJ &proj, const std::string &name)
Definition: ProjectionApplier.hh:113
FinalState(double mineta=-MAXRAPIDITY, double maxeta=MAXRAPIDITY, double minpt=0.0 *GeV)
Definition: FinalState.cc:9
static const double MAXRAPIDITY
A sensible default maximum value of rapidity for Rivet analyses to use.
Definition: Rivet.hh:24
void project(const Event &e)
Apply the projection on the supplied event.
Definition: HadronicFinalState.cc:21
Base class for all Rivet projections.
Definition: Projection.hh:28