#include <RecoLocalCalo/HcalRecProducers/src/HFPhase1Reconstructor.cc>
Public Member Functions | |
HFPhase1Reconstructor (const edm::ParameterSet &) | |
~HFPhase1Reconstructor () 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 (const edm::Run &, const edm::EventSetup &) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::string | algoConfigClass_ |
bool | checkChannelQualityForDepth3and4_ |
edm::ESGetToken< HcalDbService, HcalDbRecord > | conditionsToken_ |
std::unique_ptr< HcalHF_PETalgorithm > | hfPET_ |
std::unique_ptr< HcalHF_S9S1algorithm > | hfS8S1_ |
std::unique_ptr< HcalHF_S9S1algorithm > | hfS9S1_ |
std::unique_ptr< HFStripFilter > | hfStripFilter_ |
edm::ESGetToken< HcalChannelQuality, HcalChannelQualityRcd > | qualToken_ |
std::unique_ptr< AbsHFPhase1Algo > | reco_ |
std::unique_ptr< AbsHcalAlgoData > | recoConfig_ |
edm::ESGetToken< HFPhase1PMTParams, HFPhase1PMTParamsRcd > | recoConfigToken_ |
bool | runHFStripFilter_ |
bool | setNoiseFlags_ |
edm::ESGetToken< HcalSeverityLevelComputer, HcalSeverityLevelComputerRcd > | sevToken_ |
edm::EDGetTokenT< HFPreRecHitCollection > | tok_PreRecHit_ |
bool | useChannelQualityFromDB_ |
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: Phase 1 HF reco with QIE 10 and split-anode readout
Implementation: [Notes on implementation]
Definition at line 53 of file HFPhase1Reconstructor.cc.
|
explicit |
Definition at line 92 of file HFPhase1Reconstructor.cc.
References algoConfigClass_, conditionsToken_, Exception, edm::ParameterSet::getParameter(), hfPET_, hfS8S1_, hfS9S1_, hfStripFilter_, HFStripFilter::parseParameterSet(), qualToken_, reco_, recoConfigToken_, runHFStripFilter_, setNoiseFlags_, sevToken_, and tok_PreRecHit_.
|
override |
Definition at line 164 of file HFPhase1Reconstructor.cc.
|
overrideprivate |
Definition at line 169 of file HFPhase1Reconstructor.cc.
References Exception, edm::EventSetup::getData(), reco_, recoConfig_, and recoConfigToken_.
|
static |
Definition at line 280 of file HFPhase1Reconstructor.cc.
References add_param_set, edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, HFStripFilter::fillDescription(), fillDescriptionForParseHFPhase1AlgoDescription(), HLT_2024v14_cff::PETstat, HLT_2024v14_cff::S8S1stat, HLT_2024v14_cff::S9S1stat, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivate |
Definition at line 179 of file HFPhase1Reconstructor.cc.
References funct::abs(), b, edm::SortedCollection< T, SORT >::begin(), checkChannelQualityForDepth3and4_, submitPVValidationJobs::conditions, conditionsToken_, hcalRecHitTable_cff::depth, HcalSeverityLevelComputer::dropChannel(), MillePedeFileConverter_cfg::e, edm::SortedCollection< T, SORT >::end(), options_cfi::eventSetup, HcalChannelStatus::getValue(), HcalCondObjectContainer< Item >::getValues(), hfPET_, hfS8S1_, hfS9S1_, hfStripFilter_, mps_fire::i, HFRecHit::id(), hcalRecHitTable_cff::ieta, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, eostools::move(), qualToken_, DetId::rawId(), nano_mu_digi_cff::rawId, reco_, runHFStripFilter_, HcalDetId::secondAnodeId(), setNoiseFlags_, sevToken_, edm::SortedCollection< T, SORT >::size(), tok_PreRecHit_, and useChannelQualityFromDB_.
|
private |
Definition at line 65 of file HFPhase1Reconstructor.cc.
Referenced by HFPhase1Reconstructor().
|
private |
Definition at line 69 of file HFPhase1Reconstructor.cc.
Referenced by produce().
|
private |
Definition at line 84 of file HFPhase1Reconstructor.cc.
Referenced by HFPhase1Reconstructor(), and produce().
|
private |
Definition at line 80 of file HFPhase1Reconstructor.cc.
Referenced by HFPhase1Reconstructor(), and produce().
|
private |
Definition at line 79 of file HFPhase1Reconstructor.cc.
Referenced by HFPhase1Reconstructor(), and produce().
|
private |
Definition at line 78 of file HFPhase1Reconstructor.cc.
Referenced by HFPhase1Reconstructor(), and produce().
|
private |
Definition at line 81 of file HFPhase1Reconstructor.cc.
Referenced by HFPhase1Reconstructor(), and produce().
|
private |
Definition at line 85 of file HFPhase1Reconstructor.cc.
Referenced by HFPhase1Reconstructor(), and produce().
|
private |
Definition at line 73 of file HFPhase1Reconstructor.cc.
Referenced by beginRun(), HFPhase1Reconstructor(), and produce().
|
private |
Definition at line 74 of file HFPhase1Reconstructor.cc.
Referenced by beginRun().
|
private |
Definition at line 75 of file HFPhase1Reconstructor.cc.
Referenced by beginRun(), and HFPhase1Reconstructor().
|
private |
Definition at line 67 of file HFPhase1Reconstructor.cc.
Referenced by HFPhase1Reconstructor(), and produce().
|
private |
Definition at line 66 of file HFPhase1Reconstructor.cc.
Referenced by HFPhase1Reconstructor(), and produce().
|
private |
Definition at line 86 of file HFPhase1Reconstructor.cc.
Referenced by HFPhase1Reconstructor(), and produce().
|
private |
Definition at line 72 of file HFPhase1Reconstructor.cc.
Referenced by HFPhase1Reconstructor(), and produce().
|
private |
Definition at line 68 of file HFPhase1Reconstructor.cc.
Referenced by produce().