#include <DTRecSegment2DProducer.h>
Public Member Functions | |
DTRecSegment2DProducer (const edm::ParameterSet &) | |
Constructor. More... | |
void | produce (edm::Event &event, const edm::EventSetup &setup) override |
The method which produces the 2D-segments. More... | |
~DTRecSegment2DProducer () 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_ |
DTRecSegment2DBaseAlgo * | 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 |
Producer for DT segment in one projection.
Definition at line 31 of file DTRecSegment2DProducer.h.
DTRecSegment2DProducer::DTRecSegment2DProducer | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 36 of file DTRecSegment2DProducer.cc.
References gather_cfg::cout, debug, reco::get(), edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
|
override |
Destructor.
Definition at line 56 of file DTRecSegment2DProducer.cc.
References gather_cfg::cout, and debug.
|
override |
The method which produces the 2D-segments.
Definition at line 63 of file DTRecSegment2DProducer.cc.
References edm::OwnVector< T, P >::begin(), gather_cfg::cout, debug, edm::OwnVector< T, P >::empty(), edm::OwnVector< T, P >::end(), edm::EventSetup::get(), DTRangeMapAccessor::layersBySuperLayer(), eostools::move(), edm::OwnVector< T, P >::size(), DTGeometry::superLayer(), and DTLayerId::superlayerId().
|
private |
Definition at line 50 of file DTRecSegment2DProducer.h.
Referenced by runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), and runTauIdMVA.TauIDEmbedder::runTauID().
|
private |
Definition at line 56 of file DTRecSegment2DProducer.h.
|
private |
Definition at line 53 of file DTRecSegment2DProducer.h.