#include <PFDisplacedTrackerVertexProducer.h>
Public Member Functions | |
PFDisplacedTrackerVertexProducer (const edm::ParameterSet &) | |
Constructor. More... | |
~PFDisplacedTrackerVertexProducer () override | |
Destructor. More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | endRun (const edm::Run &, const edm::EventSetup &) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Produce the PFRecTrack collection. More... | |
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 |
Definition at line 12 of file PFDisplacedTrackerVertexProducer.h.
|
explicit |
Constructor.
Definition at line 10 of file PFDisplacedTrackerVertexProducer.cc.
References edm::ParameterSet::getParameter(), pfDisplacedVertexContainer_, and pfTrackContainer_.
|
override |
Destructor.
Definition at line 21 of file PFDisplacedTrackerVertexProducer.cc.
References pfTransformer_.
|
overrideprivate |
Definition at line 79 of file PFDisplacedTrackerVertexProducer.cc.
References edm::EventSetup::get(), get, HLT_FULL_cff::magneticField, PFTrackTransformer::OnlyProp(), and pfTransformer_.
|
overrideprivate |
Definition at line 87 of file PFDisplacedTrackerVertexProducer.cc.
References pfTransformer_.
|
overrideprivate |
Produce the PFRecTrack collection.
Definition at line 23 of file PFDisplacedTrackerVertexProducer.cc.
References PFTrackTransformer::addPoints(), reco::TrackBase::charge(), icoll, heavyIonCSV_trainingSettings::idx, iEvent, edm::RefToBase< T >::key(), reco::PFRecTrack::KF, eostools::move(), pfDisplacedVertexContainer_, pfTrackContainer_, pfTransformer_, edm::RefVector< C, T, F >::push_back(), tkAlTrackRefitSequence_cff::refittedTracks, pfDisplacedTrackerVertex_cfi::trackColl, and RunInfoPI::valid.
|
private |
Definition at line 29 of file PFDisplacedTrackerVertexProducer.h.
Referenced by PFDisplacedTrackerVertexProducer(), and produce().
|
private |
Definition at line 30 of file PFDisplacedTrackerVertexProducer.h.
Referenced by PFDisplacedTrackerVertexProducer(), and produce().
|
private |
Definition at line 28 of file PFDisplacedTrackerVertexProducer.h.
Referenced by beginRun(), endRun(), produce(), and ~PFDisplacedTrackerVertexProducer().