2#ifndef RIVET_TRIGGERPROJECTION_HH
3#define RIVET_TRIGGERPROJECTION_HH
5#include "Rivet/Projection.hh"
Representation of a HepMC event, and enabler of Projection caching.
Definition: Event.hh:22
Base class for all Rivet projections.
Definition: Projection.hh:29
void setName(const std::string &name)
Used by derived classes to set their name.
Definition: Projection.hh:142
Base class for projections returning a bool corresponding to a trigger.
Definition: TriggerProjection.hh:19
virtual CmpState compare(const Projection &) const
Compare projections.
Definition: TriggerProjection.hh:50
void fail()
Indicate that the event has failed the trigger.
Definition: TriggerProjection.hh:55
bool operator()() const
Definition: TriggerProjection.hh:34
DEFAULT_RIVET_PROJ_CLONE(TriggerProjection)
Clone on the heap.
TriggerProjection()
The default constructor.
Definition: TriggerProjection.hh:24
virtual void project(const Event &e)
Definition: TriggerProjection.hh:40
void pass()
Indicate that the event has passed the trigger.
Definition: TriggerProjection.hh:45
Definition: MC_Cent_pPb.hh:10