#include <DTRecSegment4DProducer.h>
Public Member Functions | |
DTRecSegment4DProducer (const edm::ParameterSet &) | |
Constructor. More... | |
void | produce (edm::Event &event, const edm::EventSetup &setup) override |
The method which produces the 4D rec segments. More... | |
~DTRecSegment4DProducer () override | |
Destructor. More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
bool | debug |
edm::EDGetTokenT< DTRecHitCollection > | recHits1DToken_ |
edm::EDGetTokenT< DTRecSegment2DCollection > | recHits2DToken_ |
std::unique_ptr< DTRecSegment4DBaseAlgo > | the4DAlgo |
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 |
Builds the segments in the DT chambers.
Definition at line 21 of file DTRecSegment4DProducer.h.
DTRecSegment4DProducer::DTRecSegment4DProducer | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 26 of file DTRecSegment4DProducer.cc.
References gather_cfg::cout, debug, reco::get(), edm::ParameterSet::getParameter(), muonDTDigis_cfi::pset, recHits1DToken_, and recHits2DToken_.
|
override |
Destructor.
Definition at line 49 of file DTRecSegment4DProducer.cc.
References gather_cfg::cout, and debug.
|
override |
The method which produces the 4D rec segments.
Definition at line 54 of file DTRecSegment4DProducer.cc.
References edm::OwnVector< T, P >::begin(), popcon2dropbox::copy(), gather_cfg::cout, debug, edm::OwnVector< T, P >::empty(), edm::OwnVector< T, P >::end(), edm::EventSetup::get(), edm::Event::getByToken(), eostools::move(), recHits1DToken_, recHits2DToken_, edm::OwnVector< T, P >::size(), and the4DAlgo.
|
private |
Definition at line 40 of file DTRecSegment4DProducer.h.
Referenced by DTRecSegment4DProducer(), runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), produce(), runTauIdMVA.TauIDEmbedder::runTauID(), and ~DTRecSegment4DProducer().
|
private |
Definition at line 42 of file DTRecSegment4DProducer.h.
Referenced by DTRecSegment4DProducer(), and produce().
|
private |
Definition at line 43 of file DTRecSegment4DProducer.h.
Referenced by DTRecSegment4DProducer(), and produce().
|
private |
Definition at line 45 of file DTRecSegment4DProducer.h.
Referenced by produce().