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}) {}
132 HasNoTag(const Cut& c=Cuts::open(), bool quarktagsonly=false) : cut(c), qtagsonly(quarktagsonly) {}
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:147 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:134 bool tauTagged(const Cut &c=Cuts::open()) const Does this jet have at least one tau-tag (that passes an optional Cut)? Definition Jet.hh:160 Jets & idiscard(Jets &jets, const Cut &c) Filter a jet collection in-place to the subset that fails the supplied Cut. 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:152 Jets & iselect(Jets &jets, const Cut &c) Filter a jet collection in-place to the subset that passes the supplied Cut. Jets discard(const Jets &jets, const Cut &c) Filter a jet collection in-place to the subset that fails the supplied Cut. Definition JetUtils.hh:171 function< bool(const Jet &)> JetSelector std::function instantiation for functors taking a Jet and returning a bool Definition JetUtils.hh:41 function< bool(const Jet &, const Jet &)> JetSorter std::function instantiation for functors taking two Jets and returning a bool Definition JetUtils.hh:43 Jets trimJetsFrac(const PseudoJets &jetsIn, const double frac=0.1) Definition MC_CENT_PPB_Projections.hh:10 Cut operator&&(const Cut &aptr, const Cut &bptr) T sum(const DressedLeptons &c, FN &&fn, const T &start=T()) Generic sum function, adding fn(x) for all x in container c, starting with start. Definition DressedLepton.hh:60 Cut operator||(const Cut &aptr, const Cut &bptr) B-tagging functor, with a tag selection cut as the stored state. Definition JetUtils.hh:101 C-tagging functor, with a tag selection cut as the stored state. Definition JetUtils.hh:111 Anti-B/C-tagging functor, with a tag selection cut as the stored state. Definition JetUtils.hh:131 Tau-tagging functor, with a tag selection cut as the stored state. Definition JetUtils.hh:121 Generated on Thu Feb 29 2024 15:46:47 for Rivet by 1.9.8 |