Public Member Functions | |
void | beginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) override |
PFMultiDepthClusterProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~PFMultiDepthClusterProducer () override=default | |
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 Types | |
typedef InitialClusteringStepBase | ICSB |
typedef PFClusterBuilderBase | PFCBB |
typedef PFCPositionCalculatorBase | PosCalc |
Private Attributes | |
edm::EDGetTokenT < reco::PFClusterCollection > | _clustersLabel |
std::unique_ptr < PFClusterEnergyCorrectorBase > | _energyCorrector |
std::unique_ptr < PFClusterBuilderBase > | _pfClusterBuilder |
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 15 of file PFMultiDepthClusterProducer.cc.
|
private |
Definition at line 16 of file PFMultiDepthClusterProducer.cc.
|
private |
Definition at line 17 of file PFMultiDepthClusterProducer.cc.
|
private |
Definition at line 18 of file PFMultiDepthClusterProducer.cc.
PFMultiDepthClusterProducer::PFMultiDepthClusterProducer | ( | const edm::ParameterSet & | conf | ) |
Definition at line 50 of file PFMultiDepthClusterProducer.cc.
References _clustersLabel, _energyCorrector, _pfClusterBuilder, edm::ParameterSet::empty(), get, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
|
override |
Definition at line 69 of file PFMultiDepthClusterProducer.cc.
References _pfClusterBuilder.
|
override |
Definition at line 73 of file PFMultiDepthClusterProducer.cc.
References _clustersLabel, _energyCorrector, _pfClusterBuilder, edm::Event::getByToken(), LOGVERB, eostools::move(), and edm::Event::put().
|
private |
Definition at line 29 of file PFMultiDepthClusterProducer.cc.
Referenced by PFMultiDepthClusterProducer(), and produce().
|
private |
Definition at line 33 of file PFMultiDepthClusterProducer.cc.
Referenced by PFMultiDepthClusterProducer(), and produce().
|
private |
Definition at line 32 of file PFMultiDepthClusterProducer.cc.
Referenced by beginLuminosityBlock(), PFMultiDepthClusterProducer(), and produce().