Index: trunk/Mars/msimcamera/MSimTrigger.cc
===================================================================
--- trunk/Mars/msimcamera/MSimTrigger.cc	(revision 19680)
+++ trunk/Mars/msimcamera/MSimTrigger.cc	(revision 19683)
@@ -398,5 +398,5 @@
     *fLog << "Using discriminator threshold of " << fDiscriminatorThreshold << endl;
 
-    *fLog << "Using fCableDelay " << fCableDelay << endl;
+    *fLog << "Using fCableDelay " << fCableDelay << " samples" << endl;
     *fLog << "Using fCableDamping " << fCableDamping << endl;
 
Index: trunk/Mars/msimcamera/MSimTrigger.h
===================================================================
--- trunk/Mars/msimcamera/MSimTrigger.h	(revision 19680)
+++ trunk/Mars/msimcamera/MSimTrigger.h	(revision 19683)
@@ -10,5 +10,7 @@
 #endif
 
+#if 0
 #include <fstream>
+#endif
 
 class MParList;
@@ -51,5 +53,5 @@
     Float_t fCableDamping;              // the signal is damped a bit when reflecting at the end of the cable and is inverted as well.
                                         // Damping factor in [-1..0]. In short tests by Kai Schennetten it looked like -0.96.
-
+#if 0
     // debugging
     std::ofstream patch_file;
@@ -57,5 +59,5 @@
     std::ofstream digital_file;
     std::ofstream ratescan_file;
-
+#endif
 
     // MSimTrigger
