#include <RecoLocalCalo/HcalRecProducers/src/HFPreReconstructor.cc>
Public Member Functions | |
HFPreReconstructor (const edm::ParameterSet &) | |
~HFPreReconstructor () 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 Types | |
typedef std::pair< HcalDetId, int > | PmtAnodeId |
typedef std::pair< PmtAnodeId, const HFQIE10Info * > | QIE10InfoWithId |
Private Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | fillInfos (const edm::Event &e, const edm::EventSetup &eventSetup) |
void | produce (edm::Event &, const edm::EventSetup &) override |
unsigned | sortDataByPmt () |
Private Attributes | |
bool | dropZSmarkedPassed_ |
int | forceSOI_ |
edm::ESGetToken< HcalTopology, HcalRecNumberingRecord > | htopoToken_ |
edm::InputTag | inputLabel_ |
edm::ESGetToken < HcalChannelPropertiesVec, HcalChannelPropertiesRecord > | propertiesToken_ |
std::vector< HFQIE10Info > | qie10Infos_ |
HFPreRecAlgo | reco_ |
int | soiShift_ |
std::vector< QIE10InfoWithId > | sortedQIE10Infos_ |
edm::EDGetTokenT < QIE10DigiCollection > | tok_hfQIE10_ |
bool | tsFromDB_ |
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 52 of file HFPreReconstructor.cc.
|
private |
Definition at line 60 of file HFPreReconstructor.cc.
|
private |
Definition at line 61 of file HFPreReconstructor.cc.
|
explicit |
Definition at line 93 of file HFPreReconstructor.cc.
References htopoToken_, inputLabel_, propertiesToken_, and tok_hfQIE10_.
|
override |
Definition at line 111 of file HFPreReconstructor.cc.
|
overrideprivate |
Definition at line 205 of file HFPreReconstructor.cc.
|
static |
Definition at line 268 of file HFPreReconstructor.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
private |
Definition at line 147 of file HFPreReconstructor.cc.
References HcalChannelProperties::channelCoder, dropZSmarkedPassed_, HcalRecoParam::firstSample(), forceSOI_, edm::Event::getByToken(), edm::EventSetup::getData(), HcalForward, htopoToken_, HFQIE10Info::id(), QIE10DataFrame::id(), info(), HcalChannelProperties::paramTs, QIE10DataFrame::presamples(), propertiesToken_, qie10Infos_, DetId::rawId(), reco_, HFPreRecAlgo::reconstruct(), HcalChannelProperties::shape, soiShift_, tok_hfQIE10_, tsFromDB_, and QIE10DataFrame::zsMarkAndPass().
Referenced by produce().
|
overrideprivate |
Definition at line 208 of file HFPreReconstructor.cc.
References cms::cuda::assert(), fillInfos(), first, mps_fire::i, eostools::move(), submitPVResolutionJobs::out, edm::Event::put(), edm::second(), sortDataByPmt(), and sortedQIE10Infos_.
|
private |
Definition at line 119 of file HFPreReconstructor.cc.
References HLT_FULL_cff::depth, first, mps_fire::i, gpuClustering::id, info(), qie10Infos_, and sortedQIE10Infos_.
Referenced by produce().
|
private |
Definition at line 70 of file HFPreReconstructor.cc.
Referenced by fillInfos().
|
private |
Definition at line 68 of file HFPreReconstructor.cc.
Referenced by fillInfos().
|
private |
Definition at line 86 of file HFPreReconstructor.cc.
Referenced by fillInfos(), and HFPreReconstructor().
|
private |
Definition at line 67 of file HFPreReconstructor.cc.
Referenced by HFPreReconstructor().
|
private |
Definition at line 87 of file HFPreReconstructor.cc.
Referenced by fillInfos(), and HFPreReconstructor().
|
private |
Definition at line 76 of file HFPreReconstructor.cc.
Referenced by fillInfos(), and sortDataByPmt().
|
private |
Definition at line 74 of file HFPreReconstructor.cc.
Referenced by fillInfos().
|
private |
Definition at line 69 of file HFPreReconstructor.cc.
Referenced by fillInfos().
|
private |
Definition at line 77 of file HFPreReconstructor.cc.
Referenced by produce(), and sortDataByPmt().
|
private |
Definition at line 75 of file HFPreReconstructor.cc.
Referenced by fillInfos(), and HFPreReconstructor().
|
private |
Definition at line 71 of file HFPreReconstructor.cc.
Referenced by fillInfos().