Changeset 3310 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/26/04 01:06:14 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r3309 r3310 354 354 355 355 // 356 // print the most important results of all pixels 357 // 356 // print the most important results of all pixels to a file 357 // 358 MLog gauglog; 359 gauglog.SetOutputFile(Form("%s%s",calcam.GetName(),".txt"),1); 360 calcam.SetLogStream(&gauglog); 358 361 calcam.Print(); 362 calcam.SetLogStream(&gLog); 359 363 360 364 //
Note:
See TracChangeset
for help on using the changeset viewer.