Definition at line 80 of file DTBlockedROChannelsTest.h.
DTBlockedROChannelsTest::DTRobBinsMap::DTRobBinsMap |
( |
DQMStore::IGetter & |
igetter, |
|
|
const int |
fed, |
|
|
const int |
ros |
|
) |
| |
Definition at line 291 of file DTBlockedROChannelsTest.cc.
References dduHName, dqm::implementation::IGetter::get(), meDDU, meROS, and rosHName.
296 mename <<
"DT/00-DataIntegrity/FED" << fed <<
"/ROS" << ros <<
"/FED" << fed <<
"_ROS" << ros <<
"_ROSError";
300 whname <<
"DT/00-DataIntegrity/FED" << fed <<
"/FED" << fed <<
"_ROSStatus";
const MonitorElement * meROS
virtual MonitorElement * get(std::string const &fullpath) const
const MonitorElement * meDDU
DTBlockedROChannelsTest::DTRobBinsMap::DTRobBinsMap |
( |
| ) |
|
DTBlockedROChannelsTest::DTRobBinsMap::~DTRobBinsMap |
( |
| ) |
|
void DTBlockedROChannelsTest::DTRobBinsMap::addRobBin |
( |
int |
robBin | ) |
|
double DTBlockedROChannelsTest::DTRobBinsMap::getChamberPercentage |
( |
DQMStore::IGetter & |
igetter | ) |
|
Definition at line 350 of file DTBlockedROChannelsTest.cc.
References dqm::implementation::IGetter::get().
353 int nChangedROBs = 0;
367 return 1. - ((double)nChangedROBs / (
double)
robsAndValues.size());
const MonitorElement * meROS
virtual MonitorElement * get(std::string const &fullpath) const
const MonitorElement * meDDU
std::map< int, int > robsAndValues
bool robChanged(int robBin)
int DTBlockedROChannelsTest::DTRobBinsMap::getValueRobBin |
( |
int |
robBin | ) |
const |
|
private |
int DTBlockedROChannelsTest::DTRobBinsMap::getValueRos |
( |
| ) |
const |
|
private |
void DTBlockedROChannelsTest::DTRobBinsMap::init |
( |
bool |
v | ) |
|
|
inline |
void DTBlockedROChannelsTest::DTRobBinsMap::readNewValues |
( |
DQMStore::IGetter & |
igetter | ) |
|
bool DTBlockedROChannelsTest::DTRobBinsMap::robChanged |
( |
int |
robBin | ) |
|
Definition at line 334 of file DTBlockedROChannelsTest.cc.
337 LogWarning(
"DTDQM|DTRawToDigi|DTMonitorClient|DTBlockedROChannelsTest")
338 <<
"[DTRobBinsMap]***Error: ROB: " << robBin <<
" is not valid" << endl;
int getValueRobBin(int robBin) const
std::map< int, int > robsAndValues
Log< level::Warning, false > LogWarning
std::string DTBlockedROChannelsTest::DTRobBinsMap::dduHName |
|
private |
bool DTBlockedROChannelsTest::DTRobBinsMap::init_ |
|
private |
std::map<int, int> DTBlockedROChannelsTest::DTRobBinsMap::robsAndValues |
|
private |
int DTBlockedROChannelsTest::DTRobBinsMap::rosBin |
|
private |
std::string DTBlockedROChannelsTest::DTRobBinsMap::rosHName |
|
private |
int DTBlockedROChannelsTest::DTRobBinsMap::rosValue |
|
private |