Public Member Functions | |
LightPFTrackProducer (const edm::ParameterSet &) | |
Constructor. More... | |
~LightPFTrackProducer () 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 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... | |
Private Attributes | |
const edm::ESGetToken < MagneticField, IdealMagneticFieldRecord > | magneticFieldToken_ |
PFTrackTransformer * | pfTransformer_ |
PFTrackTransformer. More... | |
reco::TrackBase::TrackQuality | trackQuality_ |
std::vector< edm::EDGetTokenT < reco::TrackCollection > > | tracksContainers_ |
bool | useQuality_ |
TRACK QUALITY. More... | |
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 |
Definition at line 12 of file LightPFTrackProducer.cc.
|
explicit |
Constructor.
Definition at line 42 of file LightPFTrackProducer.cc.
References edm::BeginRun, edm::ParameterSet::getParameter(), mps_fire::i, reco::TrackBase::qualityByName(), AlCaHLTBitMon_QueryRunRegistry::string, getPayloadData::tags, trackQuality_, tracksContainers_, and useQuality_.
|
override |
Destructor.
Definition at line 55 of file LightPFTrackProducer.cc.
References pfTransformer_.
|
overrideprivate |
Definition at line 82 of file LightPFTrackProducer.cc.
References edm::EventSetup::getData(), HLT_FULL_cff::magneticField, magneticFieldToken_, PFTrackTransformer::OnlyProp(), and pfTransformer_.
|
overrideprivate |
Definition at line 89 of file LightPFTrackProducer.cc.
References pfTransformer_.
|
overrideprivate |
Produce the PFRecTrack collection.
Definition at line 57 of file LightPFTrackProducer.cc.
References PFTrackTransformer::addPoints(), edm::Event::getByToken(), mps_fire::i, reco::PFRecTrack::KF, eostools::move(), pfTransformer_, edm::Handle< T >::product(), edm::Event::put(), quality, trackQuality_, tracksContainers_, and useQuality_.
|
private |
Definition at line 31 of file LightPFTrackProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 28 of file LightPFTrackProducer.cc.
Referenced by beginRun(), endRun(), produce(), and ~LightPFTrackProducer().
|
private |
Definition at line 34 of file LightPFTrackProducer.cc.
Referenced by LightPFTrackProducer(), and produce().
|
private |
Definition at line 29 of file LightPFTrackProducer.cc.
Referenced by LightPFTrackProducer(), and produce().
|
private |
TRACK QUALITY.
Definition at line 33 of file LightPFTrackProducer.cc.
Referenced by LightPFTrackProducer(), and produce().