Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
ME0PadDigiProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~ME0PadDigiProducer () 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 | buildPads (const ME0DigiCollection &digis, ME0PadDigiCollection &out_pads) const |
Private Attributes | |
edm::EDGetTokenT < ME0DigiCollection > | digi_token_ |
Name of input digi Collection. More... | |
edm::InputTag | digis_ |
edm::ESGetToken< ME0Geometry, MuonGeometryRecord > | geom_token_ |
const ME0Geometry * | geometry_ |
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 24 of file ME0PadDigiProducer.cc.
|
explicit |
Definition at line 45 of file ME0PadDigiProducer.cc.
References digi_token_, digis_, geom_token_, and edm::ParameterSet::getParameter().
|
override |
Definition at line 54 of file ME0PadDigiProducer.cc.
|
override |
Definition at line 56 of file ME0PadDigiProducer.cc.
References geom_token_, geometry_, and edm::EventSetup::getHandle().
|
private |
Definition at line 75 of file ME0PadDigiProducer.cc.
References ztail::d, ME0Geometry::etaPartitions(), geometry_, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by produce().
|
override |
Definition at line 61 of file ME0PadDigiProducer.cc.
References buildPads(), digi_token_, edm::Event::getByToken(), eostools::move(), edm::Handle< T >::product(), and edm::Event::put().
|
private |
Name of input digi Collection.
Definition at line 38 of file ME0PadDigiProducer.cc.
Referenced by ME0PadDigiProducer(), and produce().
|
private |
Definition at line 39 of file ME0PadDigiProducer.cc.
Referenced by ME0PadDigiProducer().
|
private |
Definition at line 40 of file ME0PadDigiProducer.cc.
Referenced by beginRun(), and ME0PadDigiProducer().
|
private |
Definition at line 42 of file ME0PadDigiProducer.cc.
Referenced by beginRun(), and buildPads().