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 | |
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 | 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<> | |
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 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_, MillePedeFileConverter_cfg::e, eostools::move(), and edm::Handle< T >::product().
|
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().