Public Member Functions | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
TrackingParticleBHadronRefSelector (const edm::ParameterSet &iConfig) | |
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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
edm::EDGetTokenT < TrackingParticleCollection > | tpToken_ |
HistoryBase | tracer_ |
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 16 of file TrackingParticleBHadronRefSelector.cc.
TrackingParticleBHadronRefSelector::TrackingParticleBHadronRefSelector | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 30 of file TrackingParticleBHadronRefSelector.cc.
References HistoryBase::depth(), and tracer_.
|
static |
Definition at line 37 of file TrackingParticleBHadronRefSelector.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
override |
Definition at line 43 of file TrackingParticleBHadronRefSelector.cc.
References dataset::end, HistoryBase::evaluate(), edm::Event::getByToken(), mps_fire::i, eostools::move(), edm::Event::put(), HistoryBase::recoGenParticleTrail(), runTheMatrix::ret, tpToken_, and tracer_.
|
private |
Definition at line 25 of file TrackingParticleBHadronRefSelector.cc.
Referenced by produce().
|
private |
Definition at line 27 of file TrackingParticleBHadronRefSelector.cc.
Referenced by produce(), and TrackingParticleBHadronRefSelector().