Index: trunk/MagicSoft/Mars/macros/calibration.C
===================================================================
--- trunk/MagicSoft/Mars/macros/calibration.C	(revision 4742)
+++ trunk/MagicSoft/Mars/macros/calibration.C	(revision 4743)
@@ -87,14 +87,14 @@
 
 static TString outpath = "./";
-static TString inpath  = "/home/rootdata/Calib/2004_06_22/";
+static TString inpath  = "/home/rootdata/Calib/2004_07_06/";
 static TString badfile = "";
 //
 // the default pedestal run for the calibration
 //
-static const Int_t   pedrun  = 30749;
+static const Int_t   pedrun  = 31741;
 //
 // the default start calibration run 
 //
-static const Int_t   calrun1 = 30752;
+static const Int_t   calrun1 = 31742;
 //
 // the default last calibration run (if 0, only one run is taken, otherwise consecutive runs 
@@ -116,5 +116,5 @@
 // Tell if you want to calibrate times:
 //
-static Bool_t useTimes = kTRUE;
+static Bool_t useTimes = kFALSE;
 //
 // Tell if you want to use the display:
@@ -202,5 +202,5 @@
   pedloop.SetExtractor(&extractor);
   pedloop.SetInput(&pruns);
-  pedloop.SetOutputPath(outpath.Data());
+  pedloop.SetPathOut(outpath.Data());
   if (useDisplay)
     {
@@ -238,5 +238,5 @@
   calloop.SetTimeExtractor(&timeext);
   calloop.SetInput(&cruns);
-  calloop.SetOutputPath(outpath.Data());
+  calloop.SetPathOut(outpath.Data());
   if (useDisplay)
     calloop.SetDisplay(display);
@@ -284,5 +284,5 @@
       testloop.SetTimeExtractor(&timeext);
       testloop.SetInput(&cruns);
-      testloop.SetOutputPath(outpath);
+      testloop.SetPathOut(outpath);
       if (useDisplay)
         testloop.SetDisplay(display);
