#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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () 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 14 of file PFV0Producer.h.
|
explicit |
Constructor.
Definition at line 15 of file PFV0Producer.cc.
References edm::ParameterSet::getParameter(), mps_fire::i, and V0list_.
|
override |
Destructor.
Definition at line 28 of file PFV0Producer.cc.
References pfTransformer_.
|
overrideprivate |
Definition at line 90 of file PFV0Producer.cc.
References edm::EventSetup::get(), MagneticField::inTesla(), seedCreatorFromRegionConsecutiveHitsEDProducer_cff::magneticField, PFTrackTransformer::OnlyProp(), and pfTransformer_.
|
overrideprivate |
Definition at line 102 of file PFV0Producer.cc.
References pfTransformer_.
|
overrideprivate |
Produce the PFRecTrack collection.
Definition at line 34 of file PFV0Producer.cc.
References PFTrackTransformer::addPoints(), edm::EventID::event(), edm::Event::getByToken(), edm::Event::getRefBeforePut(), edm::EventBase::id(), training_settings::idx, edm::Ref< C, T, F >::key(), reco::PFRecTrack::KF, LogDebug, eostools::move(), pfTransformer_, pfTrackElec_cfi::PFV0, edm::Event::put(), edm::EventID::run(), gather_cfg::Tracks, and V0list_.
|
private |
Definition at line 31 of file PFV0Producer.h.
Referenced by beginRun(), endRun(), produce(), and ~PFV0Producer().
|
private |
Definition at line 32 of file PFV0Producer.h.
Referenced by PFV0Producer(), and produce().