#include <RecoTracker/NuclearSeedGenerator/interface/NuclearSeedsEDProducer.h>
Private Member Functions | |
virtual void | beginRun (edm::Run const &run, const edm::EventSetup &) override |
virtual 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<> | |
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 |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 49 of file NuclearSeedsEDProducer.h.
|
explicit |
Definition at line 18 of file NuclearSeedsEDProducer.cc.
NuclearSeedsEDProducer::~NuclearSeedsEDProducer | ( | ) |
Definition at line 30 of file NuclearSeedsEDProducer.cc.
|
overrideprivatevirtual |
Definition at line 92 of file NuclearSeedsEDProducer.cc.
References conf_, and theNuclearInteractionFinder.
|
overrideprivatevirtual |
Definition at line 41 of file NuclearSeedsEDProducer.cc.
References data, edm::Event::getByToken(), mps_fire::i, improveSeeds, LogDebug, eostools::move(), mteToken_, convertSQLitetoXML_cfg::output, producer_, edm::Event::put(), and theNuclearInteractionFinder.
|
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().