2#ifndef RIVET_NonPromptFinalState_HH
3#define RIVET_NonPromptFinalState_HH
5#include "Rivet/Projections/FinalState.hh"
6#include "Rivet/Projections/PromptFinalState.fhh"
22 TauDecaysAs taudecays=TauDecaysAs::PROMPT,
23 MuDecaysAs mudecays=MuDecaysAs::PROMPT);
27 TauDecaysAs taudecays=TauDecaysAs::PROMPT,
28 MuDecaysAs mudecays=MuDecaysAs::PROMPT);
41 using Projection::operator =;
59 bool _mudecays, _taudecays;
Representation of a HepMC event, and enabler of Projection caching.
Definition Event.hh:22
Project out all final-state particles in an event. Probably the most important projection in Rivet!
Definition FinalState.hh:12
Find final state particles NOT directly connected to the hard process.
Definition NonPromptFinalState.hh:14
NonPromptFinalState(const Cut &c, TauDecaysAs taudecays=TauDecaysAs::PROMPT, MuDecaysAs mudecays=MuDecaysAs::PROMPT)
Constructor from a Cut (and implicit general FS).
CmpState compare(const Projection &p) const
Compare projections.
RIVET_DEFAULT_PROJ_CLONE(NonPromptFinalState)
Clone on the heap.
void acceptTauDecays(bool acc=true)
Treat particles from decays of prompt taus as non-prompt?
Definition NonPromptFinalState.hh:47
void acceptMuonDecays(bool acc=true)
Treat particles from decays of prompt muons as non-prompt?
Definition NonPromptFinalState.hh:45
void project(const Event &e)
Apply the projection on the supplied event.
Base class for all Rivet projections.
Definition Projection.hh:29
Definition MC_CENT_PPB_Projections.hh:10