2 #ifndef RIVET_TriggerCDFRun0Run1_HH
3 #define RIVET_TriggerCDFRun0Run1_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:120
Definition: MC_JetAnalysis.hh:9
Access to the min bias triggers used by CDF in Run 0 and Run 1.
Definition: TriggerCDFRun0Run1.hh:14
void project(const Event &evt)
Project on to the Event.
Definition: TriggerCDFRun0Run1.cc:11
virtual const Projection * clone() const
Clone on the heap.
Definition: TriggerCDFRun0Run1.hh:25
virtual int compare(const Projection &UNUSED(p)) const
Compare with other projections.
Definition: TriggerCDFRun0Run1.hh:44
bool minBiasDecision() const
The trigger result.
Definition: TriggerCDFRun0Run1.hh:33
const PROJ & addProjection(const PROJ &proj, const std::string &name)
Definition: ProjectionApplier.hh:113
TriggerCDFRun0Run1()
Default constructor.
Definition: TriggerCDFRun0Run1.hh:18
Project only charged final state particles.
Definition: ChargedFinalState.hh:16
Base class for all Rivet projections.
Definition: Projection.hh:28