Public Types | |
typedef edm::DetSetVector< GEMDigiSimLink > | GEMDigiSimLinks |
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 |
GEMDigiProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~GEMDigiProducer () 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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
edm::EDGetTokenT< CrossingFrame< PSimHit > > | cf_token |
std::unique_ptr< GEMDigiModule > | gemDigiModule_ |
edm::ESGetToken< GEMGeometry, MuonGeometryRecord > | geom_token_ |
const GEMGeometry * | geometry_ |
Definition at line 37 of file GEMDigiProducer.cc.
Definition at line 39 of file GEMDigiProducer.cc.
|
explicit |
Definition at line 61 of file GEMDigiProducer.cc.
References cf_token, Exception, geom_token_, edm::ParameterSet::getParameter(), HLT_2022v15_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
|
override |
Definition at line 138 of file GEMDigiProducer.cc.
References options_cfi::eventSetup, gemDigiModule_, geom_token_, and geometry_.
|
static |
Definition at line 81 of file GEMDigiProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 144 of file GEMDigiProducer.cc.
References cf_token, MillePedeFileConverter_cfg::e, GEMGeometry::etaPartitions(), gemDigiModule_, geometry_, edm::RandomNumberGenerator::getEngine(), hfClusterShapes_cfi::hits, LogDebug, eostools::move(), edm::Handle< T >::product(), and FastTrackerRecHitCombiner_cfi::simHits.
|
private |
Definition at line 53 of file GEMDigiProducer.cc.
Referenced by GEMDigiProducer(), and produce().
|
private |
Definition at line 58 of file GEMDigiProducer.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 54 of file GEMDigiProducer.cc.
Referenced by beginRun(), and GEMDigiProducer().
|
private |
Definition at line 56 of file GEMDigiProducer.cc.
Referenced by beginRun(), and produce().