#include <DTBlockedROChannelsTest.h>
Classes | |
class | DTRobBinsMap |
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 | endJob () |
Endjob. More... | |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) |
DQM Client Diagnostic in online mode. More... | |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) |
DQM Client Diagnostic in offline mode. More... | |
void | performClientDiagnostic () |
DQM Client operations. 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 | |
std::map< DTChamberId, DTRobBinsMap > | chamberMap |
DQMStore * | dbe |
DTTimeEvolutionHisto * | hSystFractionVsLS |
edm::ESHandle< DTReadOutMapping > | mapping |
int | nevents |
int | neventsPrev |
unsigned int | nLumiSegs |
int | nupdates |
bool | offlineMode |
int | prescaleFactor |
unsigned int | prevNLumiSegs |
double | prevTotalPerc |
std::map< int, double > | resultsPerLumi |
int | run |
MonitorElement * | summaryHisto |
std::map< int, MonitorElement * > | wheelHitos |
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 Summarize LS by LS the status of the Read-Out channels.
Definition at line 24 of file DTBlockedROChannelsTest.h.
DTBlockedROChannelsTest::DTBlockedROChannelsTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 28 of file DTBlockedROChannelsTest.cc.
References edm::ParameterSet::getUntrackedParameter(), LogTrace, offlineMode, and prescaleFactor.
DTBlockedROChannelsTest::~DTBlockedROChannelsTest | ( | ) |
Destructor.
Definition at line 45 of file DTBlockedROChannelsTest.cc.
References LogTrace, and nupdates.
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 145 of file DTBlockedROChannelsTest.cc.
References LogTrace, and nevents.
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 53 of file DTBlockedROChannelsTest.cc.
References DQMStore::book2D(), dbe, hSystFractionVsLS, LogTrace, nupdates, offlineMode, cppFunctionSkipper::operator, run, MonitorElement::setAxisTitle(), DQMStore::setCurrentFolder(), summaryHisto, and wheelHitos.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 126 of file DTBlockedROChannelsTest.cc.
References LogTrace, nevents, edm::LuminosityBlockBase::run(), and run.
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 89 of file DTBlockedROChannelsTest.cc.
References chamberMap, dbe, edm::EventSetup::get(), LogTrace, mapping, FEDNumbering::MAXDTFEDID, FEDNumbering::MINDTFEDID, and relativeConstraints::station.
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 255 of file DTBlockedROChannelsTest.cc.
References LogTrace.
|
protectedvirtual |
DQM Client Diagnostic in online mode.
Reimplemented from edm::EDAnalyzer.
Definition at line 155 of file DTBlockedROChannelsTest.cc.
References edm::LuminosityBlockBase::id(), LogTrace, edm::LuminosityBlockID::luminosityBlock(), nLumiSegs, nupdates, offlineMode, performClientDiagnostic(), and prescaleFactor.
|
protectedvirtual |
DQM Client Diagnostic in offline mode.
Reimplemented from edm::EDAnalyzer.
Definition at line 263 of file DTBlockedROChannelsTest.cc.
References LogTrace, offlineMode, and performClientDiagnostic().
|
protected |
DQM Client operations.
Definition at line 173 of file DTBlockedROChannelsTest.cc.
References DTTimeEvolutionHisto::accumulateValueTimeSlot(), chamberMap, dbe, MonitorElement::Fill(), DQMStore::get(), MonitorElement::getIntValue(), hSystFractionVsLS, nevents, neventsPrev, nLumiSegs, offlineMode, prevTotalPerc, MonitorElement::Reset(), pileupReCalc_HLTpaths::scale, DTChamberId::sector(), DTChamberId::station(), summaryHisto, DTTimeEvolutionHisto::updateTimeSlot(), DTChamberId::wheel(), and wheelHitos.
Referenced by endLuminosityBlock(), and endRun().
|
private |
Definition at line 290 of file DTBlockedROChannelsTest.cc.
References mapping.
|
private |
Definition at line 131 of file DTBlockedROChannelsTest.h.
Referenced by beginRun(), and performClientDiagnostic().
|
private |
Definition at line 79 of file DTBlockedROChannelsTest.h.
Referenced by beginJob(), beginRun(), DTBlockedROChannelsTest::DTRobBinsMap::DTRobBinsMap(), and performClientDiagnostic().
|
private |
Definition at line 90 of file DTBlockedROChannelsTest.h.
Referenced by beginJob(), and performClientDiagnostic().
|
private |
Definition at line 80 of file DTBlockedROChannelsTest.h.
Referenced by beginRun(), and readOutToGeometry().
|
private |
Definition at line 70 of file DTBlockedROChannelsTest.h.
Referenced by analyze(), beginLuminosityBlock(), and performClientDiagnostic().
|
private |
Definition at line 71 of file DTBlockedROChannelsTest.h.
Referenced by performClientDiagnostic().
|
private |
Definition at line 72 of file DTBlockedROChannelsTest.h.
Referenced by endLuminosityBlock(), and performClientDiagnostic().
|
private |
Definition at line 65 of file DTBlockedROChannelsTest.h.
Referenced by beginJob(), endLuminosityBlock(), and ~DTBlockedROChannelsTest().
|
private |
Definition at line 87 of file DTBlockedROChannelsTest.h.
Referenced by beginJob(), DTBlockedROChannelsTest(), endLuminosityBlock(), endRun(), and performClientDiagnostic().
|
private |
Definition at line 68 of file DTBlockedROChannelsTest.h.
Referenced by DTBlockedROChannelsTest(), and endLuminosityBlock().
|
private |
Definition at line 73 of file DTBlockedROChannelsTest.h.
|
private |
Definition at line 74 of file DTBlockedROChannelsTest.h.
Referenced by performClientDiagnostic().
|
private |
Definition at line 89 of file DTBlockedROChannelsTest.h.
|
private |
Definition at line 76 of file DTBlockedROChannelsTest.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 85 of file DTBlockedROChannelsTest.h.
Referenced by beginJob(), and performClientDiagnostic().
|
private |
Definition at line 84 of file DTBlockedROChannelsTest.h.
Referenced by beginJob(), and performClientDiagnostic().