Ignore:
Timestamp:
08/26/04 14:31:39 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/calibration.C

    r4662 r4743  
    8787
    8888static TString outpath = "./";
    89 static TString inpath  = "/home/rootdata/Calib/2004_06_22/";
     89static TString inpath  = "/home/rootdata/Calib/2004_07_06/";
    9090static TString badfile = "";
    9191//
    9292// the default pedestal run for the calibration
    9393//
    94 static const Int_t   pedrun  = 30749;
     94static const Int_t   pedrun  = 31741;
    9595//
    9696// the default start calibration run
    9797//
    98 static const Int_t   calrun1 = 30752;
     98static const Int_t   calrun1 = 31742;
    9999//
    100100// the default last calibration run (if 0, only one run is taken, otherwise consecutive runs
     
    116116// Tell if you want to calibrate times:
    117117//
    118 static Bool_t useTimes = kTRUE;
     118static Bool_t useTimes = kFALSE;
    119119//
    120120// Tell if you want to use the display:
     
    202202  pedloop.SetExtractor(&extractor);
    203203  pedloop.SetInput(&pruns);
    204   pedloop.SetOutputPath(outpath.Data());
     204  pedloop.SetPathOut(outpath.Data());
    205205  if (useDisplay)
    206206    {
     
    238238  calloop.SetTimeExtractor(&timeext);
    239239  calloop.SetInput(&cruns);
    240   calloop.SetOutputPath(outpath.Data());
     240  calloop.SetPathOut(outpath.Data());
    241241  if (useDisplay)
    242242    calloop.SetDisplay(display);
     
    284284      testloop.SetTimeExtractor(&timeext);
    285285      testloop.SetInput(&cruns);
    286       testloop.SetOutputPath(outpath);
     286      testloop.SetPathOut(outpath);
    287287      if (useDisplay)
    288288        testloop.SetDisplay(display);
Note: See TracChangeset for help on using the changeset viewer.