#include <RPCDigiProducer.h>
Public Types | |
typedef RPCDigitizer::RPCDigiSimLinks | RPCDigitizerSimLinks |
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 |
Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
RPCDigiProducer (const edm::ParameterSet &ps) | |
void | setRPCSetUp (const std::vector< RPCStripNoises::NoiseItem > &, const std::vector< double > &) |
~RPCDigiProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
std::string | collection_for_XF |
edm::EDGetTokenT< CrossingFrame< PSimHit > > | crossingFrameToken |
std::string | mix_ |
RPCDigitizer * | theDigitizer |
RPCSimSetUp * | theRPCSimSetUp |
Definition at line 21 of file RPCDigiProducer.h.
Definition at line 25 of file RPCDigiProducer.h.
|
explicit |
Definition at line 39 of file RPCDigiProducer.cc.
References Exception, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 60 of file RPCDigiProducer.cc.
|
override |
Definition at line 65 of file RPCDigiProducer.cc.
References edm::EventSetup::get(), RPCClusterSize::getCls(), and RPCStripNoises::getVNoise().
|
override |
Produces the EDM products,
Definition at line 86 of file RPCDigiProducer.cc.
References edm::Event::getByToken(), edm::RandomNumberGenerator::getEngine(), hfClusterShapes_cfi::hits, LogDebug, eostools::move(), edm::Handle< T >::product(), edm::Event::put(), and edm::Event::streamID().
void RPCDigiProducer::setRPCSetUp | ( | const std::vector< RPCStripNoises::NoiseItem > & | , |
const std::vector< double > & | |||
) |
|
private |
Definition at line 44 of file RPCDigiProducer.h.
|
private |
Definition at line 47 of file RPCDigiProducer.h.
|
private |
Definition at line 43 of file RPCDigiProducer.h.
|
private |
Definition at line 39 of file RPCDigiProducer.h.
|
private |
Definition at line 40 of file RPCDigiProducer.h.