2#ifndef RIVET_TRIGGERPROJECTION_HH
3#define RIVET_TRIGGERPROJECTION_HH
5#include "Rivet/Projection.hh"
32 using Projection::operator =;
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:148
Base class for projections returning a bool corresponding to a trigger.
Definition TriggerProjection.hh:18
virtual CmpState compare(const Projection &) const
Compare projections.
Definition TriggerProjection.hh:52
void fail()
Indicate that the event has failed the trigger.
Definition TriggerProjection.hh:57
bool operator()() const
Return true if the event has passed some trigger or selection criteria.
Definition TriggerProjection.hh:35
TriggerProjection()
The default constructor.
Definition TriggerProjection.hh:22
virtual void project(const Event &)
Definition TriggerProjection.hh:42
RIVET_DEFAULT_PROJ_CLONE(TriggerProjection)
Clone on the heap.
void pass()
Indicate that the event has passed the trigger.
Definition TriggerProjection.hh:47
Definition MC_CENT_PPB_Projections.hh:10