#include <DTSegment4DT0Corrector.h>
Public Member Functions | |
DTSegment4DT0Corrector (const edm::ParameterSet &) | |
Constructor. More... | |
void | produce (edm::Event &event, const edm::EventSetup &setup) override |
The method which produces the 4D rec segments corrected for t0 offset. More... | |
~DTSegment4DT0Corrector () 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< DTRecSegment4DCollection > | recHits4DToken_ |
DTSegmentUpdator * | theUpdator |
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 20 of file DTSegment4DT0Corrector.h.
DTSegment4DT0Corrector::DTSegment4DT0Corrector | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 22 of file DTSegment4DT0Corrector.cc.
References gather_cfg::cout, debug, edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
|
override |
Destructor.
Definition at line 39 of file DTSegment4DT0Corrector.cc.
References gather_cfg::cout, and debug.
|
override |
The method which produces the 4D rec segments corrected for t0 offset.
Definition at line 45 of file DTSegment4DT0Corrector.cc.
References edm::OwnVector< T, P >::begin(), DTRecSegment4D::clone(), gather_cfg::cout, debug, edm::OwnVector< T, P >::end(), edm::EventSetup::get(), eostools::move(), edm::OwnVector< T, P >::push_back(), and mps_fire::result.
|
private |
Definition at line 40 of file DTSegment4DT0Corrector.h.
Referenced by runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), and runTauIdMVA.TauIDEmbedder::runTauID().
|
private |
Definition at line 42 of file DTSegment4DT0Corrector.h.
|
private |
Definition at line 45 of file DTSegment4DT0Corrector.h.