Private Member Functions | |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) override |
virtual void | endJob () override |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::string | dbDataResolutionLabel_ |
std::string | dbMCResolutionLabel_ |
std::string | dbScaleLabel_ |
std::auto_ptr < MomentumScaleCorrector > | momCorrector_ |
std::auto_ptr< ResolutionFunction > | momResolutionData_ |
std::auto_ptr< ResolutionFunction > | momResolutionMC_ |
edm::EDGetTokenT< edm::View < reco::Muon > > | muonToken_ |
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) |
Definition at line 16 of file DistortedMuonProducerFromDB.cc.
|
explicit |
Definition at line 51 of file DistortedMuonProducerFromDB.cc.
References dbDataResolutionLabel_, dbMCResolutionLabel_, dbScaleLabel_, edm::ParameterSet::getUntrackedParameter(), muonToken_, and AlCaHLTBitMon_QueryRunRegistry::string.
DistortedMuonProducerFromDB::~DistortedMuonProducerFromDB | ( | ) |
Definition at line 65 of file DistortedMuonProducerFromDB.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 69 of file DistortedMuonProducerFromDB.cc.
References dbDataResolutionLabel_, dbMCResolutionLabel_, dbScaleLabel_, edm::EventSetup::get(), LogTrace, momCorrector_, momResolutionData_, momResolutionMC_, and edm::ESHandle< class >::product().
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 88 of file DistortedMuonProducerFromDB.cc.
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 92 of file DistortedMuonProducerFromDB.cc.
References reco::Muon::clone(), reco::LeafCandidate::eta(), edm::Event::getByToken(), i, edm::EventBase::isRealData(), LogTrace, reco::LeafCandidate::mass(), momResolutionData_, momResolutionMC_, RPCpg::mu, muonToken_, MuonAlignmentFromReference_cff::newmuons, reco::LeafCandidate::phi(), funct::pow(), reco::LeafCandidate::pt(), edm::Event::put(), reco::LeafCandidate::setP4(), edm::shift, and mathSSE::sqrt().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 29 of file DistortedMuonProducerFromDB.cc.
Referenced by beginRun(), and DistortedMuonProducerFromDB().
|
private |
Definition at line 30 of file DistortedMuonProducerFromDB.cc.
Referenced by beginRun(), and DistortedMuonProducerFromDB().
|
private |
Definition at line 28 of file DistortedMuonProducerFromDB.cc.
Referenced by beginRun(), and DistortedMuonProducerFromDB().
|
private |
Definition at line 32 of file DistortedMuonProducerFromDB.cc.
Referenced by beginRun().
|
private |
Definition at line 33 of file DistortedMuonProducerFromDB.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 34 of file DistortedMuonProducerFromDB.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 26 of file DistortedMuonProducerFromDB.cc.
Referenced by DistortedMuonProducerFromDB(), and produce().