Changeset 5737
- Timestamp:
- 01/08/05 10:53:20 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r5714 r5737 134 134 // Tell if you want to store and read the F0 and F1- files 135 135 // 136 static Bool_t use storage = kTRUE;136 static Bool_t useStorage = kTRUE; 137 137 // 138 138 // Tell which extractor you want to use. The flags are counted according … … 207 207 208 208 MJPedestal pedloop1; 209 pedloop1.SetNoStorage( );209 pedloop1.SetNoStorage(!useStorage); 210 210 pedloop1.SetEnvDebug(debug); 211 211 pedloop1.SetExtractor(extractor); … … 236 236 237 237 pedloop2.SetUseData(); 238 pedloop2.SetNoStorage( );238 pedloop2.SetNoStorage(!useStorage); 239 239 pedloop2.SetEnvDebug(debug); 240 240 pedloop2.SetExtractor(extractor); … … 267 267 calloop.SetIntensity(); 268 268 // calloop.SetHistsStorage(); 269 calloop.SetNoStorage(!use storage);269 calloop.SetNoStorage(!useStorage); 270 270 calloop.SetRelTimeCalibration(kTRUE); 271 271 // … … 300 300 301 301 // return 0; 302 303 302 // 304 303 // The next lines are the use the Print() function and have
Note:
See TracChangeset
for help on using the changeset viewer.