Public Member Functions | |
MuonShowerInformationProducer (const edm::ParameterSet &iConfig) | |
~MuonShowerInformationProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::InputTag | inputMuonCollection_ |
edm::InputTag | inputTrackCollection_ |
edm::EDGetTokenT< reco::MuonCollection > | muonToken_ |
MuonShowerInformationFiller * | showerFiller_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 19 of file MuonShowerInformationProducer.cc.
|
inline |
Definition at line 21 of file MuonShowerInformationProducer.cc.
References edm::ParameterSet::getParameter(), inputMuonCollection_, muonToken_, and showerFiller_.
|
inlineoverride |
Definition at line 32 of file MuonShowerInformationProducer.cc.
References showerFiller_.
|
overrideprivate |
Definition at line 46 of file MuonShowerInformationProducer.cc.
References MuonShowerInformationFiller::fillShowerInformation(), iEvent, eostools::move(), HLT_FULL_cff::muon, PDWG_BPHSkim_cff::muons, muonToken_, and showerFiller_.
|
private |
Definition at line 39 of file MuonShowerInformationProducer.cc.
Referenced by MuonShowerInformationProducer().
|
private |
Definition at line 40 of file MuonShowerInformationProducer.cc.
|
private |
Definition at line 41 of file MuonShowerInformationProducer.cc.
Referenced by MuonShowerInformationProducer(), and produce().
|
private |
Definition at line 43 of file MuonShowerInformationProducer.cc.
Referenced by MuonShowerInformationProducer(), produce(), and ~MuonShowerInformationProducer().