Ignore:
Timestamp:
01/22/05 15:54:06 (20 years ago)
Author:
mazin
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5862 r5942  
    8686//static TString inpath  = "/home/rootdata/Calib/2004_07_06";
    8787//static TString inpath  = "/home/rootdata/Calib/2004_09_22";
    88 static TString inpath  = "/home/rootdata/Calib/2004_12_18";
     88static TString inpath  = "/.magic/magicserv01/MAGIC/rootdata/2004_12_18";
    8989static TString badfile;
    9090//static TString badfile = "badpixels_only0_388_559.dat";
     
    122122// A switch to use the PIN Diode
    123123//
    124 static Bool_t pindiode = kTRUE;
     124static Bool_t pindiode = kFALSE;
    125125//
    126126// Tell if you want to use the display:
     
    341341      testloop.SetBadPixels(calloop.GetBadPixels());
    342342     
    343       if (!testloop.ProcessD(pedloop1.GetPedestalCam(),calloop.GetCalibrationCam(),calloop.GetQECam()))
     343      if (!testloop.Process(pedloop1.GetPedestalCam(),calloop.GetCalibrationCam(),calloop.GetQECam(),
     344                            calloop.GetRelTimeCam()))
    344345        return 3;
    345346     
Note: See TracChangeset for help on using the changeset viewer.