#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 | |
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 |
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<> | |
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 GEMRecHit production.
Definition at line 27 of file GEMRecHitProducer.h.
|
strongprivate |
Enumerator | |
---|---|
File | |
EventSetup |
Definition at line 56 of file GEMRecHitProducer.h.
GEMRecHitProducer::GEMRecHitProducer | ( | const edm::ParameterSet & | config | ) |
Constructor.
Definition at line 22 of file GEMRecHitProducer.cc.
References get, and edm::ParameterSet::getParameter().
|
overridedefault |
Destructor.
|
override |
Definition at line 89 of file GEMRecHitProducer.cc.
References deadSource_, deadStripsToken_, EventSetup, gemGeom_, gemGeomToken_, gemMask_, edm::EventSetup::getHandle(), maskedStripsToken_, maskSource_, edm::ESHandle< class >::product(), DetId::rawId(), theGEMDeadStripsObj, and theGEMMaskedStripsObj.
|
static |
Definition at line 77 of file GEMRecHitProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addOptional(), 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 edm::OwnVector< T, P >::begin(), edm::OwnVector< T, P >::empty(), edm::OwnVector< T, P >::end(), gemGeom_, gemMask_, eostools::move(), sistrip::SpyUtilities::range(), HLT_FULL_cff::recHits, theAlgo, and theGEMDigiToken.
|
private |
Definition at line 67 of file GEMRecHitProducer.h.
|
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().