Index: /trunk/FACT++/gui/FactGui.h
===================================================================
--- /trunk/FACT++/gui/FactGui.h	(revision 11463)
+++ /trunk/FACT++/gui/FactGui.h	(revision 11464)
@@ -1106,12 +1106,14 @@
 	}
 
+        const uint32_t p = fAdcChannel->value()+fAdcBoard->value()*36+fAdcCrate->value()*360;
+
         ostringstream str;
         str << "Event ID = " << fEventData->EventNum;
         str << "   Trigger type = " << fEventData->TriggerType;
-        str << "   Board time = " << fEventData->BoardTime;
+        str << "   Board time[0] = " << fEventData->BoardTime[fAdcBoard->value()];
         str << "   (" << Time(fEventData->PCTime[0], fEventData->PCTime[1]) << ")";
         h->SetTitle(str.str().c_str());
         str.str("");
-	str << "ADC Pipeline (start=" << fEventData->StartPix << ")";
+	str << "ADC Pipeline (start=" << fEventData->StartPix[p] << ")";
 	h->SetXTitle(str.str().c_str());
 
@@ -1119,6 +1121,4 @@
 	// str << "Crate=" << crate << " Board=" << board << " Channel=" << channel << " [" << d.time() << "]" << endl;
 	// hist->SetTitle(str.str().c_str());
-
-        const uint32_t p = fAdcChannel->value()+fAdcBoard->value()*36+fAdcCrate->value()*360;
 
 	for (int i=0; i<fEventData->Roi; i++)
