Changeset 6333


Ignore:
Timestamp:
02/10/05 02:54:53 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6249 r6333  
    132132// Tell if you want to test the result afterwards
    133133//
    134 static Bool_t useTest = kTRUE;
     134static Bool_t useTest = kFALSE;
    135135//
    136136// Tell if you want to test the intensity calibration
     
    374374
    375375  //  calibloop.SetExtractor(extractor);
     376  calibloop.SetInputCal(&cruns);
    376377  calibloop.SetInput(&druns);
    377   calibloop.SetPathOut(outpath);
     378  calibloop.SetPathIn(outpath);
    378379  if (useDisplay)
    379380    calibloop.SetDisplay(display);
Note: See TracChangeset for help on using the changeset viewer.