#include <CMGTools/PileupJetIdProducer/src/PileupJetIdProducer.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | initJetEnergyCorrector (const edm::EventSetup &iSetup, bool isData) |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::vector< std::pair < std::string, PileupJetIdAlgo * > > | algos_ |
bool | applyJec_ |
bool | inputIsCorrected_ |
std::string | jec_ |
FactorizedJetCorrector * | jecCor_ |
std::vector < JetCorrectorParameters > | jetCorPars_ |
edm::InputTag | jetids_ |
edm::InputTag | jets_ |
bool | produceJetIds_ |
bool | residualsFromTxt_ |
edm::FileInPath | residualsTxt_ |
edm::InputTag | rho_ |
bool | runMvas_ |
edm::InputTag | vertexes_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 47 of file PileupJetIdProducer.cc.
|
explicit |
Definition at line 72 of file PileupJetIdProducer.cc.
References algos_, applyJec_, edm::ParameterSet::getParameter(), inputIsCorrected_, jec_, jecCor_, jetids_, jets_, diffTwoXMLs::label, produceJetIds_, residualsFromTxt_, residualsTxt_, rho_, runMvas_, AlCaHLTBitMon_QueryRunRegistry::string, and vertexes_.
PileupJetIdProducer::~PileupJetIdProducer | ( | ) |
Definition at line 107 of file PileupJetIdProducer.cc.
|
static |
Definition at line 268 of file PileupJetIdProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 279 of file PileupJetIdProducer.cc.
References edm::FileInPath::fullPath(), edm::EventSetup::get(), jec_, jecCor_, jetCorPars_, Parameters::parameters, residualsFromTxt_, and residualsTxt_.
Referenced by produce().
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 114 of file PileupJetIdProducer.cc.
References algos_, applyJec_, reco::CompositePtrCandidate::clone(), PileupJetIdAlgo::computeIdVariables(), PileupJetIdAlgo::computeMva(), reco::LeafCandidate::eta(), edm::Event::getByLabel(), FactorizedJetCorrector::getCorrection(), i, initJetEnergyCorrector(), inputIsCorrected_, edm::EventBase::isRealData(), patTestJEC_cfi::jec, jecCor_, metsig::jet, reco::Jet::jetArea(), jetids_, fwrapper::jets, jets_, reco::LeafCandidate::phi(), produceJetIds_, reco::LeafCandidate::pt(), edm::Event::put(), dt_dqm_sourceclient_common_cff::reco, rho, rho_, runMvas_, pileupReCalc_HLTpaths::scale, reco::Jet::scaleEnergy(), PileupJetIdAlgo::set(), FactorizedJetCorrector::setJetA(), FactorizedJetCorrector::setJetEta(), FactorizedJetCorrector::setJetPt(), FactorizedJetCorrector::setRho(), and vertexes_.
|
private |
Definition at line 63 of file PileupJetIdProducer.cc.
Referenced by PileupJetIdProducer(), and produce().
|
private |
Definition at line 62 of file PileupJetIdProducer.cc.
Referenced by PileupJetIdProducer(), and produce().
|
private |
Definition at line 62 of file PileupJetIdProducer.cc.
Referenced by PileupJetIdProducer(), and produce().
|
private |
Definition at line 61 of file PileupJetIdProducer.cc.
Referenced by initJetEnergyCorrector(), and PileupJetIdProducer().
|
private |
Definition at line 67 of file PileupJetIdProducer.cc.
Referenced by initJetEnergyCorrector(), PileupJetIdProducer(), and produce().
|
private |
Definition at line 68 of file PileupJetIdProducer.cc.
Referenced by initJetEnergyCorrector().
|
private |
Definition at line 60 of file PileupJetIdProducer.cc.
Referenced by PileupJetIdProducer(), and produce().
|
private |
Definition at line 60 of file PileupJetIdProducer.cc.
Referenced by PileupJetIdProducer(), and produce().
|
private |
Definition at line 62 of file PileupJetIdProducer.cc.
Referenced by PileupJetIdProducer(), and produce().
|
private |
Definition at line 65 of file PileupJetIdProducer.cc.
Referenced by initJetEnergyCorrector(), and PileupJetIdProducer().
|
private |
Definition at line 66 of file PileupJetIdProducer.cc.
Referenced by initJetEnergyCorrector(), and PileupJetIdProducer().
|
private |
Definition at line 60 of file PileupJetIdProducer.cc.
Referenced by PileupJetIdProducer(), and produce().
|
private |
Definition at line 62 of file PileupJetIdProducer.cc.
Referenced by PileupJetIdProducer(), and produce().
|
private |
Definition at line 60 of file PileupJetIdProducer.cc.
Referenced by PileupJetIdProducer(), and produce().