Index: trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimeCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimeCam.cc	(revision 3180)
+++ trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimeCam.cc	(revision 3181)
@@ -52,15 +52,17 @@
 {
 
-    fName  = name  ? name  : "MHCalibrationRelTimeCam";
-    fTitle = title ? title : "Histogram container for the relative time calibration of the camera";
-
-    //
-    // loop over all Pixels and create two histograms
-    // one for the Low and one for the High gain
-    // connect all the histogram with the container fHist
-    //
-    fArray = new TObjArray;
-    fArray->SetOwner();
-
+  fName  = name  ? name  : "MHCalibrationRelTimeCam";
+  fTitle = title ? title : "Histogram container for the relative time calibration of the camera";
+  
+  //
+  // loop over all Pixels and create two histograms
+  // one for the Low and one for the High gain
+  // connect all the histogram with the container fHist
+  //
+  fArray = new TObjArray;
+  fArray->SetOwner();
+  
+
+  SetTimeSliceWidth();
 }
 
