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}) {}
135 HasNoTag(const Cut& c=Cuts::open(), double dR=-1, bool quarktagsonly=false) : cut(c), deltaR(dR), qtagsonly(quarktagsonly) {}
136 HasNoTag(const Cut& c=Cuts::open(), bool quarktagsonly=false) : HasNoTag(c, -1, quarktagsonly) {}
218 CONTAINER& itrimJetsFrac(CONTAINER &jets, const double frac, const JetSorter &sortFunc=cmpMomByPt){
225 std::map<T, U>& itrimJetsFrac(std::map<T, U> &jetMap, const double frac, const JetSorter &sortFunc=cmpMomByPt){
288 CONTAINER& ifilterPseudoJets(CONTAINER &pjs, const fastjet::Filter &filter, const JetSorter &sortFunc=cmpMomByPt){
bool cTagged(const Cut &c=Cuts::open(), double dRmax=-1) const Does this jet have at least one c-tag? (with optional Cut and dR restriction) Definition Jet.hh:170 bool tauTagged(const Cut &c=Cuts::open(), double dRmax=-1) const Does this jet have at least one tau-tag (with optional Cut and dR restriction) Definition Jet.hh:193 bool bTagged(const Cut &c=Cuts::open(), double dRmax=-1) const Does this jet have at least one b-tag? (with optional Cut and dR restriction) Definition Jet.hh:147 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:157 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:176 PseudoJet & ifilterPseudoJets(PseudoJet &pj, const fastjet::Filter &filter) Apply given FastJet::Filter. PseudoJet filterPseudoJets(const PseudoJet &pj, const fastjet::Filter &filter) Apply given FastJet::Filter. Definition JetUtils.hh:304 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 Jet & itrimJetsFrac(Jet &jet, const double frac) Trim subjets with insufficient pT fraction. Jet trimJetsFrac(const Jet &jet, double frac) Trim subjets with insufficient pT fraction. Definition JetUtils.hh:238 MOMS & isortBy(MOMS &pbs, const CMP &cmp) Sort a container of momenta by cmp and return by reference for non-const inputs. Definition Vector4.hh:1411 bool cmpMomByPt(const FourMomentum &a, const FourMomentum &b) Comparison to give a sorting by decreasing pT. Definition Vector4.hh:1322 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:112 Anti-B/C-tagging functor, with a tag selection cut as the stored state. Definition JetUtils.hh:134 Tau-tagging functor, with a tag selection cut as the stored state. Definition JetUtils.hh:123 Generated on Fri Mar 7 2025 10:12:18 for Rivet by |