#include <HcalHistogramRawToDigi.h>
Public Member Functions | |
HcalHistogramRawToDigi (const edm::ParameterSet &ps) | |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
~HcalHistogramRawToDigi () 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 |
Private Attributes | |
std::vector< int > | fedUnpackList_ |
int | firstFED_ |
edm::EDGetTokenT< FEDRawDataCollection > | tok_data_ |
edm::ESGetToken< HcalDbService, HcalDbRecord > | tok_dbService_ |
HcalUnpacker | unpacker_ |
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 |
HcalHistogramRawToDigi is the EDProducer subclass which runs the Hcal Unpack algorithm for calibration-mode histograms.
Definition at line 30 of file HcalHistogramRawToDigi.h.
|
explicit |
Definition at line 8 of file HcalHistogramRawToDigi.cc.
References fedUnpackList_, edm::ParameterSet::getParameter(), mps_fire::i, contentValuesCheck::ss, tok_data_, and tok_dbService_.
|
override |
Definition at line 25 of file HcalHistogramRawToDigi.cc.
|
override |
Definition at line 28 of file HcalHistogramRawToDigi.cc.
References MillePedeFileConverter_cfg::e, FEDRawDataCollection::FEDData(), fedUnpackList_, edm::EventSetup::getHandle(), HcalDbService::getHcalMapping(), mps_fire::i, eostools::move(), dumpMFGeometry_cfg::prod, tok_data_, tok_dbService_, HcalUnpacker::unpack(), and unpacker_.
|
private |
Definition at line 40 of file HcalHistogramRawToDigi.h.
Referenced by HcalHistogramRawToDigi(), and produce().
|
private |
Definition at line 41 of file HcalHistogramRawToDigi.h.
|
private |
Definition at line 37 of file HcalHistogramRawToDigi.h.
Referenced by HcalHistogramRawToDigi(), and produce().
|
private |
Definition at line 38 of file HcalHistogramRawToDigi.h.
Referenced by HcalHistogramRawToDigi(), and produce().
|
private |
Definition at line 39 of file HcalHistogramRawToDigi.h.
Referenced by produce().