2 #ifndef RIVET_TriggerUA5_HH 3 #define RIVET_TriggerUA5_HH 5 #include "Rivet/Projection.hh" 6 #include "Rivet/Event.hh" 7 #include "Rivet/Particle.hh" 8 #include "Rivet/Projections/Beam.hh" 35 return _decision_nsd_1;
41 return _decision_nsd_2;
50 pair<unsigned int, unsigned int>
numHits() {
51 return make_pair(_n_plus, _n_minus);
69 bool _decision_sd, _decision_nsd_1, _decision_nsd_2;
75 unsigned int _n_plus, _n_minus;
Definition: MC_JetAnalysis.hh:9
Access to the min bias triggers used by UA5.
Definition: TriggerUA5.hh:14
bool nsd2Decision() const
Definition: TriggerUA5.hh:40
void project(const Event &evt)
Project on to the event.
Definition: TriggerUA5.cc:19
bool samebeams() const
The trigger result.
Definition: TriggerUA5.hh:45
bool nsdDecision() const
The trigger result for non-single diffractive (2 arm) trigger.
Definition: TriggerUA5.hh:34
pair< unsigned int, unsigned int > numHits()
Number of hits in <-,+> eta hodoscopes.
Definition: TriggerUA5.hh:50
bool sdDecision() const
The trigger result for non-single diffractive (2 arm) trigger.
Definition: TriggerUA5.hh:29
virtual int compare(const Projection &UNUSED(p)) const
Compare with other projections.
Definition: TriggerUA5.hh:61
TriggerUA5()
Default constructor.
Definition: TriggerUA5.cc:11
virtual const Projection * clone() const
Clone on the heap.
Definition: TriggerUA5.hh:21
Base class for all Rivet projections.
Definition: Projection.hh:28