1 #ifndef PhysicsTools_SelectorUtils_interface_PFJetIDSelectionFunctor_h 2 #define PhysicsTools_SelectorUtils_interface_PFJetIDSelectionFunctor_h 44 if ( versionStr ==
"FIRSTDATA" )
46 else if( versionStr ==
"RUNIISTARTUP")
50 else if( versionStr ==
"WINTER16")
52 else if( versionStr ==
"WINTER17")
54 else if( versionStr ==
"WINTER17PUPPI")
72 if ( params.
exists(
"nConstituents") )
set(
"nConstituents", params.
getParameter<
int> (
"nConstituents") );
75 if ( params.
exists(
"nNeutrals_FW") )
set(
"nNeutrals_FW", params.
getParameter<
int> (
"nNeutrals_FW") );
80 if ( params.
exists(
"nNeutrals_EC") )
set(
"nNeutrals_EC", params.
getParameter<
int> (
"nNeutrals_EC") );
82 if ( params.
exists(
"nNeutrals_FW") )
set(
"nNeutrals_FW", params.
getParameter<
int> (
"nNeutrals_FW") );
85 if ( params.
exists(
"NEF_EC_L") )
set(
"NEF_EC_L", params.
getParameter<
int> (
"NEF_EC_L") );
86 if ( params.
exists(
"NEF_EC_U") )
set(
"NEF_EC_U", params.
getParameter<
int> (
"NEF_EC_U") );
87 if ( params.
exists(
"nNeutrals_EC") )
set(
"nNeutrals_EC", params.
getParameter<
int> (
"nNeutrals_EC") );
90 if ( params.
exists(
"nNeutrals_FW") )
set(
"nNeutrals_FW", params.
getParameter<
int> (
"nNeutrals_FW") );
97 if ( params.
exists(
"nNeutrals_FW_L") )
set(
"nNeutrals_FW_L", params.
getParameter<
int> (
"nNeutrals_FW_L") );
98 if ( params.
exists(
"nNeutrals_FW_U") )
set(
"nNeutrals_FW_U", params.
getParameter<
int> (
"nNeutrals_FW_U") );
103 if ( params.
exists(
"cutsToIgnore") )
173 int nconstituents = 0;
181 if ( patJet !=
nullptr ) {
191 if (patJet->
hasUserFloat(
"patPuppiJetSpecificProducer:puppiMultiplicity"))
192 nconstituents = patJet->
userFloat(
"patPuppiJetSpecificProducer:puppiMultiplicity");
193 if (patJet->
hasUserFloat(
"patPuppiJetSpecificProducer:neutralPuppiMultiplicity"))
194 nneutrals = patJet->
userFloat(
"patPuppiJetSpecificProducer:neutralPuppiMultiplicity");
208 iend = patJet->
end(), isub = ibegin;
209 isub != iend; ++isub ) {
220 }
else if ( pfsub ) {
231 if ( e > 0.000001 ) {
237 chf = nhf = cef = nef = 0.0;
241 else if ( pfJet !=
nullptr ) {
243 double jetEnergyUncorrected =
250 if ( jetEnergyUncorrected > 0. ) {
255 muf = pfJet->
muonEnergy() / jetEnergyUncorrected;
263 else if ( basicJet !=
nullptr ) {
271 iend = patJet->
end(), isub = ibegin;
272 isub != iend; ++isub ) {
283 if ( e > 0.000001 ) {
415 edm::LogWarning(
"BadJetIDVersion") <<
"Winter17 JetID version does not support the LOOSE operating point -- defaulting to TIGHT";
420 edm::LogWarning(
"BadJetIDVersion") <<
"JetID version does not support the TIGHTLEPVETO operating point -- defaulting to TIGHT";
432 set(
"nConstituents", 1);
435 set(
"nNeutrals_FW",10);
440 set(
"nNeutrals_EC",2);
442 set(
"nNeutrals_FW",10);
452 set(
"nConstituents", 1);
455 set(
"nNeutrals_FW",10);
460 set(
"nNeutrals_EC",2);
462 set(
"nNeutrals_FW",10);
465 set(
"NEF_EC_L",0.02);
466 set(
"NEF_EC_U",0.99);
467 set(
"nNeutrals_EC",2);
470 set(
"nNeutrals_FW",10);
476 set(
"nNeutrals_FW_L",2);
477 set(
"nNeutrals_FW_U",15);
486 set(
"nConstituents", 1);
488 set(
"NEF_EC_L",0.02);
489 set(
"NEF_EC_U",0.99);
490 set(
"nNeutrals_EC",2);
493 set(
"nNeutrals_FW",10);
500 set(
"nNeutrals_FW_L",2);
501 set(
"nNeutrals_FW_U",15);
T getParameter(std::string const &) const
index_type indexNNeutrals_EC_
float photonEnergy() const
photonEnergy
float neutralHadronEnergyFraction() const
neutralHadronEnergyFraction (relative to uncorrected jet energy)
double eta() const final
momentum pseudorapidity
bool jecSetsAvailable() const
float muonEnergy() const
muonEnergy
float chargedHadronEnergy() const
chargedHadronEnergy
float chargedEmEnergy() const
chargedEmEnergy
float neutralEmEnergy() const
neutralEmEnergy
float chargedHadronEnergyFraction() const
chargedHadronEnergyFraction (relative to uncorrected jet energy)
PFJetIDSelectionFunctor(edm::ParameterSet const ¶ms, edm::ConsumesCollector &iC)
Base class for all types of Jets.
float neutralHadronEnergy() const
neutralHadronEnergy
float chargedEmEnergyFraction() const
chargedEmEnergyFraction (relative to uncorrected jet energy)
bool exists(std::string const ¶meterName) const
checks if a parameter exists
bool hasUserFloat(const std::string &key) const
Return true if there is a user-defined float with a given name.
index_type indexNEF_EC_L_
pat::strbitset::index_type index_type
void setIgnored(pat::strbitset &ret)
set ignored bits
int neutralMultiplicity() const
neutralMultiplicity
pat::strbitset retInternal_
internal ret if users don't care about return bits
Jets made from CaloTowers.
int chargedMultiplicity() const
chargedMultiplicity
Jets made from PFObjects.
PFJetIDSelectionFunctor(Version_t version, Quality_t quality)
float neutralEmEnergy() const
neutralEmEnergy
bool operator()(const reco::PFJet &jet, pat::strbitset &ret)
float userFloat(const std::string &key) const
index_type indexNConstituents_
float chargedEmEnergy() const
chargedEmEnergy
float electronEnergy() const
electronEnergy
size_t numberOfDaughters() const override
number of daughters
PFJetIDSelectionFunctor(edm::ParameterSet const ¶ms)
pat::strbitset bits_
the bitset indexed by strings
void passCut(pat::strbitset &ret, std::string const &s)
Passing cuts.
float HFEMEnergy() const
HFEMEnergy.
bool ignoreCut(std::string const &s) const
ignore the cut at index "s"
const_iterator end() const
last daughter const_iterator
double energy() const final
energy
Abs< T >::type abs(const T &t)
index_type indexNNeutrals_FW_
virtual void push_back(std::string const &s)
This is the registration of an individual cut string.
bool operator()(const reco::PFJet &jet)
Functor that operates on <T>
PF Jet selector for pat::Jets.
index_type indexNNeutrals_FW_L_
bool isPFJet() const
check to see if the jet is a reco::PFJet
int neutralMultiplicity() const
neutralMultiplicity
index_type indexNEF_EC_U_
bool operator()(const pat::Jet &jet, pat::strbitset &ret) override
strbitset & set(bool val=true)
set method of all bits
std::string currentJECLevel() const
return the name of the current step of jet energy corrections
Analysis-level calorimeter jet class.
size_t numberOfDaughters() const override
pat::strbitset getBitTemplate() const
Get an empty bitset with the proper names.
index_type indexNNeutrals_FW_U_
bool isBasicJet() const
check to see if the jet is no more than a reco::BasicJet
const_iterator begin() const
first daughter const_iterator
float neutralHadronEnergy() const
neutralHadronEnergy
PFJetIDSelectionFunctor()
void setIgnoredCuts(std::vector< std::string > const &bitsToIgnore)
set the bits to ignore from a vector
float neutralEmEnergyFraction() const
neutralEmEnergyFraction (relative to uncorrected jet energy)
Jet correctedJet(const std::string &level, const std::string &flavor="none", const std::string &set="") const
int chargedMultiplicity() const
chargedMultiplicity
bool firstDataCuts(reco::Jet const &jet, pat::strbitset &ret, Version_t version_)
float chargedHadronEnergy() const
chargedHadronEnergy
int cut(index_type const &i, int val) const
Access the int cut values at index "s".