Public Member Functions | |
PFNuclearProducer (const edm::ParameterSet &) | |
Constructor. More... | |
~PFNuclearProducer () 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 | |
double | likelihoodCut_ |
const edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > | magneticFieldToken_ |
std::vector< edm::EDGetTokenT< reco::NuclearInteractionCollection > > | nuclearContainers_ |
PFTrackTransformer * | pfTransformer_ |
PFTrackTransformer. 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 11 of file PFNuclearProducer.cc.
|
explicit |
Constructor.
Definition at line 39 of file PFNuclearProducer.cc.
References edm::BeginRun, edm::ParameterSet::getParameter(), mps_fire::i, likelihoodCut_, nuclearContainers_, and triggerMatcherToHLTDebug_cfi::tags.
|
override |
|
overrideprivate |
Definition at line 98 of file PFNuclearProducer.cc.
References edm::EventSetup::getData(), HLT_FULL_cff::magneticField, magneticFieldToken_, PFTrackTransformer::OnlyProp(), and pfTransformer_.
|
overrideprivate |
Definition at line 105 of file PFNuclearProducer.cc.
References pfTransformer_.
|
overrideprivate |
Produce the PFRecTrack collection.
Definition at line 54 of file PFNuclearProducer.cc.
References PFTrackTransformer::addPoints(), icoll, iEvent, reco::PFRecTrack::KF, likelihood(), likelihoodCut_, eostools::move(), nuclearContainers_, pfTransformer_, edm::Handle< T >::product(), edm::RefVector< C, T, F >::push_back(), and RunInfoPI::valid.
|
private |
Definition at line 28 of file PFNuclearProducer.cc.
Referenced by PFNuclearProducer(), and produce().
|
private |
Definition at line 31 of file PFNuclearProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 29 of file PFNuclearProducer.cc.
Referenced by PFNuclearProducer(), and produce().
|
private |
Definition at line 27 of file PFNuclearProducer.cc.
Referenced by beginRun(), endRun(), produce(), and ~PFNuclearProducer().