Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 6376)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 6377)
@@ -33,13 +33,17 @@
 
 
+
  2005/02/11 Thomas Bretz
 
-  * mfileio/MWriteRootFile.[h,cc]:
-    - added the possibility to write to an already existing file.
+   * mfileio/MWriteRootFile.[h,cc]:
+     - added the possibility to write to an already existing file.
       This doesn't affect the old behaviour, but using this new feature
       might still have problems.
 
-  * mfileio/MReadReports.cc: 
-    - fixed column-level in PrintStatistics
+   * mfileio/MReadReports.cc: 
+     - fixed column-level in PrintStatistics
+
+   * mjobs/MJCalibrateSignal.cc:
+     - keep MMcRunHeader in the output
 
 
Index: /trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc	(revision 6376)
+++ /trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc	(revision 6377)
@@ -121,5 +121,5 @@
 Bool_t MBadPixelsTreat::IsPixelBad(Int_t idx) const
 {
-    return TESTBIT(fFlags, kHardTreatment) ? (*fBadPixels)[idx].IsBad():(*fBadPixels)[idx].IsUnsuitable() ;
+    return TESTBIT(fFlags, kHardTreatment) ? (*fBadPixels)[idx].IsBad():(*fBadPixels)[idx].IsUnsuitable();
 }
 
Index: /trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc	(revision 6376)
+++ /trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc	(revision 6377)
@@ -559,4 +559,5 @@
     write.AddContainer("MGeomCam",                  "RunHeaders");
     // Monte Carlo Headers
+    write.AddContainer("MMcRunHeader",              "RunHeaders", kFALSE);
     write.AddContainer("MMcTrigHeader",             "RunHeaders", kFALSE);
     write.AddContainer("MMcConfigRunHeader",        "RunHeaders", kFALSE);
