#include <RecoTracker/NuclearSeedGenerator/interface/NuclearSeedsEDProducer.h>
Public Member Functions | |
NuclearSeedsEDProducer (const edm::ParameterSet &) | |
~NuclearSeedsEDProducer () override | |
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 (edm::Run const &run, const edm::EventSetup &) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::ParameterSet | conf_ |
bool | improveSeeds |
edm::EDGetTokenT < MeasurementTrackerEvent > | mteToken_ |
edm::EDGetTokenT < TrajectoryCollection > | producer_ |
std::unique_ptr < NuclearInteractionFinder > | theNuclearInteractionFinder |
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 |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 50 of file NuclearSeedsEDProducer.h.
|
explicit |
Definition at line 17 of file NuclearSeedsEDProducer.cc.
|
override |
Definition at line 26 of file NuclearSeedsEDProducer.cc.
|
overrideprivate |
Definition at line 82 of file NuclearSeedsEDProducer.cc.
References conf_, and theNuclearInteractionFinder.
|
overrideprivate |
Definition at line 33 of file NuclearSeedsEDProducer.cc.
References data, edm::Event::getByToken(), mps_fire::i, improveSeeds, dqmiolumiharvest::j, LogDebug, eostools::move(), mteToken_, convertSQLitetoXML_cfg::output, producer_, edm::Event::put(), theNuclearInteractionFinder, and trackerHitRTTI::vector.
|
private |
Definition at line 60 of file NuclearSeedsEDProducer.h.
Referenced by beginRun().
|
private |
Definition at line 63 of file NuclearSeedsEDProducer.h.
Referenced by produce().
|
private |
Definition at line 65 of file NuclearSeedsEDProducer.h.
Referenced by produce().
|
private |
Definition at line 64 of file NuclearSeedsEDProducer.h.
Referenced by produce().
|
private |
Definition at line 61 of file NuclearSeedsEDProducer.h.
Referenced by beginRun(), and produce().