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")
86 set(
"nConstituents", 1);
89 set(
"nNeutrals_FW",10);
94 set(
"nNeutrals_EC",2);
96 set(
"nNeutrals_FW",10);
106 set(
"nConstituents", 1);
109 set(
"nNeutrals_FW",10);
114 set(
"nNeutrals_EC",2);
116 set(
"nNeutrals_FW",10);
128 if ( params.
exists(
"nConstituents") )
set(
"nConstituents", params.
getParameter<
int> (
"nConstituents") );
130 if ( params.
exists(
"NEF_FW") )
set(
"NEF_FW", params.
getParameter<
double> (
"NEF_FW") );
131 if ( params.
exists(
"nNeutrals_FW") )
set(
"nNeutrals_FW", params.
getParameter<
int> (
"nNeutrals_FW") );
136 if ( params.
exists(
"nNeutrals_EC") )
set(
"nNeutrals_EC", params.
getParameter<
int> (
"nNeutrals_EC") );
137 if ( params.
exists(
"NEF_FW") )
set(
"NEF_FW", params.
getParameter<
double> (
"NEF_FW") );
138 if ( params.
exists(
"nNeutrals_FW") )
set(
"nNeutrals_FW", params.
getParameter<
int> (
"nNeutrals_FW") );
142 if ( params.
exists(
"cutsToIgnore") )
200 set(
"nConstituents", 1);
203 set(
"nNeutrals_FW",10);
208 set(
"nNeutrals_EC",2);
210 set(
"nNeutrals_FW",10);
219 set(
"nConstituents", 1);
222 set(
"nNeutrals_FW",10);
227 set(
"nNeutrals_EC",2);
229 set(
"nNeutrals_FW",10);
309 int nconstituents = 0;
339 iend = patJet->
end(), isub = ibegin;
340 isub != iend; ++isub ) {
351 if ( e > 0.000001 ) {
357 chf = nhf = cef = nef = 0.0;
361 else if ( pfJet != 0 ) {
363 double jetEnergyUncorrected =
370 if ( jetEnergyUncorrected > 0. ) {
382 else if ( basicJet != 0 ) {
390 iend = patJet->
end(), isub = ibegin;
391 isub != iend; ++isub ) {
402 if ( e > 0.000001 ) {
T getParameter(std::string const &) const
index_type indexNNeutrals_EC_
float photonEnergy() const
photonEnergy
float neutralHadronEnergyFraction() const
neutralHadronEnergyFraction (relative to uncorrected jet energy)
bool jecSetsAvailable() const
float muonEnergy() const
muonEnergy
float chargedEmEnergy() const
chargedEmEnergy
virtual double eta() const final
momentum pseudorapidity
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 chargedEmEnergyFraction() const
chargedEmEnergyFraction (relative to uncorrected jet energy)
bool exists(std::string const ¶meterName) const
checks if a parameter exists
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)
index_type indexNConstituents_
float electronEnergy() const
electronEnergy
PFJetIDSelectionFunctor(edm::ParameterSet const ¶ms)
pat::strbitset bits_
the bitset indexed by strings
virtual size_t numberOfDaughters() const
number of daughters
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
bool operator()(const pat::Jet &jet, pat::strbitset &ret)
virtual 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.
bool isPFJet() const
check to see if the jet is a reco::PFJet
int neutralMultiplicity() const
neutralMultiplicity
virtual size_t numberOfDaughters() const
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.
pat::strbitset getBitTemplate() const
Get an empty bitset with the proper names.
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".