#include <DTDataIntegrityTest.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) |
void | beginRun (const edm::Run &run, const edm::EventSetup &c) |
BeginRun. More... | |
void | bookHistos (std::string histoType, int dduId) |
Book the MEs. More... | |
void | endJob () |
Endjob. More... | |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) |
DQM Client Diagnostic. More... | |
std::string | getMEName (std::string histoType, int FEDId) |
Get the ME name. More... | |
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) |
Private Member Functions | |
int | readOutToGeometry (int dduId, int rosNumber, int &wheel, int §or) |
Private Attributes | |
int | counter |
DQMStore * | dbe |
std::map< std::string, std::map< int, MonitorElement * > > | dduHistos |
std::map< std::string, std::map< int, std::vector < MonitorElement * > > > | dduVectorHistos |
MonitorElement * | glbSummaryHisto |
edm::ESHandle< DTReadOutMapping > | mapping |
int | nevents |
unsigned int | nLumiSegs |
int | nupdates |
int | prescaleFactor |
int | run |
MonitorElement * | summaryHisto |
MonitorElement * | summaryTDCHisto |
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 &) |
DQM Client to check the data integrity
Definition at line 22 of file DTDataIntegrityTest.h.
DTDataIntegrityTest::DTDataIntegrityTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 28 of file DTDataIntegrityTest.cc.
References edm::ParameterSet::getUntrackedParameter(), LogTrace, and prescaleFactor.
DTDataIntegrityTest::~DTDataIntegrityTest | ( | ) |
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 93 of file DTDataIntegrityTest.cc.
References LogTrace, and nevents.
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 46 of file DTDataIntegrityTest.cc.
References DQMStore::book2D(), dbe, glbSummaryHisto, LogTrace, nupdates, cppFunctionSkipper::operator, run, MonitorElement::setAxisTitle(), DQMStore::setCurrentFolder(), summaryHisto, and summaryTDCHisto.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 82 of file DTDataIntegrityTest.cc.
References LogTrace, edm::LuminosityBlockBase::run(), and run.
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 74 of file DTDataIntegrityTest.cc.
References edm::EventSetup::get(), and mapping.
|
protected |
Book the MEs.
Definition at line 235 of file DTDataIntegrityTest.cc.
References dbe, and DQMStore::setCurrentFolder().
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 214 of file DTDataIntegrityTest.cc.
References LogTrace.
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 103 of file DTDataIntegrityTest.cc.
References counter, dbe, DQMStore::get(), MonitorElement::getBinContent(), MonitorElement::getTH1F(), MonitorElement::getTH2F(), glbSummaryHisto, edm::LuminosityBlockBase::id(), LogTrace, edm::LuminosityBlockID::luminosityBlock(), bookConverter::max, FEDNumbering::MAXDTFEDID, FEDNumbering::MINDTFEDID, nLumiSegs, nupdates, prescaleFactor, readOutToGeometry(), query::result, MonitorElement::setBinContent(), summaryHisto, summaryTDCHisto, and plotscripts::wheelNumber().
|
protected |
Get the ME name.
Definition at line 223 of file DTDataIntegrityTest.cc.
|
private |
Definition at line 243 of file DTDataIntegrityTest.cc.
References mapping.
Referenced by endLuminosityBlock().
|
private |
Definition at line 69 of file DTDataIntegrityTest.h.
Referenced by endLuminosityBlock().
|
private |
Definition at line 77 of file DTDataIntegrityTest.h.
Referenced by beginJob(), bookHistos(), and endLuminosityBlock().
|
private |
Definition at line 83 of file DTDataIntegrityTest.h.
|
private |
Definition at line 85 of file DTDataIntegrityTest.h.
|
private |
Definition at line 89 of file DTDataIntegrityTest.h.
Referenced by beginJob(), and endLuminosityBlock().
|
private |
Definition at line 78 of file DTDataIntegrityTest.h.
Referenced by beginRun(), and readOutToGeometry().
|
private |
Definition at line 71 of file DTDataIntegrityTest.h.
Referenced by analyze().
|
private |
Definition at line 72 of file DTDataIntegrityTest.h.
Referenced by endLuminosityBlock().
|
private |
Definition at line 62 of file DTDataIntegrityTest.h.
Referenced by beginJob(), endLuminosityBlock(), and ~DTDataIntegrityTest().
|
private |
Definition at line 65 of file DTDataIntegrityTest.h.
Referenced by DTDataIntegrityTest(), and endLuminosityBlock().
|
private |
Definition at line 74 of file DTDataIntegrityTest.h.
Referenced by generateEDF.LumiInfo::__str__(), beginJob(), beginLuminosityBlock(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), generateEDF.LumiInfo::fixXingInfo(), and dqm_interfaces.DirWalkerFile::walk().
|
private |
Definition at line 87 of file DTDataIntegrityTest.h.
Referenced by beginJob(), and endLuminosityBlock().
|
private |
Definition at line 88 of file DTDataIntegrityTest.h.
Referenced by beginJob(), and endLuminosityBlock().