Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
ME0DigiPreRecoProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~ME0DigiPreRecoProducer () 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 Attributes | |
edm::EDGetTokenT< CrossingFrame< PSimHit > > | cf_token |
std::string | digiPreRecoModelString_ |
edm::ESGetToken< ME0Geometry, MuonGeometryRecord > | geom_token_ |
std::unique_ptr< ME0DigiPreRecoModel > | me0DigiPreRecoModel_ |
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 37 of file ME0DigiPreRecoProducer.cc.
|
explicit |
Definition at line 56 of file ME0DigiPreRecoProducer.cc.
References digiPreRecoModelString_, and get.
|
overridedefault |
|
override |
Definition at line 79 of file ME0DigiPreRecoProducer.cc.
References geom_token_, edm::EventSetup::getHandle(), and me0DigiPreRecoModel_.
|
override |
Definition at line 86 of file ME0DigiPreRecoProducer.cc.
References cf_token, MillePedeFileConverter_cfg::e, edm::RandomNumberGenerator::getEngine(), hfClusterShapes_cfi::hits, LogDebug, me0DigiPreRecoModel_, eostools::move(), edm::Handle< T >::product(), and FastTrackerRecHitCombiner_cfi::simHits.
|
private |
Definition at line 49 of file ME0DigiPreRecoProducer.cc.
Referenced by produce().
|
private |
Definition at line 52 of file ME0DigiPreRecoProducer.cc.
Referenced by ME0DigiPreRecoProducer().
|
private |
Definition at line 50 of file ME0DigiPreRecoProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 53 of file ME0DigiPreRecoProducer.cc.
Referenced by beginRun(), and produce().