Changeset 4743 for trunk/MagicSoft/Mars/macros/calibration.C
- Timestamp:
- 08/26/04 14:31:39 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r4662 r4743 87 87 88 88 static TString outpath = "./"; 89 static TString inpath = "/home/rootdata/Calib/2004_0 6_22/";89 static TString inpath = "/home/rootdata/Calib/2004_07_06/"; 90 90 static TString badfile = ""; 91 91 // 92 92 // the default pedestal run for the calibration 93 93 // 94 static const Int_t pedrun = 3 0749;94 static const Int_t pedrun = 31741; 95 95 // 96 96 // the default start calibration run 97 97 // 98 static const Int_t calrun1 = 3 0752;98 static const Int_t calrun1 = 31742; 99 99 // 100 100 // the default last calibration run (if 0, only one run is taken, otherwise consecutive runs … … 116 116 // Tell if you want to calibrate times: 117 117 // 118 static Bool_t useTimes = k TRUE;118 static Bool_t useTimes = kFALSE; 119 119 // 120 120 // Tell if you want to use the display: … … 202 202 pedloop.SetExtractor(&extractor); 203 203 pedloop.SetInput(&pruns); 204 pedloop.Set OutputPath(outpath.Data());204 pedloop.SetPathOut(outpath.Data()); 205 205 if (useDisplay) 206 206 { … … 238 238 calloop.SetTimeExtractor(&timeext); 239 239 calloop.SetInput(&cruns); 240 calloop.Set OutputPath(outpath.Data());240 calloop.SetPathOut(outpath.Data()); 241 241 if (useDisplay) 242 242 calloop.SetDisplay(display); … … 284 284 testloop.SetTimeExtractor(&timeext); 285 285 testloop.SetInput(&cruns); 286 testloop.Set OutputPath(outpath);286 testloop.SetPathOut(outpath); 287 287 if (useDisplay) 288 288 testloop.SetDisplay(display);
Note:
See TracChangeset
for help on using the changeset viewer.