Changeset 5411
- Timestamp:
- 11/16/04 14:45:33 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r5346 r5411 97 97 // the default pedestal run for the calibration 98 98 // 99 static const Int_t pedrun = 317 41;99 static const Int_t pedrun = 31756; 100 100 // 101 101 // the default start calibration run 102 102 // 103 static const Int_t calrun1 = 317 42;103 static const Int_t calrun1 = 31755; 104 104 // 105 105 // the default last calibration run (if 0, only one run is taken, otherwise consecutive runs 106 106 // between calrun1 and calrun2) 107 107 // 108 //static const Int_t calrun2 = 31754;109 108 static const Int_t calrun2 = 0; 110 109 // … … 143 142 // Tell if you want to use MPedCalcFromLogain for the pedestal calculation 144 143 // 145 static Bool_t usedata = k TRUE;144 static Bool_t usedata = kFALSE; 146 145 // 147 146 // Tell if you want to store and read the F0 and F1- files … … 243 242 244 243 MJPedestal pedloop; 245 pedloop.SetUseData(usedata); 244 if (usedata) 245 pedloop.SetUseData(); 246 246 pedloop.SetNoStorage(!usestorage); 247 247 pedloop.SetEnvDebug(debug);
Note:
See TracChangeset
for help on using the changeset viewer.