Public Types | |
typedef edm::DetSetVector < ME0DigiSimLink > | ME0DigiSimLinks |
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 |
Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
ME0DigiProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~ME0DigiProducer () 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 |
edm::ESGetToken< ME0Geometry, MuonGeometryRecord > | geom_token_ |
std::unique_ptr< ME0DigiModel > | ME0DigiModel_ |
Definition at line 40 of file ME0DigiProducer.cc.
Definition at line 42 of file ME0DigiProducer.cc.
|
explicit |
Definition at line 60 of file ME0DigiProducer.cc.
References get, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
|
override |
Definition at line 84 of file ME0DigiProducer.cc.
References geom_token_, edm::EventSetup::getHandle(), and ME0DigiModel_.
|
override |
Definition at line 90 of file ME0DigiProducer.cc.
References cf_token, edm::Event::getByToken(), edm::RandomNumberGenerator::getEngine(), LogDebug, ME0DigiModel_, eostools::move(), edm::Handle< T >::product(), edm::Event::put(), trackerHits::simHits, and edm::Event::streamID().
|
private |
Definition at line 54 of file ME0DigiProducer.cc.
Referenced by produce().
|
private |
Definition at line 55 of file ME0DigiProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 57 of file ME0DigiProducer.cc.
Referenced by beginRun(), and produce().