#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 | |
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 |
edm::EDGetTokenT< DTRecHitCollection > | recHits1DToken_ |
edm::EDGetTokenT< DTRecSegment2DCollection > | recHits2DToken_ |
std::unique_ptr< DTRecSegment4DBaseAlgo > | the4DAlgo |
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 |
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 get, and muonDTDigis_cfi::pset.
|
override |
Destructor.
Definition at line 50 of file DTRecSegment4DProducer.cc.
References gather_cfg::cout, and debug.
|
override |
The method which produces the 4D rec segments.
Definition at line 55 of file DTRecSegment4DProducer.cc.
References edm::OwnVector< T, P >::begin(), filterCSVwithJSON::copy, gather_cfg::cout, debug, edm::OwnVector< T, P >::empty(), edm::OwnVector< T, P >::end(), eostools::move(), recHits1DToken_, recHits2DToken_, singleTopDQM_cfi::setup, edm::OwnVector< T, P >::size(), and the4DAlgo.
|
private |
Definition at line 37 of file DTRecSegment4DProducer.h.
Referenced by runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), produce(), runTauIdMVA.TauIDEmbedder::runTauID(), and ~DTRecSegment4DProducer().
|
private |
Definition at line 39 of file DTRecSegment4DProducer.h.
Referenced by produce().
|
private |
Definition at line 40 of file DTRecSegment4DProducer.h.
Referenced by produce().
|
private |
Definition at line 42 of file DTRecSegment4DProducer.h.
Referenced by produce().