#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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
GEMRecHitBaseAlgo * | theAlgo |
edm::EDGetTokenT< GEMDigiCollection > | theGEMDigiToken |
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 40 of file GEMRecHitProducer.h.
GEMRecHitProducer::GEMRecHitProducer | ( | const edm::ParameterSet & | config | ) |
Constructor.
Definition at line 37 of file GEMRecHitProducer.cc.
References reco::get(), and edm::ParameterSet::getParameter().
|
override |
|
override |
Definition at line 104 of file GEMRecHitProducer.cc.
|
override |
The method which produces the rechits.
Definition at line 148 of file GEMRecHitProducer.cc.
References edm::OwnVector< T, P >::begin(), edm::OwnVector< T, P >::empty(), edm::OwnVector< T, P >::end(), GEMGeometry::etaPartition(), edm::EventSetup::get(), RecoTauDiscriminantConfiguration::mask, and eostools::move().
|
private |
Definition at line 61 of file GEMRecHitProducer.h.
|
private |
Definition at line 58 of file GEMRecHitProducer.h.