Index: trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 6784)
+++ trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 6785)
@@ -1007,4 +1007,5 @@
     
     MHPedestalCam hpedcam;
+    hpedcam.SetRenorm(kTRUE);
     //    fPedestalHist.SetRenorm(kTRUE);
     //    fPedestalHist.SetPedestalsOut(&fPedestalCamOut);
@@ -1021,4 +1022,16 @@
     tlist.AddToList(&geomapl);
     tlist.AddToList(&merge);
+
+    if (!fPathIn.IsNull())
+    {
+        fExtractor = ReadCalibration();
+        if (!fExtractor)
+            return kFALSE;
+
+        *fLog << all;
+        *fLog << underline << "Signal Extractor found in calibration file:" << endl;
+        fExtractor->Print();
+        *fLog << endl;
+    }
 
     MFEventSelector sel;
@@ -1041,16 +1054,4 @@
         tlist.AddToList(&fillpul);
       }
-
-    if (!fPathIn.IsNull())
-    {
-        fExtractor = ReadCalibration();
-        if (!fExtractor)
-            return kFALSE;
-
-        *fLog << all;
-        *fLog << underline << "Signal Extractor found in calibration file:" << endl;
-        fExtractor->Print();
-        *fLog << endl;
-    }
 
     // ----------------------------------------------------------------------
