2 #ifndef RIVET_ChargedFinalState_HH 3 #define RIVET_ChargedFinalState_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" 26 double minpt = 0.0*GeV);
31 double minpt = 0.0*GeV);
Definition: MC_JetAnalysis.hh:9
virtual const Projection * clone() const
Clone on the heap.
Definition: ChargedFinalState.hh:34
int compare(const Projection &p) const
Compare projections.
Definition: ChargedFinalState.cc:30
Project out all final-state particles in an event. Probably the most important projection in Rivet! ...
Definition: FinalState.hh:14
void project(const Event &e)
Apply the projection on the supplied event.
Definition: ChargedFinalState.cc:40
Project only charged final state particles.
Definition: ChargedFinalState.hh:16
static const double MAXRAPIDITY
A sensible default maximum value of rapidity for Rivet analyses to use.
Definition: Rivet.hh:24
Base class for all Rivet projections.
Definition: Projection.hh:28