PF Jet selector for pat::Jets. More...
#include "PhysicsTools/SelectorUtils/interface/PFJetIDSelectionFunctor.h"
Public Types | |
enum | Quality_t { LOOSE, TIGHT, N_QUALITY } |
enum | Version_t { FIRSTDATA, N_VERSIONS } |
Public Types inherited from Selector< pat::Jet > | |
typedef std::binary_function < pat::Jet, pat::strbitset, bool > | base_type |
typedef std::pair< index_type, size_t > | cut_flow_item |
typedef std::vector < cut_flow_item > | cut_flow_map |
typedef pat::Jet | data_type |
typedef std::map< index_type, double > | double_map |
typedef pat::strbitset::index_type | index_type |
typedef std::map< index_type, int > | int_map |
Public Member Functions | |
bool | firstDataCuts (reco::Jet const &jet, pat::strbitset &ret) |
bool | operator() (const pat::Jet &jet, pat::strbitset &ret) |
This provides the interface for base classes to select objects. More... | |
bool | operator() (const reco::PFJet &jet, pat::strbitset &ret) |
bool | operator() (const reco::PFJet &jet) |
PFJetIDSelectionFunctor () | |
PFJetIDSelectionFunctor (edm::ParameterSet const ¶ms, edm::ConsumesCollector &iC) | |
PFJetIDSelectionFunctor (edm::ParameterSet const ¶ms) | |
PFJetIDSelectionFunctor (Version_t version, Quality_t quality) | |
Public Member Functions inherited from Selector< pat::Jet > | |
void | clear (std::string const &s) |
Turn off a given selection cut. More... | |
void | clear (index_type const &i) |
bool | considerCut (std::string const &s) const |
consider the cut at index "s" More... | |
bool | considerCut (index_type const &i) const |
int | cut (index_type const &i, int val) const |
Access the int cut values at index "s". More... | |
double | cut (index_type const &i, double val) const |
Access the double cut values at index "s". More... | |
int | cut (std::string s, int val) const |
Access the int cut values at index "s". More... | |
double | cut (std::string s, double val) const |
Access the double cut values at index "s". More... | |
pat::strbitset | getBitTemplate () const |
Get an empty bitset with the proper names. More... | |
double | getPasses (std::string const &s) const |
Return the number of passing cases. More... | |
double | getPasses (index_type const &i) const |
bool | ignoreCut (std::string const &s) const |
ignore the cut at index "s" More... | |
bool | ignoreCut (index_type const &i) const |
virtual bool | operator() (pat::Jetconst &t) |
This provides an alternative signature without the second ret. More... | |
virtual bool | operator() (pat::Jetconst &t, edm::EventBase const &e, pat::strbitset &ret) |
This provides an alternative signature that includes extra information. More... | |
virtual bool | operator() (pat::Jetconst &t, edm::EventBase const &e) |
This provides an alternative signature that includes extra information. More... | |
bool | operator[] (std::string const &s) const |
bool | operator[] (index_type const &i) const |
void | passCut (pat::strbitset &ret, std::string const &s) |
Passing cuts. More... | |
void | passCut (pat::strbitset &ret, index_type const &i) |
void | print (std::ostream &out) const |
Print the cut flow. More... | |
void | printActiveCuts (std::ostream &out) const |
Print the cuts being considered. More... | |
virtual void | push_back (std::string const &s) |
This is the registration of an individual cut string. More... | |
virtual void | push_back (std::string const &s, int cut) |
This is the registration of an individual cut string, with an int cut value. More... | |
virtual void | push_back (std::string const &s, double cut) |
This is the registration of an individual cut string, with a double cut value. More... | |
Selector () | |
Constructor clears the bits. More... | |
void | set (std::string const &s, bool val=true) |
Set a given selection cut, on or off. More... | |
void | set (index_type const &i, bool val=true) |
void | set (std::string const &s, int cut, bool val=true) |
Set a given selection cut, on or off, and reset int cut value. More... | |
void | set (index_type const &i, int cut, bool val=true) |
void | set (std::string const &s, double cut, bool val=true) |
Set a given selection cut, on or off, and reset int cut value. More... | |
void | set (index_type const &i, double cut, bool val=true) |
void | setIgnored (pat::strbitset &ret) |
set ignored bits More... | |
void | setIgnoredCuts (std::vector< std::string > const &bitsToIgnore) |
set the bits to ignore from a vector More... | |
virtual | ~Selector () |
Private Attributes | |
index_type | indexCEF_ |
index_type | indexCHF_ |
index_type | indexNCH_ |
index_type | indexNConstituents_ |
index_type | indexNEF_ |
index_type | indexNHF_ |
Quality_t | quality_ |
Version_t | version_ |
Additional Inherited Members | |
Protected Attributes inherited from Selector< pat::Jet > | |
pat::strbitset | bits_ |
the bitset indexed by strings More... | |
cut_flow_map | cutFlow_ |
map of cut flows in "human" order More... | |
double_map | doubleCuts_ |
the double-value cut map More... | |
int_map | intCuts_ |
the int-value cut map More... | |
pat::strbitset | retInternal_ |
internal ret if users don't care about return bits More... | |
PF Jet selector for pat::Jets.
Selector functor for pat::Jets that implements quality cuts based on studies of noise patterns.
Please see https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePATSelectors for a general overview of the selectors.
Definition at line 24 of file PFJetIDSelectionFunctor.h.
|
inline |
Definition at line 31 of file PFJetIDSelectionFunctor.h.
|
inline |
Definition at line 34 of file PFJetIDSelectionFunctor.h.
|
inline |
will have other options eventually, most likely
Definition at line 39 of file PFJetIDSelectionFunctor.h.
References Selector< pat::Jet >::bits_, edm::ParameterSet::exists(), FIRSTDATA, Selector< pat::Jet >::getBitTemplate(), edm::ParameterSet::getParameter(), indexCEF_, indexCHF_, indexNCH_, indexNConstituents_, indexNEF_, indexNHF_, LOOSE, Selector< pat::Jet >::push_back(), quality_, Selector< pat::Jet >::retInternal_, Selector< pat::Jet >::set(), Selector< pat::Jet >::setIgnoredCuts(), AlCaHLTBitMon_QueryRunRegistry::string, TIGHT, and version_.
Definition at line 103 of file PFJetIDSelectionFunctor.h.
References Selector< pat::Jet >::bits_, Selector< pat::Jet >::getBitTemplate(), indexCEF_, indexCHF_, indexNCH_, indexNConstituents_, indexNEF_, indexNHF_, LOOSE, Selector< pat::Jet >::push_back(), quality_, Selector< pat::Jet >::retInternal_, Selector< pat::Jet >::set(), and TIGHT.
|
inline |
Definition at line 185 of file PFJetIDSelectionFunctor.h.
References funct::abs(), reco::Candidate::begin(), reco::PFJet::chargedEmEnergy(), pat::Jet::chargedEmEnergyFraction(), reco::PFJet::chargedHadronEnergy(), pat::Jet::chargedHadronEnergyFraction(), reco::PFJet::chargedMultiplicity(), pat::Jet::chargedMultiplicity(), Selector< pat::Jet >::cut(), alignCSCRings::e, reco::PFJet::electronEnergy(), reco::Candidate::end(), reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), reco::PFJet::HFEMEnergy(), Selector< pat::Jet >::ignoreCut(), indexCEF_, indexCHF_, indexNCH_, indexNConstituents_, indexNEF_, indexNHF_, pat::Jet::isBasicJet(), pat::Jet::isPFJet(), metsig::jet, reco::PFJet::muonEnergy(), reco::PFJet::neutralEmEnergy(), pat::Jet::neutralEmEnergyFraction(), reco::PFJet::neutralHadronEnergy(), pat::Jet::neutralHadronEnergyFraction(), reco::CompositePtrCandidate::numberOfDaughters(), pat::Jet::numberOfDaughters(), Selector< pat::Jet >::passCut(), pfJet, reco::PFJet::photonEnergy(), run_regression::ret, pat::strbitset::set(), and Selector< pat::Jet >::setIgnored().
Referenced by operator()().
|
inlinevirtual |
This provides the interface for base classes to select objects.
Implements Selector< pat::Jet >.
Definition at line 148 of file PFJetIDSelectionFunctor.h.
References pat::Jet::correctedJet(), pat::Jet::currentJECLevel(), FIRSTDATA, firstDataCuts(), pat::Jet::jecSetsAvailable(), run_regression::ret, and version_.
Referenced by operator()().
|
inline |
Definition at line 166 of file PFJetIDSelectionFunctor.h.
References FIRSTDATA, firstDataCuts(), and version_.
|
inline |
Definition at line 174 of file PFJetIDSelectionFunctor.h.
References operator()(), Selector< pat::Jet >::retInternal_, pat::strbitset::set(), and Selector< pat::Jet >::setIgnored().
|
private |
Definition at line 317 of file PFJetIDSelectionFunctor.h.
Referenced by firstDataCuts(), and PFJetIDSelectionFunctor().
|
private |
Definition at line 318 of file PFJetIDSelectionFunctor.h.
Referenced by firstDataCuts(), and PFJetIDSelectionFunctor().
|
private |
Definition at line 319 of file PFJetIDSelectionFunctor.h.
Referenced by firstDataCuts(), and PFJetIDSelectionFunctor().
|
private |
Definition at line 314 of file PFJetIDSelectionFunctor.h.
Referenced by firstDataCuts(), and PFJetIDSelectionFunctor().
|
private |
Definition at line 315 of file PFJetIDSelectionFunctor.h.
Referenced by firstDataCuts(), and PFJetIDSelectionFunctor().
|
private |
Definition at line 316 of file PFJetIDSelectionFunctor.h.
Referenced by firstDataCuts(), and PFJetIDSelectionFunctor().
|
private |
Definition at line 312 of file PFJetIDSelectionFunctor.h.
Referenced by PFJetIDSelectionFunctor().
|
private |
Definition at line 311 of file PFJetIDSelectionFunctor.h.
Referenced by operator()(), and PFJetIDSelectionFunctor().