Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 6871)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 6872)
@@ -21,4 +21,17 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2005/03/22 Thomas Bretz
+
+   * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
+     mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
+     - added a possibility to print the files which are 
+       searched/found if the files doesn't match the sequence
+
+   * mjobs/MJPedestal.cc:
+     - undocumented(!) change, changed fgExtractWinLeft
+       from 3.5 to 2.5
+
+
+
  2005/03/21 Thomas Bretz
 
@@ -59,5 +72,6 @@
    * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
      mjobs/hilocalib_df46.root:
-     - added
+     - added new intercalibration file for digital filter 4sl higain
+       and 6sl logian
 
   * mbase/MLogHtml.cc:
@@ -74,4 +88,32 @@
      - added new member function GetArea returning the area
        correspondig to an ellipse with axis lnegth and width
+
+
+
+ 2005/03/19 Markus Gaug
+ 
+   * mjobs/hilocalib_df46.root
+     - added new intercalibration file for digital filter 4sl higain 
+       and 6 slices logain
+
+   * mjobs/MJCalibration.cc
+      - exchanged intercalibration file from hilocalib_df_4.root to  
+        hilocalib_df46.root
+      - do not apply hi-gain lo-gain intercalibration for MC files.
+
+   * mjobs/MJPedestal.cc
+     - exchanged two (Int_t)'s by TMath::Nint().
+     - undocumented(!) change to the calculation of the extraction
+       range (PulsePosCheck)
+
+   * callisto.rc
+     - exchanged default weights file for Digital filter from
+       cosmics_weights4.dat to cosmics_weights46.dat and from 
+       calibration_weights_UV4.dat to calibration_weights_UV46.dat!
+       This change is absolutely necessary, given the new results from 
+       Nuria about the signal resolution in the low gain which gets worse
+       than the intrinsic Poisson jitter above 350 phes. Also the time
+       resolution is too bad. This was not known before we had the  
+       correct low-gain MC pulse.
 
 
@@ -196,31 +238,4 @@
      - removed MFSelStandard
      - removed MFSelFinal
-
-
-
- 2005/03/19 Markus Gaug
- 
-   * mjobs/hilocalib_df46.root
-     - added new intercalibration file for digital filter 4sl higain 
-       and 6 slices logain
-
-   * mjobs/MJCalibration.cc
-      - exchanged intercalibration file from hilocalib_df_4.root to  
-        hilocalib_df46.root
-
-   * mjobs/MJPedestal.cc
-     - exchanged two (Int_t)'s by TMath::Nint().
-     - undocumented(!) change to the calculation of the extraction
-       range (PulsePosCheck)
-
-   * callisto.rc
-     - exchanged default weights file for Digital filter from
-       cosmics_weights4.dat to cosmics_weights46.dat and from 
-       calibration_weights_UV4.dat to calibration_weights_UV46.dat!
-       This change is absolutely necessary, given the new results from 
-       Nuria about the signal resolution in the low gain which gets worse
-       than the intrinsic Poisson jitter above 350 phes. Also the time
-       resolution is too bad. This was not known before we had the  
-       correct low-gain MC pulse.
 
 
Index: /trunk/MagicSoft/Mars/mjobs/MJCalibTest.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJCalibTest.cc	(revision 6871)
+++ /trunk/MagicSoft/Mars/mjobs/MJCalibTest.cc	(revision 6872)
@@ -327,4 +327,9 @@
         {
           *fLog << err << "ERROR - Number of files found (" << n0 << ") doesn't match number of files in sequence (" << n1 << ")" << endl;
+            if (fLog->GetDebugLevel()>4)
+            {
+                *fLog << dbg << "Files which are searched:" << endl;
+                iter.Print("all");
+            }
           return kFALSE;
         }
Index: /trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc	(revision 6871)
+++ /trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc	(revision 6872)
@@ -327,4 +327,9 @@
           {
             *fLog << err << "ERROR - Number of files found (" << n0 << ") doesn't match number of files in sequence (" << n1 << ")" << endl;
+            if (fLog->GetDebugLevel()>4)
+            {
+                *fLog << dbg << "Files which are searched:" << endl;
+                iter.Print("all");
+            }
             return kFALSE;
           }
Index: /trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 6871)
+++ /trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 6872)
@@ -1477,5 +1477,5 @@
 {
 
-  if (!fIsHiLoCalibration)
+  if (!fIsHiLoCalibration || IsUseMC())
     return kTRUE;
 
@@ -1763,4 +1763,9 @@
                   << n0 << ") doesn't match number of files in sequence (" 
                   << n1 << ")" << endl;
+            if (fLog->GetDebugLevel()>4)
+            {
+                *fLog << dbg << "Files which are searched:" << endl;
+                iter.Print("all");
+            }
             return kFALSE;
         }
Index: /trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 6871)
+++ /trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 6872)
@@ -95,5 +95,5 @@
 const TString  MJPedestal::fgReferenceFile   = "mjobs/pedestalref.rc";
 const TString  MJPedestal::fgBadPixelsFile   = "mjobs/badpixels_0_559.rc";
-const Float_t  MJPedestal::fgExtractWinLeft  = 3.5;
+const Float_t  MJPedestal::fgExtractWinLeft  = 2.5;
 const Float_t  MJPedestal::fgExtractWinRight = 4.5;
 
@@ -976,4 +976,9 @@
         {
             *fLog << err << "ERROR - Number of " << type << " files found (" << n0 << ") in " << (fPathData.IsNull()?"<default>":fPathData.Data())  << " doesn't match number of files in sequence (" << n1 << ")" << endl;
+            if (fLog->GetDebugLevel()>4)
+            {
+                *fLog << dbg << "Files which are searched:" << endl;
+                iter.Print("all");
+            }
             return kFALSE;
         }
