61 cout <<
" totalDAQFraction done " << endl;
64 daqMap = ibooker.
book2D(
"DAQSummaryMap",
"DT Certification Summary Map",12,1,13,5,-2,3);
67 cout <<
" map done " << endl;
72 for(
int wheel = -2; wheel != 3; ++wheel) {
74 streams <<
"DT_Wheel" << wheel;
85 if(
setup.find(recordKey) != 0) {
100 vector<int> fedInIDs = sumFED->m_fed_in;
107 for(vector<int>::const_iterator fed = fedInIDs.begin();
108 fed != fedInIDs.end();
111 if(!(*fed >= FEDIDmin && *fed <= FEDIDMax))
continue;
118 for(
int ros = 1; ros != 13; ++ros) {
119 if(!
mapping->readOutToGeometry(*fed,ros,2,2,2,wheel,dummy,sector,dummy,dummy,dummy)) {
120 LogTrace(
"DQM|DTMonitorClient|DTDAQInfo")
121 <<
"FED: " << *fed <<
" Ch: " << ros <<
" wheel: " << wheel <<
" Sect: " << sector << endl;
130 LogWarning(
"DQM|DTMonitorClient|DTDAQInfo") <<
"*** Warning: record key not found for RunInfoRcd" << endl;
132 for(
int wheel = -2; wheel != 3; ++wheel) {
145 if(
setup.find(recordKey) != 0) {
159 vector<int> fedInIDs = sumFED->m_fed_in;
166 for(vector<int>::const_iterator fed = fedInIDs.begin();
167 fed != fedInIDs.end();
170 if(!(*fed >= FEDIDmin && *fed <= FEDIDMax))
continue;
176 for(
int ros = 1; ros != 13; ++ros) {
177 if(!
mapping->readOutToGeometry(*fed,ros,2,2,2,wheel,dummy,sector,dummy,dummy,dummy)) {
178 LogTrace(
"DQM|DTMonitorClient|DTDAQInfo")
179 <<
"FED: " << *fed <<
" Ch: " << ros <<
" wheel: " << wheel <<
" Sect: " << sector << endl;
184 cout <<
" daqMap->Fill , ros = " << ros<<endl;
188 cout <<
" recordkey nehi "<<endl;
189 LogWarning(
"DQM|DTMonitorClient|DTDAQInfo") <<
"*** Warning: record key not found for RunInfoRcd" << endl;
191 for(
int wheel = -2; wheel != 3; ++wheel) {
std::pair< const char *, const std::type_info * > findType(const char *iClassName)
std::map< int, MonitorElement * > daqFractions
edm::ESHandle< DTReadOutMapping > mapping
double getFloatValue(void) const
MonitorElement * totalDAQFraction
void setCurrentFolder(const std::string &fullpath)
MonitorElement * book2D(Args &&...args)
MonitorElement * bookFloat(Args &&...args)
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
void Reset(void)
reset ME (ie. contents, errors, etc)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")