Changeset 11655 for trunk


Ignore:
Timestamp:
07/27/11 16:23:19 (13 years ago)
Author:
tbretz
Message:
fixed the board time display in the ADC tab.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r11649 r11655  
    11741174        str << "Event ID = " << fEventData->EventNum;
    11751175        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];
    11771177        str << "   (" << Time(fEventData->PCTime, fEventData->PCUsec) << ")";
    11781178        h->SetTitle(str.str().c_str());
     
    20672067            {
    20682068                SetLedColor(fStatusFADLed, kLedGray, time);
     2069
     2070                for (int i=0; i<40; i++)
     2071                    SetLedColor(fFadLED[i], kLedGray,   d.time);
    20692072
    20702073                /*
Note: See TracChangeset for help on using the changeset viewer.