#include <GEMRecHitProducer.h>
Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
GEMRecHitProducer (const edm::ParameterSet &config) | |
Constructor. More... | |
void | produce (edm::Event &event, const edm::EventSetup &setup) override |
The method which produces the rechits. More... | |
~GEMRecHitProducer () 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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Types | |
enum | MaskSource { MaskSource::File, MaskSource::EventSetup } |
Private Attributes | |
bool | applyMasking_ |
enum GEMRecHitProducer::MaskSource | deadSource_ |
edm::ESHandle< GEMGeometry > | gemGeom_ |
std::map< GEMDetId, EtaPartitionMask > | gemMask_ |
enum GEMRecHitProducer::MaskSource | maskSource_ |
std::unique_ptr< GEMRecHitBaseAlgo > | theAlgo |
std::unique_ptr< GEMDeadStrips > | theGEMDeadStripsObj |
edm::EDGetTokenT< GEMDigiCollection > | theGEMDigiToken |
std::unique_ptr< GEMMaskedStrips > | theGEMMaskedStripsObj |
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 GEMRecHit production.
Definition at line 23 of file GEMRecHitProducer.h.
|
strongprivate |
GEMRecHitProducer::GEMRecHitProducer | ( | const edm::ParameterSet & | config | ) |
|
overridedefault |
Destructor.
|
override |
Definition at line 85 of file GEMRecHitProducer.cc.
References applyMasking_, deadSource_, GEMGeometry::etaPartitions(), EventSetup, gemGeom_, gemMask_, get, maskSource_, edm::ESHandle< T >::product(), DetId::rawId(), singleTopDQM_cfi::setup, theGEMDeadStripsObj, and theGEMMaskedStripsObj.
|
static |
Definition at line 73 of file GEMRecHitProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addOptional(), HLT_2018_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
The method which produces the rechits.
Definition at line 128 of file GEMRecHitProducer.cc.
References applyMasking_, GEMGeometry::etaPartition(), gemGeom_, gemMask_, eostools::move(), FastTimerService_cff::range, FastTrackerRecHitMaskProducer_cfi::recHits, singleTopDQM_cfi::setup, theAlgo, and theGEMDigiToken.
|
private |
Definition at line 59 of file GEMRecHitProducer.h.
Referenced by beginRun(), and produce().
|
private |
Referenced by beginRun().
|
private |
Definition at line 54 of file GEMRecHitProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 57 of file GEMRecHitProducer.h.
Referenced by beginRun(), and produce().
|
private |
Referenced by beginRun().
|
private |
Definition at line 44 of file GEMRecHitProducer.h.
Referenced by produce().
|
private |
Definition at line 50 of file GEMRecHitProducer.h.
Referenced by beginRun().
|
private |
Definition at line 41 of file GEMRecHitProducer.h.
Referenced by produce().
|
private |
Definition at line 47 of file GEMRecHitProducer.h.
Referenced by beginRun().