#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 | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () 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 23 of file RPCDigiProducer.h.
|
explicit |
Definition at line 39 of file RPCDigiProducer.cc.
References collection_for_XF, crossingFrameToken, Exception, edm::ParameterSet::getParameter(), HLT_2018_cff::InputTag, mix_, AlCaHLTBitMon_QueryRunRegistry::string, theDigitizer, and theRPCSimSetUp.
|
override |
Definition at line 59 of file RPCDigiProducer.cc.
References theDigitizer, and theRPCSimSetUp.
|
override |
Definition at line 64 of file RPCDigiProducer.cc.
References edm::EventSetup::get(), get, RPCClusterSize::getCls(), RPCStripNoises::getVNoise(), RPCDigitizer::setGeometry(), RPCSimSetUp::setGeometry(), RPCSimSetUp::setRPCSetUp(), RPCDigitizer::setRPCSimSetUp(), theDigitizer, and theRPCSimSetUp.
|
override |
Produces the EDM products,
Definition at line 84 of file RPCDigiProducer.cc.
References crossingFrameToken, RPCDigitizer::doAction(), MillePedeFileConverter_cfg::e, edm::RandomNumberGenerator::getEngine(), hfClusterShapes_cfi::hits, LogDebug, eostools::move(), edm::Handle< T >::product(), and theDigitizer.
void RPCDigiProducer::setRPCSetUp | ( | const std::vector< RPCStripNoises::NoiseItem > & | , |
const std::vector< double > & | |||
) |
|
private |
Definition at line 41 of file RPCDigiProducer.h.
Referenced by RPCDigiProducer().
|
private |
Definition at line 44 of file RPCDigiProducer.h.
Referenced by produce(), and RPCDigiProducer().
|
private |
Definition at line 40 of file RPCDigiProducer.h.
Referenced by RPCDigiProducer().
|
private |
Definition at line 36 of file RPCDigiProducer.h.
Referenced by beginRun(), produce(), RPCDigiProducer(), and ~RPCDigiProducer().
|
private |
Definition at line 37 of file RPCDigiProducer.h.
Referenced by beginRun(), RPCDigiProducer(), and ~RPCDigiProducer().