Index: /trunk/FACT++/src/HeadersFTM.cc
===================================================================
--- /trunk/FACT++/src/HeadersFTM.cc	(revision 11760)
+++ /trunk/FACT++/src/HeadersFTM.cc	(revision 11761)
@@ -131,15 +131,15 @@
     out << "Time marker delay: " << fDelayTimeMarker*4+8 << "ns" << endl;
     out << "Dead time:         " << fDeadTime*4+8 << "ns" << endl;
-    out << "Light pulser (int): " << dec << fIntensityLPint;
+    out << "Light pulser (int): " << dec << (int)fIntensityLPint;
     if (fEnableLPint&kGroup1)
-        out << " - Group1 ";
+        out << " + Group1";
     if (fEnableLPint&kGroup2)
-        out << " - Group2 ";
+        out << " + Group2";
     out << endl;
-    out << "Light pulser (ext): " << dec << fIntensityLPext;
+    out << "Light pulser (ext): " << dec << (int)fIntensityLPext;
     if (fEnableLPext&kGroup1)
-        out << " - Group1 ";
+        out << " + Group1";
     if (fEnableLPext&kGroup2)
-        out << " - Group2 ";
+        out << " + Group2";
     out << endl;
     out << "Clock conditioner:";
Index: /trunk/FACT++/src/HeadersFTM.h
===================================================================
--- /trunk/FACT++/src/HeadersFTM.h	(revision 11760)
+++ /trunk/FACT++/src/HeadersFTM.h	(revision 11761)
@@ -429,5 +429,5 @@
             fEnableLPint(d.fEnableLPint),
             fEnableLPext(d.fEnableLPext),
-            fIntensityLPint(d.fIntensityLPext),
+            fIntensityLPint(d.fIntensityLPint),
             fIntensityLPext(d.fIntensityLPext),
             fMultiplicityPhysics(d.fMultiplicityPhysics),
