Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | doUpdateIfNeeded () |
void | dqmEndRun (edm::Run const &, edm::EventSetup const &) override |
void | fillFatalError (unsigned int fedId, bool fatalError) |
void | fillNonFatalError (unsigned int fedId, float nonFatalError) |
void | fillPresent (unsigned int fedId, bool present) |
bool | hasFatalError (const FEDRawData &fedData, unsigned int fedId) const |
bool | hasNonFatalError (const FEDRawData &fedData, unsigned int fedId) const |
void | updateCabling (const edm::EventSetup &eventSetup) |
void | updateHistograms () |
Private Attributes | |
const SiStripFedCabling * | cabling_ |
uint32_t | cablingCacheId_ |
bool | checkChannelLengths_ |
bool | checkChannelStatusBits_ |
bool | checkFELengths_ |
bool | checkPacketCodes_ |
edm::ParameterSet | conf_ |
std::string | dirName_ |
bool | doPayloadChecks_ |
bool | doPLOTfedFatalErrors_ |
bool | doPLOTfedNonFatalErrors_ |
bool | doPLOTfedsPresent_ |
bool | doPLOTnFEDinVsLS_ |
bool | doPLOTnFEDinWdataVsLS_ |
unsigned int | eventCount_ |
std::vector< unsigned int > | fedFatalErrorBinContents_ |
MonitorElement * | fedFatalErrors_ |
std::vector< unsigned int > | fedNonFatalErrorBinContents_ |
MonitorElement * | fedNonFatalErrors_ |
MonitorElement * | fedsPresent_ |
std::vector< unsigned int > | fedsPresentBinContents_ |
MonitorElement * | nFEDinVsLS_ |
MonitorElement * | nFEDinWdataVsLS_ |
bool | printDebug_ |
edm::InputTag | rawDataTag_ |
edm::EDGetTokenT< FEDRawDataCollection > | rawDataToken_ |
unsigned int | siStripFedIdMax_ |
unsigned int | siStripFedIdMin_ |
unsigned int | updateFrequency_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from DQMOneEDAnalyzer<> | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from DQMOneEDAnalyzer<> | |
virtual void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &)=0 |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
Protected Member Functions inherited from edm::ProducerBase | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Protected Attributes inherited from DQMOneEDAnalyzer<> | |
edm::EDPutTokenT< DQMToken > | runToken_ |
Description: DQM source application to produce data integrety histograms for SiStrip data for use in HLT and Prompt reco
Definition at line 53 of file SiStripFEDDataCheck.cc.
|
explicit |
Definition at line 117 of file SiStripFEDDataCheck.cc.
References checkChannelLengths_, checkChannelStatusBits_, checkFELengths_, checkPacketCodes_, conf_, doPayloadChecks_, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, printDebug_, rawDataTag_, rawDataToken_, siStripFedIdMax_, siStripFedIdMin_, and contentValuesCheck::ss.
|
override |
Definition at line 165 of file SiStripFEDDataCheck.cc.
|
overrideprivatevirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 172 of file SiStripFEDDataCheck.cc.
References edmScanValgrind::buffer, cabling_, checkChannelLengths_, checkChannelStatusBits_, checkFELengths_, checkPacketCodes_, gather_cfg::cout, FEDRawData::data(), doPayloadChecks_, doPLOTnFEDinVsLS_, doPLOTnFEDinWdataVsLS_, doUpdateIfNeeded(), Exception, FEDRawDataCollection::FEDData(), l1tstage2_dqm_sourceclient-live_cfg::fedId, dqm::impl::MonitorElement::Fill(), fillFatalError(), fillNonFatalError(), fillPresent(), edm::EventSetup::get(), get, iEvent, eostools::move(), nFEDinVsLS_, nFEDinWdataVsLS_, sistrip::preconstructCheckFEDBuffer(), printDebug_, edm::ESHandle< T >::product(), rawDataToken_, siStripFedIdMax_, siStripFedIdMin_, FEDRawData::size(), contentValuesCheck::ss, sistrip::SUCCESS, updateCabling(), and verbose_.
|
overrideprivate |
Definition at line 309 of file SiStripFEDDataCheck.cc.
References conf_, dirName_, doPLOTfedFatalErrors_, doPLOTfedNonFatalErrors_, doPLOTfedsPresent_, doPLOTnFEDinVsLS_, doPLOTnFEDinWdataVsLS_, fedFatalErrors_, fedNonFatalErrors_, fedsPresent_, edm::ParameterSet::getParameter(), siStripFEDCheck_cfi::LSBin, siStripFEDCheck_cfi::LSMax, siStripFEDCheck_cfi::LSMin, nFEDinVsLS_, nFEDinWdataVsLS_, dqm::impl::MonitorElement::setAxisTitle(), siStripFedIdMax_, and siStripFedIdMin_.
|
private |
Definition at line 400 of file SiStripFEDDataCheck.cc.
References eventCount_, updateFrequency_, and updateHistograms().
Referenced by analyze().
|
overrideprivatevirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 356 of file SiStripFEDDataCheck.cc.
References updateHistograms().
|
static |
Definition at line 435 of file SiStripFEDDataCheck.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addDefault(), edm::ParameterSetDescription::addUntracked(), HLT_2018_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineprivate |
Definition at line 377 of file SiStripFEDDataCheck.cc.
References doPLOTfedFatalErrors_, fedFatalErrorBinContents_, fedFatalErrors_, l1tstage2_dqm_sourceclient-live_cfg::fedId, dqm::impl::MonitorElement::Fill(), and updateFrequency_.
Referenced by analyze().
|
inlineprivate |
Definition at line 389 of file SiStripFEDDataCheck.cc.
References doPLOTfedNonFatalErrors_, l1tstage2_dqm_sourceclient-live_cfg::fedId, fedNonFatalErrorBinContents_, fedNonFatalErrors_, dqm::impl::MonitorElement::Fill(), and updateFrequency_.
Referenced by analyze().
|
inlineprivate |
Definition at line 368 of file SiStripFEDDataCheck.cc.
References doPLOTfedsPresent_, l1tstage2_dqm_sourceclient-live_cfg::fedId, fedsPresent_, fedsPresentBinContents_, dqm::impl::MonitorElement::Fill(), and updateFrequency_.
Referenced by analyze().
|
private |
|
private |
|
private |
Definition at line 358 of file SiStripFEDDataCheck.cc.
References cabling_, cablingCacheId_, edm::EventSetup::get(), get, and edm::ESHandle< T >::product().
Referenced by analyze().
|
private |
Definition at line 407 of file SiStripFEDDataCheck.cc.
References newFWLiteAna::bin, doPLOTfedFatalErrors_, doPLOTfedNonFatalErrors_, doPLOTfedsPresent_, fedFatalErrorBinContents_, fedFatalErrors_, l1tstage2_dqm_sourceclient-live_cfg::fedId, fedNonFatalErrorBinContents_, fedNonFatalErrors_, fedsPresent_, fedsPresentBinContents_, dqm::impl::MonitorElement::getTH1(), siStripFedIdMax_, siStripFedIdMin_, and updateFrequency_.
Referenced by doUpdateIfNeeded(), and dqmEndRun().
|
private |
Definition at line 105 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and updateCabling().
|
private |
Definition at line 104 of file SiStripFEDDataCheck.cc.
Referenced by updateCabling().
|
private |
Definition at line 101 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 101 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 101 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 101 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 110 of file SiStripFEDDataCheck.cc.
Referenced by bookHistograms(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 78 of file SiStripFEDDataCheck.cc.
Referenced by bookHistograms().
|
private |
Definition at line 101 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 82 of file SiStripFEDDataCheck.cc.
Referenced by bookHistograms(), fillFatalError(), and updateHistograms().
|
private |
Definition at line 82 of file SiStripFEDDataCheck.cc.
Referenced by bookHistograms(), fillNonFatalError(), and updateHistograms().
|
private |
Definition at line 82 of file SiStripFEDDataCheck.cc.
Referenced by bookHistograms(), fillPresent(), and updateHistograms().
|
private |
Definition at line 83 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 83 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 98 of file SiStripFEDDataCheck.cc.
Referenced by doUpdateIfNeeded().
|
private |
Definition at line 96 of file SiStripFEDDataCheck.cc.
Referenced by fillFatalError(), and updateHistograms().
|
private |
Definition at line 85 of file SiStripFEDDataCheck.cc.
Referenced by bookHistograms(), fillFatalError(), and updateHistograms().
|
private |
Definition at line 97 of file SiStripFEDDataCheck.cc.
Referenced by fillNonFatalError(), and updateHistograms().
|
private |
Definition at line 86 of file SiStripFEDDataCheck.cc.
Referenced by bookHistograms(), fillNonFatalError(), and updateHistograms().
|
private |
Definition at line 84 of file SiStripFEDDataCheck.cc.
Referenced by bookHistograms(), fillPresent(), and updateHistograms().
|
private |
Definition at line 95 of file SiStripFEDDataCheck.cc.
Referenced by fillPresent(), and updateHistograms().
|
private |
Definition at line 88 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 89 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 79 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 76 of file SiStripFEDDataCheck.cc.
Referenced by SiStripFEDCheckPlugin().
|
private |
Definition at line 77 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 108 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), bookHistograms(), SiStripFEDCheckPlugin(), and updateHistograms().
|
private |
Definition at line 107 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), bookHistograms(), SiStripFEDCheckPlugin(), and updateHistograms().
|
private |
Definition at line 93 of file SiStripFEDDataCheck.cc.
Referenced by doUpdateIfNeeded(), fillFatalError(), fillNonFatalError(), fillPresent(), and updateHistograms().
|
private |
Definition at line 101 of file SiStripFEDDataCheck.cc.
Referenced by analyze().