22 cout <<
"L1TFED: constructor...." << endl;
31 fedentries = ibooker.
book1D(
"FEDEntries",
"Fed ID occupancy", l1feds_.size(), 0., l1feds_.size());
32 fedfatal = ibooker.
book1D(
"FEDFatal",
"Fed ID non present ", l1feds_.size(), 0., l1feds_.size());
33 fednonfatal = ibooker.
book1D(
"FEDNonFatal",
"Fed corrupted data ", l1feds_.size(), 0., l1feds_.size());
34 hfedprof = ibooker.
bookProfile(
"fedprofile",
"FED Size by ID", l1feds_.size(), 0., l1feds_.size(), 0, 0., 10000.);
35 for (
unsigned int i = 0;
i < l1feds_.size();
i++) {
39 fedfatal->setBinLabel(
i + 1,
"FED " + sfed.str());
40 fednonfatal->setBinLabel(
i + 1,
"FED " + sfed.str());
41 hfedprof->setBinLabel(
i + 1,
"FED " + sfed.str());
44 hfedsize = ibooker.
book1D(
"fedsize",
"FED Size Distribution", 100, 0., 10000.);
50 cout <<
"L1T FED Integrity: analyze...." << endl;
53 bool t =
e.getByToken(rawl_, rawdata);
57 cout <<
"can't find FEDRawDataCollection " << endl;
62 cout <<
"fedlist size = " << l1feds_.size() << endl;
64 for (
unsigned int i = 0;
i < l1feds_.size();
i++) {
73 hfedsize->Fill(
float(
size));
74 hfedprof->Fill(
float(
i),
float(
size));
85 cout <<
"empty fed " <<
i << endl;