2 #ifndef RIVET_PromptFinalState_HH 3 #define RIVET_PromptFinalState_HH 5 #include "Rivet/Projections/FinalState.hh" 34 PromptFinalState(
const Cut& c,
bool accepttaudecays=
false,
bool acceptmudecays=
false);
62 bool _acceptMuDecays, _acceptTauDecays;
Definition: MC_Cent_pPb.hh:10
void project(const Event &e)
Apply the projection on the supplied event.
void acceptMuonDecays(bool acc=true)
Accept leptons from decays of prompt muons as themselves being prompt?
Definition: PromptFinalState.hh:48
PromptFinalState(bool accepttaudecays=false, bool acceptmudecays=false)
Constructor without cuts.
Representation of a HepMC event, and enabler of Projection caching.
Definition: Event.hh:22
void acceptTauDecays(bool acc=true)
Accept leptons from decays of prompt taus as themselves being prompt?
Definition: PromptFinalState.hh:50
CmpState compare(const Projection &p) const
Compare projections.
DEFAULT_RIVET_PROJ_CLONE(PromptFinalState)
Clone on the heap.
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
Find final state particles directly connected to the hard process.
Definition: PromptFinalState.hh:24