Changeset 3310 for trunk


Ignore:
Timestamp:
02/26/04 01:06:14 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/calibration.C

    r3309 r3310  
    354354
    355355    //
    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);
    358361    calcam.Print();
     362    calcam.SetLogStream(&gLog);
    359363
    360364    //
Note: See TracChangeset for help on using the changeset viewer.