Index: trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc	(revision 5611)
+++ 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;
