![]() |
![]() |
Private Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | endJob () override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::string | dbDataResolutionLabel_ |
std::string | dbMCResolutionLabel_ |
std::string | dbScaleLabel_ |
std::unique_ptr< MomentumScaleCorrector > | momCorrector_ |
std::unique_ptr< ResolutionFunction > | momResolutionData_ |
std::unique_ptr< ResolutionFunction > | momResolutionMC_ |
edm::EDGetTokenT< edm::View< reco::Muon > > | muonToken_ |
Additional Inherited Members | |
![]() | |
typedef EDProducer | ModuleType |
![]() | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
typedef ProductLabels | Labels |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
![]() | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
![]() | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (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_, HLT_2018_cff::InputTag, muonToken_, muonDTDigis_cfi::pset, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 64 of file DistortedMuonProducerFromDB.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 67 of file DistortedMuonProducerFromDB.cc.
References dbDataResolutionLabel_, dbMCResolutionLabel_, dbScaleLabel_, edm::EventSetup::get(), get, LogTrace, momCorrector_, momResolutionData_, momResolutionMC_, and edm::ESHandle< T >::product().
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 86 of file DistortedMuonProducerFromDB.cc.
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 89 of file DistortedMuonProducerFromDB.cc.
References ev, mps_fire::i, LogTrace, momResolutionData_, momResolutionMC_, eostools::move(), amptDefaultParameters_cff::mu, pdwgLeptonRecoSkim_cfi::muonCollection, muonToken_, MuonAlignmentFromReference_cff::newmuons, funct::pow(), reco::LeafCandidate::setP4(), edm::shift, and mathSSE::sqrt().
|
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().