Index: /trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc	(revision 6359)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc	(revision 6360)
@@ -157,4 +157,7 @@
     }
   
+  if (!header->IsMonteCarloRun())
+    return kTRUE;
+
   if (header->GetRunNumber() > gkFirstRunWithFinalBits)
     return kTRUE;
@@ -179,12 +182,4 @@
 
   const Int_t num = header->GetRunNumber();
-
-  if (num<gkMCRunLimit)
-    {
-      *fLog << inf << "Assumed MC run ... using GREEN pulser." << endl;
-      fColor    = MCalibrationCam::kGREEN;
-      fIsValid  = kTRUE;
-      return kTRUE;
-    }
 
   if (num<gkIFAEBoxInaugurationRun)
