#include <DTRecHitProducer.h>
Public Member Functions | |
DTRecHitProducer (const edm::ParameterSet &) | |
Constructor. More... | |
void | produce (edm::Event &event, const edm::EventSetup &setup) override |
The method which produces the rechits. More... | |
~DTRecHitProducer () override | |
Destructor. More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
const bool | debug |
edm::EDGetTokenT< DTDigiCollection > | DTDigiToken_ |
std::unique_ptr< DTRecHitBaseAlgo > | 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 1D DTRecHitPairs production. The concrete reconstruction algorithm is specified with the parameter "recAlgo" and must be configured with the "recAlgoConfig" parameter set.
Definition at line 24 of file DTRecHitProducer.h.
DTRecHitProducer::DTRecHitProducer | ( | const edm::ParameterSet & | config | ) |
Constructor.
Definition at line 33 of file DTRecHitProducer.cc.
References gather_cfg::cout, debug, DTDigiToken_, reco::get(), and edm::ParameterSet::getParameter().
|
override |
Destructor.
Definition at line 48 of file DTRecHitProducer.cc.
References gather_cfg::cout, and debug.
|
override |
The method which produces the rechits.
Definition at line 55 of file DTRecHitProducer.cc.
References edm::OwnVector< T, P >::begin(), gather_cfg::cout, debug, DTDigiToken_, edm::OwnVector< T, P >::empty(), edm::OwnVector< T, P >::end(), edm::EventSetup::get(), DTGeometry::layer(), eostools::move(), edm::OwnVector< T, P >::size(), and theAlgo.
|
private |
Definition at line 37 of file DTRecHitProducer.h.
Referenced by DTRecHitProducer(), runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), produce(), runTauIdMVA.TauIDEmbedder::runTauID(), and ~DTRecHitProducer().
|
private |
Definition at line 39 of file DTRecHitProducer.h.
Referenced by DTRecHitProducer(), and produce().
|
private |
Definition at line 41 of file DTRecHitProducer.h.
Referenced by produce().