JetUtils.hh 57 BoolJetAND(const JetSelector& a, const JetSelector& b, const JetSelector& c) : selectors({a,b,c}) {} 74 BoolJetOR(const JetSelector& a, const JetSelector& b, const JetSelector& c) : selectors({a,b,c}) {} 158 inline Jets filterBy(const Jets& jets, const Cut& c, Jets& out) { return filter_select(jets, c, out); } Definition: ALICE_2010_I880049.cc:13 bool bTagged(const Cut &c=Cuts::open()) const Does this jet have at least one b-tag (that passes an optional Cut)? Definition: Jet.hh:110 Cut operator!(const Cut &cptr) Logical NOT operation on a cut. Definition: Cuts.cc:324 C-tagging functor, with a tag selection cut as the stored state. Definition: JetUtils.hh:111 Jets & ifilter_discard(Jets &jets, const Cut &c) Filter a jet collection in-place to the subset that fails the supplied Cut. Definition: JetUtils.cc:14 Jets filter_discard(const Jets &jets, const Cut &c) Filter a jet collection in-place to the subset that fails the supplied Cut. Definition: JetUtils.hh:165 B-tagging functor, with a tag selection cut as the stored state. Definition: JetUtils.hh:101 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 const Cut & open() Fully open cut singleton, accepts everything. Definition: Cuts.cc:81 Anti-B/C-tagging functor, with a tag selection cut as the stored state. Definition: JetUtils.hh:121 T sum(const CONTAINER &c, const T &start=T()) Generic sum function, adding x for all x in container c, starting with start. Definition: Utils.hh:345 function< bool(const Jet &)> JetSelector std::function instantiation for functors taking a Jet and returning a bool Definition: JetUtils.hh:41 Specialized version of the FourVector with momentum/energy functionality. Definition: Vector4.hh:301 bool cTagged(const Cut &c=Cuts::open()) const Does this jet have at least one c-tag (that passes an optional Cut)? Definition: Jet.hh:123 Jets & ifilter_select(Jets &jets, const Cut &c) Filter a jet collection in-place to the subset that passes the supplied Cut. Definition: JetUtils.cc:7 function< bool(const Jet &, const Jet &)> JetSorter std::function instantiation for functors taking two Jets and returning a bool Definition: JetUtils.hh:43 Generated on Sun Feb 17 2019 21:04:56 for Rivet by ![]() |