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 | |
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 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<> | |
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 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 options_cfi::eventSetup, geom_token_, and me0DigiPreRecoModel_.
|
override |
Definition at line 86 of file ME0DigiPreRecoProducer.cc.
References cf_token, hcalRecHitTable_cff::detId, MillePedeFileConverter_cfg::e, edm::RandomNumberGenerator::getEngine(), hfClusterShapes_cfi::hits, LogDebug, me0DigiPreRecoModel_, eostools::move(), edm::Handle< T >::product(), nano_mu_digi_cff::rawId, nano_mu_digi_cff::roll, 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().