#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 | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () 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::ESGetToken< GEMDeadStrips, GEMDeadStripsRcd > | deadStripsToken_ |
edm::ESHandle< GEMGeometry > | gemGeom_ |
edm::ESGetToken< GEMGeometry, MuonGeometryRecord > | gemGeomToken_ |
std::map< GEMDetId, EtaPartitionMask > | gemMask_ |
edm::ESGetToken< GEMMaskedStrips, GEMMaskedStripsRcd > | maskedStripsToken_ |
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 27 of file GEMRecHitProducer.h.
|
strongprivate |
GEMRecHitProducer::GEMRecHitProducer | ( | const edm::ParameterSet & | config | ) |
Constructor.
Definition at line 22 of file GEMRecHitProducer.cc.
References get.
|
overridedefault |
Destructor.
|
override |
Definition at line 89 of file GEMRecHitProducer.cc.
References applyMasking_, deadSource_, deadStripsToken_, GEMGeometry::etaPartitions(), EventSetup, gemGeom_, gemGeomToken_, gemMask_, maskedStripsToken_, maskSource_, edm::ESHandle< T >::product(), DetId::rawId(), singleTopDQM_cfi::setup, theGEMDeadStripsObj, and theGEMMaskedStripsObj.
|
static |
Definition at line 77 of file GEMRecHitProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
The method which produces the rechits.
Definition at line 130 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 67 of file GEMRecHitProducer.h.
Referenced by beginRun(), and produce().
|
private |
Referenced by beginRun().
|
private |
Definition at line 62 of file GEMRecHitProducer.h.
Referenced by beginRun().
|
private |
Definition at line 58 of file GEMRecHitProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 60 of file GEMRecHitProducer.h.
Referenced by beginRun().
|
private |
Definition at line 65 of file GEMRecHitProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 61 of file GEMRecHitProducer.h.
Referenced by beginRun().
|
private |
Referenced by beginRun().
|
private |
Definition at line 48 of file GEMRecHitProducer.h.
Referenced by produce().
|
private |
Definition at line 54 of file GEMRecHitProducer.h.
Referenced by beginRun().
|
private |
Definition at line 45 of file GEMRecHitProducer.h.
Referenced by produce().
|
private |
Definition at line 51 of file GEMRecHitProducer.h.
Referenced by beginRun().