#include <RPCRecHitProducer.h>
Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | produce (edm::Event &event, const edm::EventSetup &setup) override |
The method which produces the rechits. More... | |
RPCRecHitProducer (const edm::ParameterSet &config) | |
Constructor. More... | |
~RPCRecHitProducer () override | |
Destructor. More... | |
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 Types | |
enum | MaskSource { MaskSource::File, MaskSource::EventSetup } |
Private Attributes | |
enum RPCRecHitProducer::MaskSource | deadSource_ |
std::vector< RPCDeadStrips::DeadItem > | DeadVec |
enum RPCRecHitProducer::MaskSource | maskSource_ |
std::vector< RPCMaskedStrips::MaskItem > | MaskVec |
std::unique_ptr< RPCRecHitBaseAlgo > | theAlgo |
std::unique_ptr< RPCDeadStrips > | theRPCDeadStripsObj |
const edm::EDGetTokenT< RPCDigiCollection > | theRPCDigiLabel |
std::unique_ptr< RPCMaskedStrips > | theRPCMaskedStripsObj |
Additional Inherited Members | |
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 |
Module for RPCRecHit production.
Definition at line 19 of file RPCRecHitProducer.h.
|
strongprivate |
RPCRecHitProducer::RPCRecHitProducer | ( | const edm::ParameterSet & | config | ) |
|
inlineoverride |
|
override |
Definition at line 80 of file RPCRecHitProducer.cc.
References deadSource_, RPCDeadStrips::DeadVec, DeadVec, EventSetup, File, get, maskSource_, RPCMaskedStrips::MaskVec, MaskVec, edm::ESHandle< T >::product(), RPCMaskedStrips::MaskItem::rawId, RPCDeadStrips::DeadItem::rawId, singleTopDQM_cfi::setup, RPCDeadStrips::DeadItem::strip, RPCMaskedStrips::MaskItem::strip, theRPCDeadStripsObj, and theRPCMaskedStripsObj.
|
override |
The method which produces the rechits.
Definition at line 116 of file RPCRecHitProducer.cc.
References get, eostools::move(), FastTimerService_cff::range, DetId::rawId(), FastTrackerRecHitMaskProducer_cfi::recHits, RPCGeometry::roll(), singleTopDQM_cfi::setup, theAlgo, theRPCDeadStripsObj, theRPCDigiLabel, and theRPCMaskedStripsObj.
|
private |
Referenced by beginRun().
|
private |
Definition at line 50 of file RPCRecHitProducer.h.
Referenced by beginRun().
|
private |
Referenced by beginRun().
|
private |
Definition at line 49 of file RPCRecHitProducer.h.
Referenced by beginRun().
|
private |
Definition at line 39 of file RPCRecHitProducer.h.
Referenced by produce().
|
private |
Definition at line 44 of file RPCRecHitProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 35 of file RPCRecHitProducer.h.
Referenced by produce().
|
private |
Definition at line 41 of file RPCRecHitProducer.h.
Referenced by beginRun(), and produce().