#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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
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 11 of file ME0RecHitProducer.cc.
References reco::get(), edm::ParameterSet::getParameter(), m_token, AlCaHLTBitMon_QueryRunRegistry::string, and ~ME0RecHitProducer().
|
overridedefault |
Destructor.
Referenced by ME0RecHitProducer().
|
override |
The method which produces the rechits.
Definition at line 23 of file ME0RecHitProducer.cc.
References edm::OwnVector< T, P >::begin(), edm::OwnVector< T, P >::empty(), edm::OwnVector< T, P >::end(), edm::EventSetup::get(), m_token, eostools::move(), and theAlgo.
|
private |
Definition at line 60 of file ME0RecHitProducer.h.
Referenced by ME0RecHitProducer(), and produce().
|
private |
Definition at line 63 of file ME0RecHitProducer.h.
Referenced by produce().