- Timestamp:
- 07/27/11 16:23:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11649 r11655 1174 1174 str << "Event ID = " << fEventData->EventNum; 1175 1175 str << " Trigger type = " << fEventData->TriggerType; 1176 str << " Board time [0] = " << fEventData->BoardTime[fAdcBoard->value()];1176 str << " Board time = " << fEventData->BoardTime[fAdcBoard->value()+fAdcCrate->value()*10]; 1177 1177 str << " (" << Time(fEventData->PCTime, fEventData->PCUsec) << ")"; 1178 1178 h->SetTitle(str.str().c_str()); … … 2067 2067 { 2068 2068 SetLedColor(fStatusFADLed, kLedGray, time); 2069 2070 for (int i=0; i<40; i++) 2071 SetLedColor(fFadLED[i], kLedGray, d.time); 2069 2072 2070 2073 /*
Note:
See TracChangeset
for help on using the changeset viewer.