Ignore:
Timestamp:
04/28/04 11:15:08 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3855 r3862  
    6363{
    6464
     65  MExtractFixedWindowPeakSearch extractor;
    6566 
    6667  MRunIter pruns;
     
    120121  //
    121122  //  calloop.SetRelTimeCalibration();
     123  calloop.SetExtractor(&extractor);
    122124  calloop.SetInput(&cruns);
    123125  calloop.SetDisplay(display);
     
    134136  MJExtractCalibTest testloop;
    135137
     138  testloop.SetExtractor(&extractor);
    136139  testloop.SetInput(&cruns);
    137140  testloop.SetDisplay(display);
Note: See TracChangeset for help on using the changeset viewer.