#include <HcalRawToDigi.h>
Classes | |
struct | Statistics |
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 Attributes | |
const bool | complainEmptyData_ |
std::string | electronicsMapLabel_ |
const int | expectedOrbitMessageTime_ |
std::vector< int > | fedUnpackList_ |
HcalDataFrameFilter | filter_ |
const int | firstFED_ |
const bool | silent_ |
struct HcalRawToDigi::Statistics | stats_ |
edm::EDGetTokenT< FEDRawDataCollection > | tok_data_ |
const bool | unpackCalib_ |
HcalUnpacker | unpacker_ |
const int | unpackerMode_ |
const bool | unpackTTP_ |
bool | unpackUMNio_ |
const bool | unpackZDC_ |
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) |
HcalRawToDigi is the EDProducer subclass which runs the Hcal Unpack algorithm.
Definition at line 29 of file HcalRawToDigi.h.
|
explicit |
Definition at line 14 of file HcalRawToDigi.cc.
References electronicsMapLabel_, expectedOrbitMessageTime_, fedUnpackList_, edm::ParameterSet::getParameter(), i, FEDNumbering::MAXHCALFEDID, FEDNumbering::MAXHCALuTCAFEDID, FEDNumbering::MINHCALFEDID, FEDNumbering::MINHCALuTCAFEDID, HcalUnpacker::setExpectedOrbitMessageTime(), HcalUnpacker::setMode(), stats_, AlCaHLTBitMon_QueryRunRegistry::string, tok_data_, unpackCalib_, unpacker_, unpackerMode_, unpackTTP_, unpackUMNio_, and unpackZDC_.
|
virtual |
Definition at line 75 of file HcalRawToDigi.cc.
|
static |
Definition at line 77 of file HcalRawToDigi.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), createfilelist::int, FEDNumbering::MINHCALFEDID, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
calib
zdc
umnio
Definition at line 99 of file HcalRawToDigi.cc.
References HcalDataFrameFilter::active(), HcalRawToDigi::Statistics::ave_calib, HcalRawToDigi::Statistics::ave_hbhe, HcalRawToDigi::Statistics::ave_hf, HcalRawToDigi::Statistics::ave_ho, HcalRawToDigi::Statistics::ave_tp, HcalRawToDigi::Statistics::ave_tpho, HcalUnpacker::Collections::calibCont, complainEmptyData_, electronicsMapLabel_, FEDRawDataCollection::FEDData(), fedUnpackList_, HcalDataFrameFilter::filter(), filter_, edm::EventSetup::get(), edm::Event::getByToken(), photonIsolationHIProducer_cfi::hbhe, HcalUnpacker::Collections::hbheCont, AnalysisDataFormats_SUSYBSMObjects::hc, photonIsolationHIProducer_cfi::hf, HcalUnpacker::Collections::hfCont, photonIsolationHIProducer_cfi::ho, HcalUnpacker::Collections::hoCont, i, hpstanc_transforms::max, HcalRawToDigi::Statistics::max_calib, HcalRawToDigi::Statistics::max_hbhe, HcalRawToDigi::Statistics::max_hf, HcalRawToDigi::Statistics::max_ho, HcalRawToDigi::Statistics::max_tp, HcalRawToDigi::Statistics::max_tpho, eostools::move(), HcalRawToDigi::Statistics::n, parseEventContent::prod, edm::ESHandle< T >::product(), edm::Event::put(), HcalUnpacker::Collections::qie10, HcalUnpacker::Collections::qie10ZDC, HcalUnpacker::Collections::qie11, edmIntegrityCheck::report, edm::second(), silent_, FEDRawData::size(), stats_, edm::SortedCollection< T, SORT >::swap(), tok_data_, HcalUnpacker::Collections::tpCont, HcalUnpacker::Collections::tphoCont, HcalUnpacker::Collections::ttp, HcalUnpacker::Collections::umnio, HcalUnpacker::unpack(), unpackCalib_, unpacker_, unpackTTP_, unpackUMNio_, unpackZDC_, cms::Exception::what(), hcalSimParameters_cfi::zdc, and HcalUnpacker::Collections::zdcCont.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 44 of file HcalRawToDigi.h.
Referenced by produce().
|
private |
Definition at line 46 of file HcalRawToDigi.h.
Referenced by HcalRawToDigi(), and produce().
|
private |
Definition at line 45 of file HcalRawToDigi.h.
Referenced by HcalRawToDigi().
|
private |
Definition at line 40 of file HcalRawToDigi.h.
Referenced by HcalRawToDigi(), and produce().
|
private |
Definition at line 39 of file HcalRawToDigi.h.
Referenced by produce().
|
private |
Definition at line 41 of file HcalRawToDigi.h.
|
private |
Definition at line 44 of file HcalRawToDigi.h.
Referenced by produce().
|
private |
Referenced by HcalRawToDigi(), and produce().
|
private |
Definition at line 37 of file HcalRawToDigi.h.
Referenced by HcalRawToDigi(), and produce().
|
private |
Definition at line 42 of file HcalRawToDigi.h.
Referenced by HcalRawToDigi(), and produce().
|
private |
Definition at line 38 of file HcalRawToDigi.h.
Referenced by HcalRawToDigi(), and produce().
|
private |
Definition at line 45 of file HcalRawToDigi.h.
Referenced by HcalRawToDigi().
|
private |
Definition at line 42 of file HcalRawToDigi.h.
Referenced by HcalRawToDigi(), and produce().
|
private |
Definition at line 43 of file HcalRawToDigi.h.
Referenced by HcalRawToDigi(), and produce().
|
private |
Definition at line 42 of file HcalRawToDigi.h.
Referenced by HcalRawToDigi(), and produce().