#include <ME0RecHitProducer.h>
Public Member Functions | |
ME0RecHitProducer (const edm::ParameterSet &config) | |
Constructor. More... | |
void | produce (edm::Event &event, const edm::EventSetup &setup) override |
The method which produces the rechits. More... | |
~ME0RecHitProducer () 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 |
Private Attributes | |
edm::ESGetToken< ME0Geometry, MuonGeometryRecord > | m_me0GeomToken |
edm::EDGetTokenT< ME0DigiPreRecoCollection > | m_token |
std::unique_ptr< ME0RecHitBaseAlgo > | theAlgo |
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 ME0RecHit production.
Definition at line 44 of file ME0RecHitProducer.h.
ME0RecHitProducer::ME0RecHitProducer | ( | const edm::ParameterSet & | config | ) |
Constructor.
Definition at line 10 of file ME0RecHitProducer.cc.
References get, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
Destructor.
|
override |
The method which produces the rechits.
Definition at line 22 of file ME0RecHitProducer.cc.
References m_me0GeomToken, m_token, eostools::move(), FastTimerService_cff::range, FastTrackerRecHitMaskProducer_cfi::recHits, singleTopDQM_cfi::setup, and theAlgo.
|
private |
Definition at line 64 of file ME0RecHitProducer.h.
Referenced by produce().
|
private |
Definition at line 58 of file ME0RecHitProducer.h.
Referenced by produce().
|
private |
Definition at line 61 of file ME0RecHitProducer.h.
Referenced by produce().