Ignore:
Timestamp:
07/27/04 17:32:45 (20 years ago)
Author:
rico
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc

    r4419 r4425  
    135135{
    136136  // Set the general tasks/containers
    137   //MExtractFixedWindow    extractor;
    138   //extractor.SetRange(hifirst,hilast,lofirst,lolast);
     137  MExtractFixedWindow    extractor;
     138  extractor.SetRange(hifirst,hilast,lofirst,lolast);
    139139 
    140   MExtractSlidingWindow    extractor;
    141   extractor.SetRange(hifirst,hilast,lofirst,lolast);
    142   extractor.SetWindowSize(4,4);
     140  //  MExtractSlidingWindow    extractor;
     141  //  extractor.SetRange(hifirst,hilast,lofirst,lolast);
     142  //  extractor.SetWindowSize(4,4);
    143143 
    144144  MGeomCamMagic       geomcam;
Note: See TracChangeset for help on using the changeset viewer.