2 #ifndef RIVET_TriggerCDFRun2_HH 3 #define RIVET_TriggerCDFRun2_HH 5 #include "Rivet/Projection.hh" 6 #include "Rivet/Event.hh" 7 #include "Rivet/Particle.hh" 8 #include "Rivet/Projections/Beam.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
void project(const Event &evt)
Project on to the Event.
Definition: TriggerCDFRun2.cc:11
Access to the min bias triggers used by CDF in Run 0 and Run 1.
Definition: TriggerCDFRun2.hh:14
DEFAULT_RIVET_PROJ_CLONE(TriggerCDFRun2)
Clone on the heap.
bool minBiasDecision() const
The trigger result.
Definition: TriggerCDFRun2.hh:29
const PROJ & addProjection(const PROJ &proj, const std::string &name)
Register a contained projection (user-facing version)
Definition: ProjectionApplier.hh:170
Project only charged final state particles.
Definition: ChargedFinalState.hh:11
TriggerCDFRun2()
Default constructor.
Definition: TriggerCDFRun2.hh:18
Base class for all Rivet projections.
Definition: Projection.hh:29
virtual int compare(const Projection &) const
Compare with other projections.
Definition: TriggerCDFRun2.hh:40