Public Member Functions | |
PFRecHitProducer (const edm::ParameterSet &iConfig) | |
~PFRecHitProducer () 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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | beginRun (edm::Run const &, const edm::EventSetup &) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::vector< std::unique_ptr< PFRecHitCreatorBase > > | creators_ |
bool | init_ |
std::unique_ptr< PFRecHitNavigatorBase > | navigator_ |
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 PFRecHitProducer.cc.
|
explicit |
Definition at line 41 of file PFRecHitProducer.cc.
References gpuPixelDoublets::cc, beamerCreator::create(), creators_, get, edm::ParameterSet::getParameter(), Skims_PA_cff::name, navigator_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
|
overrideprivate |
Definition at line 63 of file PFRecHitProducer.cc.
References creators_, and navigator_.
|
static |
Definition at line 102 of file PFRecHitProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
overrideprivate |
Definition at line 71 of file PFRecHitProducer.cc.
References creators_, iEvent, eostools::move(), navigator_, MillePedeFileConverter_cfg::out, and jetUpdater_cfi::sort.
|
private |
Definition at line 26 of file PFRecHitProducer.cc.
Referenced by beginRun(), PFRecHitProducer(), and produce().
|
private |
Definition at line 28 of file PFRecHitProducer.cc.
|
private |
Definition at line 27 of file PFRecHitProducer.cc.
Referenced by beginRun(), PFRecHitProducer(), and produce().