Public Member Functions | |
MuonShowerInformationProducer (const edm::ParameterSet &iConfig) | |
~MuonShowerInformationProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
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<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::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_2023v12_cff::muon, DiMuonV_cfg::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().