#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 |
edm::ESGetToken< RPCDeadStrips, RPCDeadStripsRcd > | theReadoutDeadStripsToken |
edm::ESGetToken < RPCMaskedStrips, RPCMaskedStripsRcd > | theReadoutMaskedStripsToken |
std::unique_ptr< RPCDeadStrips > | theRPCDeadStripsObj |
const edm::EDGetTokenT < RPCDigiCollection > | theRPCDigiLabel |
const edm::ESGetToken < RPCGeometry, MuonGeometryRecord > | theRPCGeomToken |
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 23 of file RPCRecHitProducer.h.
|
strongprivate |
Enumerator | |
---|---|
File | |
EventSetup |
Definition at line 54 of file RPCRecHitProducer.h.
RPCRecHitProducer::RPCRecHitProducer | ( | const edm::ParameterSet & | config | ) |
Constructor.
Definition at line 23 of file RPCRecHitProducer.cc.
References get, and edm::ParameterSet::getParameter().
|
inlineoverride |
|
override |
Definition at line 79 of file RPCRecHitProducer.cc.
References deadSource_, DeadVec, EventSetup, File, edm::EventSetup::getData(), maskSource_, MaskVec, RPCDeadStrips::DeadItem::rawId, RPCMaskedStrips::MaskItem::rawId, RPCDeadStrips::DeadItem::strip, RPCMaskedStrips::MaskItem::strip, theReadoutDeadStripsToken, and theReadoutMaskedStripsToken.
|
override |
The method which produces the rechits.
Definition at line 107 of file RPCRecHitProducer.cc.
References edm::OwnVector< T, P >::begin(), edm::OwnVector< T, P >::empty(), edm::OwnVector< T, P >::end(), edm::EventSetup::getData(), eostools::move(), sistrip::SpyUtilities::range(), DetId::rawId(), HLT_FULL_cff::recHits, theAlgo, theRPCDigiLabel, and theRPCGeomToken.
|
private |
Referenced by beginRun().
|
private |
Definition at line 57 of file RPCRecHitProducer.h.
Referenced by beginRun().
|
private |
Referenced by beginRun().
|
private |
Definition at line 56 of file RPCRecHitProducer.h.
Referenced by beginRun().
|
private |
Definition at line 46 of file RPCRecHitProducer.h.
Referenced by produce().
|
private |
Definition at line 42 of file RPCRecHitProducer.h.
Referenced by beginRun().
|
private |
Definition at line 41 of file RPCRecHitProducer.h.
Referenced by beginRun().
|
private |
Definition at line 51 of file RPCRecHitProducer.h.
|
private |
Definition at line 39 of file RPCRecHitProducer.h.
Referenced by produce().
|
private |
Definition at line 43 of file RPCRecHitProducer.h.
Referenced by produce().
|
private |
Definition at line 48 of file RPCRecHitProducer.h.