#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 | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Attributes | |
bool | debug |
const edm::ESGetToken< DTGeometry, MuonGeometryRecord > | dtGeomToken_ |
edm::EDGetTokenT< DTRecHitCollection > | recHits1DToken_ |
std::unique_ptr< DTRecSegment2DBaseAlgo > | theAlgo |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Producer for DT segment in one projection.
Definition at line 33 of file DTRecSegment2DProducer.h.
DTRecSegment2DProducer::DTRecSegment2DProducer | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 36 of file DTRecSegment2DProducer.cc.
References get, and muonDTDigis_cfi::pset.
|
override |
Destructor.
Definition at line 58 of file DTRecSegment2DProducer.cc.
References gather_cfg::cout, and debug.
|
override |
The method which produces the 2D-segments.
Definition at line 64 of file DTRecSegment2DProducer.cc.
References edm::OwnVector< T, P >::begin(), gather_cfg::cout, debug, dtGeomToken_, edm::OwnVector< T, P >::empty(), edm::OwnVector< T, P >::end(), DTRangeMapAccessor::layersBySuperLayer(), eostools::move(), FastTimerService_cff::range, recHits1DToken_, singleTopDQM_cfi::setup, edm::OwnVector< T, P >::size(), DTGeometry::superLayer(), DTLayerId::superlayerId(), and theAlgo.
|
private |
Definition at line 49 of file DTRecSegment2DProducer.h.
Referenced by runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), produce(), runTauIdMVA.TauIDEmbedder::runTauID(), and ~DTRecSegment2DProducer().
|
private |
Definition at line 55 of file DTRecSegment2DProducer.h.
Referenced by produce().
|
private |
Definition at line 54 of file DTRecSegment2DProducer.h.
Referenced by produce().
|
private |
Definition at line 52 of file DTRecSegment2DProducer.h.
Referenced by produce().