Public Member Functions | |
void | beginRun (const edm::Run &, 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 |
bool | cutsFromDB |
edm::ESGetToken< HcalPFCuts, HcalPFCutsRcd > | hcalCutsToken_ |
HcalPFCuts const * | paramPF = nullptr |
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 17 of file PFMultiDepthClusterProducer.cc.
|
private |
Definition at line 18 of file PFMultiDepthClusterProducer.cc.
|
private |
Definition at line 19 of file PFMultiDepthClusterProducer.cc.
|
private |
Definition at line 20 of file PFMultiDepthClusterProducer.cc.
PFMultiDepthClusterProducer::PFMultiDepthClusterProducer | ( | const edm::ParameterSet & | conf | ) |
Definition at line 55 of file PFMultiDepthClusterProducer.cc.
References _clustersLabel, _energyCorrector, _pfClusterBuilder, gpuPixelDoublets::cc, cutsFromDB, edm::ParameterSet::empty(), get, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), hcalCutsToken_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
|
override |
Definition at line 80 of file PFMultiDepthClusterProducer.cc.
References _pfClusterBuilder, cutsFromDB, edm::EventSetup::getData(), hcalCutsToken_, and paramPF.
|
override |
Definition at line 87 of file PFMultiDepthClusterProducer.cc.
References _clustersLabel, _energyCorrector, _pfClusterBuilder, MillePedeFileConverter_cfg::e, HLT_FULL_cff::inputClusters, LOGVERB, eostools::move(), and paramPF.
|
private |
Definition at line 31 of file PFMultiDepthClusterProducer.cc.
Referenced by PFMultiDepthClusterProducer(), and produce().
|
private |
Definition at line 36 of file PFMultiDepthClusterProducer.cc.
Referenced by PFMultiDepthClusterProducer(), and produce().
|
private |
Definition at line 35 of file PFMultiDepthClusterProducer.cc.
Referenced by beginRun(), PFMultiDepthClusterProducer(), and produce().
|
private |
Definition at line 37 of file PFMultiDepthClusterProducer.cc.
Referenced by beginRun(), and PFMultiDepthClusterProducer().
|
private |
Definition at line 32 of file PFMultiDepthClusterProducer.cc.
Referenced by beginRun(), and PFMultiDepthClusterProducer().
|
private |
Definition at line 38 of file PFMultiDepthClusterProducer.cc.
Referenced by beginRun(), and produce().