#include <PFV0Producer.h>
Public Member Functions | |
PFV0Producer (const edm::ParameterSet &) | |
Constructor. More... | |
~PFV0Producer () 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... | |
Private Attributes | |
PFTrackTransformer * | pfTransformer_ |
PFTrackTransformer. More... | |
std::vector< edm::EDGetTokenT< reco::VertexCompositeCandidateCollection > > | V0list_ |
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 13 of file PFV0Producer.h.
|
explicit |
Constructor.
Definition at line 15 of file PFV0Producer.cc.
References edm::ParameterSet::getParameter(), mps_fire::i, triggerMatcherToHLTDebug_cfi::tags, and V0list_.
|
override |
|
overrideprivate |
Definition at line 69 of file PFV0Producer.cc.
References edm::EventSetup::get(), get, HLT_FULL_cff::magneticField, PFTrackTransformer::OnlyProp(), and pfTransformer_.
|
overrideprivate |
Definition at line 77 of file PFV0Producer.cc.
References pfTransformer_.
|
overrideprivate |
Produce the PFRecTrack collection.
Definition at line 27 of file PFV0Producer.cc.
References PFTrackTransformer::addPoints(), heavyIonCSV_trainingSettings::idx, iEvent, edm::Ref< C, T, F >::key(), reco::PFRecTrack::KF, LogDebug, eostools::move(), pfTransformer_, pfTrackElec_cfi::PFV0, gather_cfg::Tracks, V0list_, and RunInfoPI::valid.
|
private |
Definition at line 29 of file PFV0Producer.h.
Referenced by beginRun(), endRun(), produce(), and ~PFV0Producer().
|
private |
Definition at line 30 of file PFV0Producer.h.
Referenced by PFV0Producer(), and produce().