Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
virtual void | beginJob () override |
void | doUpdateIfNeeded () |
virtual void | endJob () override |
virtual void | endRun () |
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_ |
std::string | dirName_ |
bool | doPayloadChecks_ |
DQMStore * | dqm_ |
unsigned int | eventCount_ |
std::vector< unsigned int > | fedFatalErrorBinContents_ |
MonitorElement * | fedFatalErrors_ |
std::vector< unsigned int > | fedNonFatalErrorBinContents_ |
MonitorElement * | fedNonFatalErrors_ |
MonitorElement * | fedsPresent_ |
std::vector< unsigned int > | fedsPresentBinContents_ |
bool | printDebug_ |
edm::InputTag | rawDataTag_ |
edm::EDGetTokenT < FEDRawDataCollection > | rawDataToken_ |
unsigned int | updateFrequency_ |
bool | writeDQMStore_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
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: DQM source application to produce data integrety histograms for SiStrip data for use in HLT and Prompt reco
Definition at line 51 of file SiStripFEDDataCheck.cc.
|
explicit |
Definition at line 107 of file SiStripFEDDataCheck.cc.
References checkChannelLengths_, checkChannelStatusBits_, checkFELengths_, checkPacketCodes_, doPayloadChecks_, printDebug_, rawDataTag_, and rawDataToken_.
SiStripFEDCheckPlugin::~SiStripFEDCheckPlugin | ( | ) |
Definition at line 136 of file SiStripFEDDataCheck.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 147 of file SiStripFEDDataCheck.cc.
References cabling_, checkChannelLengths_, checkChannelStatusBits_, checkFELengths_, checkPacketCodes_, FEDRawData::data(), doPayloadChecks_, doUpdateIfNeeded(), FEDRawDataCollection::FEDData(), fillFatalError(), fillNonFatalError(), fillPresent(), edm::EventSetup::get(), edm::Event::getByToken(), FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, printDebug_, edm::ESHandle< class >::product(), rawDataToken_, FEDRawData::size(), and updateCabling().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 255 of file SiStripFEDDataCheck.cc.
References DQMStore::book1D(), dirName_, dqm_, fedFatalErrors_, fedNonFatalErrors_, fedsPresent_, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, MonitorElement::setAxisTitle(), and DQMStore::setCurrentFolder().
|
private |
Definition at line 334 of file SiStripFEDDataCheck.cc.
References eventCount_, updateFrequency_, and updateHistograms().
Referenced by analyze().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 290 of file SiStripFEDDataCheck.cc.
References dqm_, DQMStore::save(), and writeDQMStore_.
|
privatevirtual |
Definition at line 283 of file SiStripFEDDataCheck.cc.
References updateHistograms().
|
inlineprivate |
Definition at line 315 of file SiStripFEDDataCheck.cc.
References fedFatalErrorBinContents_, fedFatalErrors_, MonitorElement::Fill(), and updateFrequency_.
Referenced by analyze().
|
inlineprivate |
Definition at line 325 of file SiStripFEDDataCheck.cc.
References fedNonFatalErrorBinContents_, fedNonFatalErrors_, MonitorElement::Fill(), and updateFrequency_.
Referenced by analyze().
|
inlineprivate |
Definition at line 307 of file SiStripFEDDataCheck.cc.
References fedsPresent_, fedsPresentBinContents_, MonitorElement::Fill(), and updateFrequency_.
Referenced by analyze().
|
private |
|
private |
|
private |
Definition at line 296 of file SiStripFEDDataCheck.cc.
References cabling_, cablingCacheId_, edm::EventSetup::get(), and edm::ESHandle< class >::product().
Referenced by analyze().
|
private |
Definition at line 342 of file SiStripFEDDataCheck.cc.
References newFWLiteAna::bin, fedFatalErrorBinContents_, fedFatalErrors_, fedNonFatalErrorBinContents_, fedNonFatalErrors_, fedsPresent_, fedsPresentBinContents_, MonitorElement::getTH1(), FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, and updateFrequency_.
Referenced by doUpdateIfNeeded(), and endRun().
|
private |
Definition at line 99 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and updateCabling().
|
private |
Definition at line 98 of file SiStripFEDDataCheck.cc.
Referenced by updateCabling().
|
private |
Definition at line 95 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 95 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 95 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 95 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 76 of file SiStripFEDDataCheck.cc.
Referenced by beginJob().
|
private |
Definition at line 95 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 81 of file SiStripFEDDataCheck.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 92 of file SiStripFEDDataCheck.cc.
Referenced by doUpdateIfNeeded().
|
private |
Definition at line 90 of file SiStripFEDDataCheck.cc.
Referenced by fillFatalError(), and updateHistograms().
|
private |
Definition at line 83 of file SiStripFEDDataCheck.cc.
Referenced by beginJob(), fillFatalError(), and updateHistograms().
|
private |
Definition at line 91 of file SiStripFEDDataCheck.cc.
Referenced by fillNonFatalError(), and updateHistograms().
|
private |
Definition at line 84 of file SiStripFEDDataCheck.cc.
Referenced by beginJob(), fillNonFatalError(), and updateHistograms().
|
private |
Definition at line 82 of file SiStripFEDDataCheck.cc.
Referenced by beginJob(), fillPresent(), and updateHistograms().
|
private |
Definition at line 89 of file SiStripFEDDataCheck.cc.
Referenced by fillPresent(), and updateHistograms().
|
private |
Definition at line 77 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 74 of file SiStripFEDDataCheck.cc.
Referenced by SiStripFEDCheckPlugin().
|
private |
Definition at line 75 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 87 of file SiStripFEDDataCheck.cc.
Referenced by doUpdateIfNeeded(), fillFatalError(), fillNonFatalError(), fillPresent(), and updateHistograms().
|
private |
Definition at line 78 of file SiStripFEDDataCheck.cc.
Referenced by endJob().