Public Member Functions | |
SiStripFEDCheckPlugin (const edm::ParameterSet &) | |
~SiStripFEDCheckPlugin () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
void | doUpdateIfNeeded () |
virtual void | endJob () |
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_ |
unsigned int | updateFrequency_ |
bool | writeDQMStore_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
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::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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 106 of file SiStripFEDDataCheck.cc.
References checkChannelLengths_, checkChannelStatusBits_, checkFELengths_, checkPacketCodes_, doPayloadChecks_, and printDebug_.
SiStripFEDCheckPlugin::~SiStripFEDCheckPlugin | ( | ) |
Definition at line 134 of file SiStripFEDDataCheck.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 145 of file SiStripFEDDataCheck.cc.
References cabling_, checkChannelLengths_, checkChannelStatusBits_, checkFELengths_, checkPacketCodes_, FEDRawData::data(), doPayloadChecks_, doUpdateIfNeeded(), FEDRawDataCollection::FEDData(), fillFatalError(), fillNonFatalError(), fillPresent(), edm::EventSetup::get(), edm::Event::getByLabel(), FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, printDebug_, edm::ESHandle< class >::product(), rawDataTag_, FEDRawData::size(), and updateCabling().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 252 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 331 of file SiStripFEDDataCheck.cc.
References eventCount_, updateFrequency_, and updateHistograms().
Referenced by analyze().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 287 of file SiStripFEDDataCheck.cc.
References dqm_, DQMStore::save(), and writeDQMStore_.
|
privatevirtual |
Definition at line 280 of file SiStripFEDDataCheck.cc.
References updateHistograms().
|
inlineprivate |
Definition at line 312 of file SiStripFEDDataCheck.cc.
References fedFatalErrorBinContents_, fedFatalErrors_, MonitorElement::Fill(), and updateFrequency_.
Referenced by analyze().
|
inlineprivate |
Definition at line 322 of file SiStripFEDDataCheck.cc.
References fedNonFatalErrorBinContents_, fedNonFatalErrors_, MonitorElement::Fill(), and updateFrequency_.
Referenced by analyze().
|
inlineprivate |
Definition at line 304 of file SiStripFEDDataCheck.cc.
References fedsPresent_, fedsPresentBinContents_, MonitorElement::Fill(), and updateFrequency_.
Referenced by analyze().
|
private |
|
private |
|
private |
Definition at line 293 of file SiStripFEDDataCheck.cc.
References cabling_, cablingCacheId_, edm::EventSetup::get(), and edm::ESHandle< class >::product().
Referenced by analyze().
|
private |
Definition at line 339 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 98 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and updateCabling().
|
private |
Definition at line 97 of file SiStripFEDDataCheck.cc.
Referenced by updateCabling().
|
private |
Definition at line 94 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 94 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 94 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 94 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 75 of file SiStripFEDDataCheck.cc.
Referenced by beginJob().
|
private |
Definition at line 94 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 80 of file SiStripFEDDataCheck.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 91 of file SiStripFEDDataCheck.cc.
Referenced by doUpdateIfNeeded().
|
private |
Definition at line 89 of file SiStripFEDDataCheck.cc.
Referenced by fillFatalError(), and updateHistograms().
|
private |
Definition at line 82 of file SiStripFEDDataCheck.cc.
Referenced by beginJob(), fillFatalError(), and updateHistograms().
|
private |
Definition at line 90 of file SiStripFEDDataCheck.cc.
Referenced by fillNonFatalError(), and updateHistograms().
|
private |
Definition at line 83 of file SiStripFEDDataCheck.cc.
Referenced by beginJob(), fillNonFatalError(), and updateHistograms().
|
private |
Definition at line 81 of file SiStripFEDDataCheck.cc.
Referenced by beginJob(), fillPresent(), and updateHistograms().
|
private |
Definition at line 88 of file SiStripFEDDataCheck.cc.
Referenced by fillPresent(), and updateHistograms().
|
private |
Definition at line 76 of file SiStripFEDDataCheck.cc.
Referenced by analyze(), and SiStripFEDCheckPlugin().
|
private |
Definition at line 74 of file SiStripFEDDataCheck.cc.
Referenced by analyze().
|
private |
Definition at line 86 of file SiStripFEDDataCheck.cc.
Referenced by doUpdateIfNeeded(), fillFatalError(), fillNonFatalError(), fillPresent(), and updateHistograms().
|
private |
Definition at line 77 of file SiStripFEDDataCheck.cc.
Referenced by endJob().