Changeset 5942 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 01/22/05 15:54:06 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r5862 r5942 86 86 //static TString inpath = "/home/rootdata/Calib/2004_07_06"; 87 87 //static TString inpath = "/home/rootdata/Calib/2004_09_22"; 88 static TString inpath = "/ home/rootdata/Calib/2004_12_18";88 static TString inpath = "/.magic/magicserv01/MAGIC/rootdata/2004_12_18"; 89 89 static TString badfile; 90 90 //static TString badfile = "badpixels_only0_388_559.dat"; … … 122 122 // A switch to use the PIN Diode 123 123 // 124 static Bool_t pindiode = k TRUE;124 static Bool_t pindiode = kFALSE; 125 125 // 126 126 // Tell if you want to use the display: … … 341 341 testloop.SetBadPixels(calloop.GetBadPixels()); 342 342 343 if (!testloop.ProcessD(pedloop1.GetPedestalCam(),calloop.GetCalibrationCam(),calloop.GetQECam())) 343 if (!testloop.Process(pedloop1.GetPedestalCam(),calloop.GetCalibrationCam(),calloop.GetQECam(), 344 calloop.GetRelTimeCam())) 344 345 return 3; 345 346
Note:
See TracChangeset
for help on using the changeset viewer.