Changeset 11464
- Timestamp:
- 07/19/11 16:34:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11442 r11464 1106 1106 } 1107 1107 1108 const uint32_t p = fAdcChannel->value()+fAdcBoard->value()*36+fAdcCrate->value()*360; 1109 1108 1110 ostringstream str; 1109 1111 str << "Event ID = " << fEventData->EventNum; 1110 1112 str << " Trigger type = " << fEventData->TriggerType; 1111 str << " Board time = " << fEventData->BoardTime;1113 str << " Board time[0] = " << fEventData->BoardTime[fAdcBoard->value()]; 1112 1114 str << " (" << Time(fEventData->PCTime[0], fEventData->PCTime[1]) << ")"; 1113 1115 h->SetTitle(str.str().c_str()); 1114 1116 str.str(""); 1115 str << "ADC Pipeline (start=" << fEventData->StartPix << ")";1117 str << "ADC Pipeline (start=" << fEventData->StartPix[p] << ")"; 1116 1118 h->SetXTitle(str.str().c_str()); 1117 1119 … … 1119 1121 // str << "Crate=" << crate << " Board=" << board << " Channel=" << channel << " [" << d.time() << "]" << endl; 1120 1122 // hist->SetTitle(str.str().c_str()); 1121 1122 const uint32_t p = fAdcChannel->value()+fAdcBoard->value()*36+fAdcCrate->value()*360;1123 1123 1124 1124 for (int i=0; i<fEventData->Roi; i++)
Note:
See TracChangeset
for help on using the changeset viewer.