Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5618)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5619)
@@ -21,4 +21,14 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2004/12/17: Thomas Bretz
+
+   * showplot.cc:
+     - added the error debug-level to some output
+
+   * mcalib/MCalibColorSet.cc:
+     - replaced arbitrary number for run type by correct enum
+
+
+
  2004/12/16: Markus Gaug
 
@@ -31,4 +41,5 @@
    * mhcalib/MHCalibrationRelTimeCam.[h,cc]
      - fixed bug in display of the averaged cams.
+
 
 
Index: trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc	(revision 5618)
+++ trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc	(revision 5619)
@@ -127,7 +127,5 @@
   // to skip this run.
   //
-  const UShort_t runtype = header->GetRunType();
-
-  if (runtype == 1)
+  if (header->GetRunType() == MRawRunHeader::kRTPedestal)
     {
       *fLog << warn << "New run is a pedestal run... need intensity calibration to treat this case!" << endl;
