#include <RecoLocalCalo/HcalRecProducers/src/HFPreReconstructor.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Types | |
typedef std::pair< HcalDetId, int > | PmtAnodeId |
typedef std::pair< PmtAnodeId, const HFQIE10Info * > | QIE10InfoWithId |
Private Member Functions | |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | fillInfos (const edm::Event &e, const edm::EventSetup &eventSetup) |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
unsigned | sortDataByPmt () |
Private Attributes | |
bool | dropZSmarkedPassed_ |
edm::InputTag | inputLabel_ |
std::unique_ptr< HcalRecoParams > | paramTS_ |
std::vector< HFQIE10Info > | qie10Infos_ |
HFPreRecAlgo | reco_ |
std::vector< QIE10InfoWithId > | sortedQIE10Infos_ |
edm::EDGetTokenT < QIE10DigiCollection > | tok_hfQIE10_ |
bool | tsFromDB_ |
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 |
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: Phase 1 HF reco with QIE 10 and split-anode readout
Implementation: [Notes on implementation]
Definition at line 48 of file HFPreReconstructor.cc.
|
private |
Definition at line 57 of file HFPreReconstructor.cc.
|
private |
Definition at line 58 of file HFPreReconstructor.cc.
|
explicit |
Definition at line 85 of file HFPreReconstructor.cc.
References inputLabel_, and tok_hfQIE10_.
HFPreReconstructor::~HFPreReconstructor | ( | ) |
Definition at line 99 of file HFPreReconstructor.cc.
|
overrideprivatevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 206 of file HFPreReconstructor.cc.
References edm::EventSetup::get(), AlCaHLTBitMon_ParallelJobs::p, paramTS_, edm::ESHandle< class >::product(), and tsFromDB_.
|
static |
Definition at line 287 of file HFPreReconstructor.cc.
References edm::ParameterSetDescription::add(), and edm::ConfigurationDescriptions::addDefault().
|
private |
Definition at line 146 of file HFPreReconstructor.cc.
References dropZSmarkedPassed_, HcalRecoParam::firstSample(), edm::EventSetup::get(), edm::Event::getByToken(), paramTS_, QIE10DataFrame::presamples(), qie10Infos_, reco_, HFPreRecAlgo::reconstruct(), tok_hfQIE10_, tsFromDB_, and QIE10DataFrame::zsMarkAndPass().
Referenced by produce().
|
overrideprivatevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 218 of file HFPreReconstructor.cc.
References assert(), fillInfos(), plotBeamSpotDB::first, i, eostools::move(), GenerateHcalLaserBadRunList::out, edm::Event::put(), edm::second(), sortDataByPmt(), and sortedQIE10Infos_.
|
private |
Definition at line 112 of file HFPreReconstructor.cc.
References HLT_25ns10e33_v2_cff::depth, plotBeamSpotDB::first, i, info(), qie10Infos_, and sortedQIE10Infos_.
Referenced by produce().
|
private |
Definition at line 65 of file HFPreReconstructor.cc.
Referenced by fillInfos().
|
private |
Definition at line 64 of file HFPreReconstructor.cc.
Referenced by HFPreReconstructor().
|
private |
Definition at line 73 of file HFPreReconstructor.cc.
Referenced by beginRun(), and fillInfos().
|
private |
Definition at line 71 of file HFPreReconstructor.cc.
Referenced by fillInfos(), and sortDataByPmt().
|
private |
Definition at line 69 of file HFPreReconstructor.cc.
Referenced by fillInfos().
|
private |
Definition at line 72 of file HFPreReconstructor.cc.
Referenced by produce(), and sortDataByPmt().
|
private |
Definition at line 70 of file HFPreReconstructor.cc.
Referenced by fillInfos(), and HFPreReconstructor().
|
private |
Definition at line 66 of file HFPreReconstructor.cc.
Referenced by beginRun(), and fillInfos().