25 typedef std::map<std::pair<int, int>,
int>::const_iterator
IT;
30 for (
unsigned int i = 0;
i < 10;
i++)
32 std::vector<int>
algos =
cfg.getUntrackedParameter<std::vector<int> >(
"watchedErrors");
33 for (std::vector<int>::const_iterator it =
algos.begin(); it !=
algos.end(); ++it) {
34 unsigned int ialgo = *it;
49 for (
int i = 0;
i < 3; ++
i)
50 me_t[
i]->getTH1F()->SetStats(
false);
55 for (
int i = 0;
i < 3; ++
i)
56 me_e[
i]->getTH1F()->SetStats(
false);
63 me_mapBadEvents = ibooker.
book2D(
"mapErrorRecords",
"mapErrorRecords", 36, -0.5, 35.5, 3, 789.5, 792.5);
69 for (
unsigned int i = 0;
i <= 9; ++
i) {
71 for (
unsigned int fed = 790; fed <= 792; ++fed) {
89 for (
IT it =
counts.theRecordTypes.begin(); it !=
counts.theRecordTypes.end(); ++it)
90 me_t[it->first.first - 790]->
Fill(it->first.second, it->second);
95 for (
IT it =
counts.theGoodEvents.begin(); it !=
counts.theGoodEvents.end(); ++it)
101 for (
IT it =
counts.theBadEvents.begin(); it !=
counts.theBadEvents.end(); ++it)
107 for (
IT it =
counts.theReadoutErrors.begin(); it !=
counts.theReadoutErrors.end(); ++it) {
112 int fed = it->first.first;