Ignore:
Timestamp:
08/10/04 10:02:39 (20 years ago)
Author:
aliu
Message:
*** empty log message ***
File:
1 edited

Legend:

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

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