JetAlg.hh 27 JetAlg(const FinalState& fs, MuonsStrategy usemuons=JetAlg::ALL_MUONS, InvisiblesStrategy useinvis=JetAlg::NO_INVISIBLES); 201 // virtual void calc(const Particles& constituents, const Particles& tagparticles=Particles()) = 0; Definition: ALICE_2010_I880049.cc:13 bool empty(const Cut &c) const Is this jet finder empty after a Cut is applied? Definition: JetAlg.hh:187 Jets jets(const JetSorter &sorter, const JetSelector selector) const Definition: JetAlg.hh:129 size_t size(const Cut &c) const Count the jets after a Cut is applied. Definition: JetAlg.hh:180 Jets jets(const JetSelector &selector, const JetSorter &sorter) const Definition: JetAlg.hh:122 void useInvisibles(bool useinvis) Include (some) invisible particles in jet construction. Definition: JetAlg.hh:73 Definition: Event.hh:22 Jets jets(const JetSorter &sorter, const Cut &c=Cuts::open()) const Definition: JetAlg.hh:115 Jets filter_select(const Jets &jets, const Cut &c) Filter a jet collection in-place to the subset that passes the supplied Cut. Definition: JetUtils.hh:143 collection_type entities() const Template-usable interface common to FinalState. Definition: JetAlg.hh:198 const Cut & open() Fully open cut singleton, accepts everything. Definition: Cuts.cc:81 MuonsStrategy Enum for the treatment of muons: whether to include all, some, or none in jet-finding. Definition: JetAlg.hh:19 Project out all final-state particles in an event. Probably the most important projection in Rivet! ... Definition: FinalState.hh:12 bool cmpMomByPt(const FourMomentum &a, const FourMomentum &b) Comparison to give a sorting by decreasing pT. Definition: Vector4.hh:1342 MOMS & sortBy(MOMS &pbs, const CMP &cmp) Sort a container of momenta by cmp and return by reference for non-const inputs. Definition: Vector4.hh:1431 InvisiblesStrategy Enum for the treatment of invisible particles: whether to include all, some, or none in jet-finding... Definition: JetAlg.hh:22 size_t size(const JetSelector &s) const Count the jets after a selection functor is applied. Definition: JetAlg.hh:182 function< bool(const Jet &)> JetSelector std::function instantiation for functors taking a Jet and returning a bool Definition: JetUtils.hh:41 void useMuons(MuonsStrategy usemuons=ALL_MUONS) Include (some) muons in jet construction. Definition: JetAlg.hh:51 void useInvisibles(InvisiblesStrategy useinvis=DECAY_INVISIBLES) Include (some) invisible particles in jet construction. Definition: JetAlg.hh:61 Abstract base class for projections which can return a set of Jets. Definition: JetAlg.hh:15 function< bool(const Jet &, const Jet &)> JetSorter std::function instantiation for functors taking two Jets and returning a bool Definition: JetUtils.hh:43 bool empty(const JetSelector &s) const Is this jet finder empty after a selection functor is applied? Definition: JetAlg.hh:189 Generated on Sun Feb 17 2019 21:04:56 for Rivet by ![]() |