2 #ifndef RIVET_NonPromptFinalState_HH 3 #define RIVET_NonPromptFinalState_HH 5 #include "Rivet/Projections/FinalState.hh" 48 bool _acceptMuDecays, _acceptTauDecays;
Definition: MC_Cent_pPb.hh:10
void acceptTauDecays(bool acc=true)
Treat particles from decays of prompt taus as non-prompt?
Definition: NonPromptFinalState.hh:37
DEFAULT_RIVET_PROJ_CLONE(NonPromptFinalState)
Clone on the heap.
Find final state particles NOT directly connected to the hard process.
Definition: NonPromptFinalState.hh:13
void acceptMuonDecays(bool acc=true)
Treat particles from decays of prompt muons as non-prompt?
Definition: NonPromptFinalState.hh:35
Representation of a HepMC event, and enabler of Projection caching.
Definition: Event.hh:22
CmpState compare(const Projection &p) const
Compare projections.
void project(const Event &e)
Apply the projection on the supplied event.
Project out all final-state particles in an event. Probably the most important projection in Rivet! ...
Definition: FinalState.hh:12
Base class for all Rivet projections.
Definition: Projection.hh:29