#include <DTRecSegment2DExtendedProducer.h>
Public Member Functions | |
DTRecSegment2DExtendedProducer (const edm::ParameterSet &) | |
Constructor. More... | |
void | produce (edm::Event &event, const edm::EventSetup &setup) override |
The method which produces the 2D-segments. More... | |
~DTRecSegment2DExtendedProducer () 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< DTRecClusterCollection > | recClusToken_ |
edm::EDGetTokenT< DTRecHitCollection > | recHits1DToken_ |
DTCombinatorialExtendedPatternReco * | 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 34 of file DTRecSegment2DExtendedProducer.h.
DTRecSegment2DExtendedProducer::DTRecSegment2DExtendedProducer | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 36 of file DTRecSegment2DExtendedProducer.cc.
References gather_cfg::cout, debug, muonDTDigis_cfi::pset, recClusToken_, recHits1DToken_, and theAlgo.
|
override |
Destructor.
Definition at line 56 of file DTRecSegment2DExtendedProducer.cc.
References gather_cfg::cout, debug, and theAlgo.
|
override |
The method which produces the 2D-segments.
Definition at line 63 of file DTRecSegment2DExtendedProducer.cc.
References edm::OwnVector< T, P >::begin(), filterCSVwithJSON::copy, gather_cfg::cout, debug, dtGeomToken_, edm::OwnVector< T, P >::empty(), edm::OwnVector< T, P >::end(), DTRangeMapAccessor::layersBySuperLayer(), eostools::move(), FastTimerService_cff::range, recClusToken_, recHits1DToken_, DTCombinatorialExtendedPatternReco::reconstruct(), DTCombinatorialExtendedPatternReco::setClusters(), DTCombinatorialExtendedPatternReco::setES(), singleTopDQM_cfi::setup, edm::OwnVector< T, P >::size(), DTGeometry::superLayer(), DTLayerId::superlayerId(), and theAlgo.
|
private |
Definition at line 50 of file DTRecSegment2DExtendedProducer.h.
Referenced by DTRecSegment2DExtendedProducer(), runTauIdMVA.TauIDEmbedder::load_againstElectronMVA6(), runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), produce(), and ~DTRecSegment2DExtendedProducer().
|
private |
Definition at line 58 of file DTRecSegment2DExtendedProducer.h.
Referenced by produce().
|
private |
Definition at line 57 of file DTRecSegment2DExtendedProducer.h.
Referenced by DTRecSegment2DExtendedProducer(), and produce().
|
private |
Definition at line 56 of file DTRecSegment2DExtendedProducer.h.
Referenced by DTRecSegment2DExtendedProducer(), and produce().
|
private |
Definition at line 53 of file DTRecSegment2DExtendedProducer.h.
Referenced by DTRecSegment2DExtendedProducer(), produce(), and ~DTRecSegment2DExtendedProducer().