Rivet API documentation
![]() |
Rivet 4.1.3
|
JetFinder.hh
Project out all final-state particles in an event. Probably the most important projection in Rivet!
Definition FinalState.hh:12
size_t size(const Cut &c) const
Count the jets after a Cut is applied.
Definition JetFinder.hh:167
size_t size(const JetSelector &s) const
Count the jets after a selection functor is applied.
Definition JetFinder.hh:169
Jets jets(const JetSelector &selector, const JetSorter &sorter) const
Definition JetFinder.hh:123
Jets jets(const Cut &c, const JetSorter &sorter) const
Definition JetFinder.hh:109
JetFinder(const FinalState &fs, JetMuons usemuons=JetMuons::ALL, JetInvisibles useinvis=JetInvisibles::NONE)
Constructor.
virtual Jets jets(const JetSelector &selector) const
Definition JetFinder.hh:102
void useMuons(JetMuons usemuons=JetMuons::ALL)
Include (some) muons in jet construction.
Definition JetFinder.hh:74
bool empty(const JetSelector &s) const
Is this jet finder empty after a selection functor is applied?
Definition JetFinder.hh:176
Jets jets(const JetSorter &sorter, const JetSelector selector) const
Definition JetFinder.hh:130
Jets jetsByPt(const JetSelector &selector) const
Definition JetFinder.hh:149
Jets jets(const JetSorter &sorter, const Cut &c=Cuts::open()) const
Definition JetFinder.hh:116
bool empty(const Cut &c) const
Is this jet finder empty after a Cut is applied?
Definition JetFinder.hh:174
collection_type entities() const
Template-usable interface common to FinalState.
Definition JetFinder.hh:185
void useInvisibles(JetInvisibles useinvis=JetInvisibles::DECAY)
Include (some) invisible particles in jet construction.
Definition JetFinder.hh:84
Jets select(const Jets &jets, const Cut &c)
Filter a jet collection in-place to the subset that passes the supplied Cut.
Definition JetUtils.hh:157
function< bool(const Jet &, const Jet &)> JetSorter
std::function instantiation for functors taking two Jets and returning a bool
Definition JetUtils.hh:43
function< bool(const Jet &)> JetSelector
std::function instantiation for functors taking a Jet and returning a bool
Definition JetUtils.hh:41
MOMS sortBy(const MOMS &pbs, const CMP &cmp)
Sort a container of momenta by cmp and return by value for const inputs.
Definition Vector4.hh:1436
bool cmpMomByPt(const FourMomentum &a, const FourMomentum &b)
Comparison to give a sorting by decreasing pT.
Definition Vector4.hh:1341
double p(const ParticleBase &p)
Unbound function access to p.
Definition ParticleBaseUtils.hh:653
Definition MC_CENT_PPB_Projections.hh:10
JetInvisibles
Enum for the treatment of invisible particles: whether to include all, some, or none in jet-finding.
Definition JetFinder.hh:18
JetMuons
Enum for the treatment of muons: whether to include all, some, or none in jet-finding.
Definition JetFinder.hh:15
JetScheme()
Default constructor just for STL storage.
Definition JetFinder.hh:30
Generated on for Rivet by
