#include <PFJetMETcorrInputProducerT.h>
Classes | |
struct | type2BinningEntryType |
Public Member Functions | |
PFJetMETcorrInputProducerT (const edm::ParameterSet &cfg) | |
~PFJetMETcorrInputProducerT () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
void | produce (edm::Event &evt, const edm::EventSetup &es) |
Private Attributes | |
double | jetCorrEtaMax_ |
Textractor | jetCorrExtractor_ |
edm::InputTag | jetCorrLabel_ |
edm::EDGetTokenT < reco::JetCorrector > | jetCorrToken_ |
std::string | moduleLabel_ |
edm::InputTag | offsetCorrLabel_ |
edm::EDGetTokenT < reco::JetCorrector > | offsetCorrToken_ |
bool | skipEM_ |
double | skipEMfractionThreshold_ |
bool | skipMuons_ |
StringCutObjectSelector < reco::Candidate > * | skipMuonSelection_ |
edm::EDGetTokenT< std::vector < T > > | token_ |
double | type1JetPtThreshold_ |
std::vector < type2BinningEntryType * > | type2Binning_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Produce Type 1 + 2 MET corrections corresponding to differences between raw PFJets and PFJets with jet energy corrections (JECs) applied
NOTE: class is templated to that it works with reco::PFJets as well as with pat::Jets of PF-type as input
Definition at line 70 of file PFJetMETcorrInputProducerT.h.
|
inlineexplicit |
Definition at line 74 of file PFJetMETcorrInputProducerT.h.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), PFJetMETcorrInputProducerT< T, Textractor >::jetCorrEtaMax_, PFJetMETcorrInputProducerT< T, Textractor >::jetCorrLabel_, PFJetMETcorrInputProducerT< T, Textractor >::jetCorrToken_, PFJetMETcorrInputProducerT< T, Textractor >::offsetCorrLabel_, PFJetMETcorrInputProducerT< T, Textractor >::offsetCorrToken_, PFJetMETcorrInputProducerT< T, Textractor >::skipEM_, PFJetMETcorrInputProducerT< T, Textractor >::skipEMfractionThreshold_, PFJetMETcorrInputProducerT< T, Textractor >::skipMuons_, PFJetMETcorrInputProducerT< T, Textractor >::skipMuonSelection_, AlCaHLTBitMon_QueryRunRegistry::string, PFJetMETcorrInputProducerT< T, Textractor >::token_, PFJetMETcorrInputProducerT< T, Textractor >::type1JetPtThreshold_, and PFJetMETcorrInputProducerT< T, Textractor >::type2Binning_.
|
inline |
Definition at line 122 of file PFJetMETcorrInputProducerT.h.
References PFJetMETcorrInputProducerT< T, Textractor >::skipMuonSelection_, and PFJetMETcorrInputProducerT< T, Textractor >::type2Binning_.
|
inlineprivatevirtual |
Implements edm::EDProducer.
Definition at line 134 of file PFJetMETcorrInputProducerT.h.
References reco::LeafCandidate::get(), edm::Ref< C, T, F >::get(), edm::Event::getByToken(), edm::Ref< C, T, F >::isNonnull(), PFJetMETcorrInputProducer_namespace::InputTypeCheckerT< T, Textractor >::isPatJet(), PFJetMETcorrInputProducerT< T, Textractor >::jetCorrEtaMax_, PFJetMETcorrInputProducerT< T, Textractor >::jetCorrExtractor_, PFJetMETcorrInputProducerT< T, Textractor >::jetCorrLabel_, PFJetMETcorrInputProducerT< T, Textractor >::jetCorrToken_, fwrapper::jets, edm::InputTag::label(), RPCpg::mu, reco::PFCandidate::muonRef(), PFJetMETcorrInputProducerT< T, Textractor >::offsetCorrLabel_, PFJetMETcorrInputProducerT< T, Textractor >::offsetCorrToken_, edm::Handle< T >::product(), edm::Event::put(), PFJetMETcorrInputProducerT< T, Textractor >::skipEM_, PFJetMETcorrInputProducerT< T, Textractor >::skipEMfractionThreshold_, PFJetMETcorrInputProducerT< T, Textractor >::skipMuons_, PFJetMETcorrInputProducerT< T, Textractor >::skipMuonSelection_, PFJetMETcorrInputProducerT< T, Textractor >::token_, PFJetMETcorrInputProducerT< T, Textractor >::type1JetPtThreshold_, and PFJetMETcorrInputProducerT< T, Textractor >::type2Binning_.
|
private |
Definition at line 242 of file PFJetMETcorrInputProducerT.h.
Referenced by PFJetMETcorrInputProducerT< T, Textractor >::PFJetMETcorrInputProducerT(), and PFJetMETcorrInputProducerT< T, Textractor >::produce().
|
private |
Definition at line 240 of file PFJetMETcorrInputProducerT.h.
Referenced by PFJetMETcorrInputProducerT< T, Textractor >::produce().
|
private |
Definition at line 238 of file PFJetMETcorrInputProducerT.h.
Referenced by PFJetMETcorrInputProducerT< T, Textractor >::PFJetMETcorrInputProducerT(), and PFJetMETcorrInputProducerT< T, Textractor >::produce().
|
private |
Definition at line 239 of file PFJetMETcorrInputProducerT.h.
Referenced by PFJetMETcorrInputProducerT< T, Textractor >::PFJetMETcorrInputProducerT(), and PFJetMETcorrInputProducerT< T, Textractor >::produce().
|
private |
Definition at line 232 of file PFJetMETcorrInputProducerT.h.
Referenced by Mixins._TypedParameterizable::insertInto(), Modules.ESSource::nameInProcessDesc_(), and Modules.ESProducer::nameInProcessDesc_().
|
private |
Definition at line 236 of file PFJetMETcorrInputProducerT.h.
Referenced by PFJetMETcorrInputProducerT< T, Textractor >::PFJetMETcorrInputProducerT(), and PFJetMETcorrInputProducerT< T, Textractor >::produce().
|
private |
Definition at line 237 of file PFJetMETcorrInputProducerT.h.
Referenced by PFJetMETcorrInputProducerT< T, Textractor >::PFJetMETcorrInputProducerT(), and PFJetMETcorrInputProducerT< T, Textractor >::produce().
|
private |
Definition at line 248 of file PFJetMETcorrInputProducerT.h.
Referenced by PFJetMETcorrInputProducerT< T, Textractor >::PFJetMETcorrInputProducerT(), and PFJetMETcorrInputProducerT< T, Textractor >::produce().
|
private |
Definition at line 250 of file PFJetMETcorrInputProducerT.h.
Referenced by PFJetMETcorrInputProducerT< T, Textractor >::PFJetMETcorrInputProducerT(), and PFJetMETcorrInputProducerT< T, Textractor >::produce().
|
private |
Definition at line 252 of file PFJetMETcorrInputProducerT.h.
Referenced by PFJetMETcorrInputProducerT< T, Textractor >::PFJetMETcorrInputProducerT(), and PFJetMETcorrInputProducerT< T, Textractor >::produce().
|
private |
|
private |
Definition at line 234 of file PFJetMETcorrInputProducerT.h.
Referenced by PFJetMETcorrInputProducerT< T, Textractor >::PFJetMETcorrInputProducerT(), and PFJetMETcorrInputProducerT< T, Textractor >::produce().
|
private |
Definition at line 244 of file PFJetMETcorrInputProducerT.h.
Referenced by PFJetMETcorrInputProducerT< T, Textractor >::PFJetMETcorrInputProducerT(), and PFJetMETcorrInputProducerT< T, Textractor >::produce().
|
private |