Changeset 4425 for trunk/MagicSoft/Mars
- Timestamp:
- 07/27/04 17:32:45 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc
r4419 r4425 135 135 { 136 136 // 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); 139 139 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); 143 143 144 144 MGeomCamMagic geomcam;
Note:
See TracChangeset
for help on using the changeset viewer.