#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 | |
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 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<> | |
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 |
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().