Changeset 4428
- Timestamp:
- 07/28/04 10:56:38 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/Changelog
r4423 r4428 19 19 -*-*- END OF LINE -*-*- 20 20 21 2004/07/28 Ester Aliu Fuste 22 * programa/makeHillas.cc 23 - Add a flag for the time calibration 24 21 25 2004/07/26 Ester Aliu Fuste 22 26 * library/MIslandCalc.cc -
trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc
r4425 r4428 84 84 ULong_t nmaxevents= 999999999; 85 85 Short_t calflag = 1; 86 Bool_t caltimeflag = kFALSE; 86 87 Short_t cleanflag = 1; 87 88 UShort_t lrings = 1; … … 135 136 { 136 137 // Set the general tasks/containers 137 MExtractFixedWindow extractor; 138 //MExtractFixedWindow extractor; 139 //extractor.SetRange(hifirst,hilast,lofirst,lolast); 140 141 MExtractSlidingWindow extractor; 138 142 extractor.SetRange(hifirst,hilast,lofirst,lolast); 139 140 // MExtractSlidingWindow extractor; 141 // extractor.SetRange(hifirst,hilast,lofirst,lolast); 142 // extractor.SetWindowSize(4,4); 143 extractor.SetWindowSize(4,4); 143 144 144 145 MGeomCamMagic geomcam; … … 169 170 MJCalibration calloop; 170 171 172 calloop.SetRelTimeCalibration(caltimeflag); 171 173 calloop.SetExtractor(&extractor); 172 174 calloop.SetInput(&caliter); … … 507 509 ifun >> calflag; 508 510 511 // calibration flag 512 if(strcmp(word.Data(),"CALTIME")==0) 513 ifun >> caltimeflag; 509 514 510 515 // cleaning level -
trunk/MagicSoft/Mars/mtemp/mifae/programs/makehillas.datacard
r4413 r4428 49 49 CALFLAG 0 50 50 51 // calibration time: 52 // 0: kFALSE (no time calibration) 53 // 1: kTRUE (time calibration) 54 //CALTIME 1 55 56 51 57 // Cleaning level (tail cut, boundary cut, number of rings, cleaning method - 1=standard, 2=democratic) 52 58 CLEANLEVEL 3.0 1.5 1 1 53 59 54 60 //Island calculations 55 // 0 nothing about islands 56 // 1 islands w/o cleaning 61 // 0 nothing about islands 1:normal algorithm 62 // 1 islands w/o cleaning 2:alternative algorithm 57 63 // 2 islands w cleaning 58 ISLFLAG 0 64 ISLFLAG 0 1 59 65 60 66 // island cleaning:
Note:
See TracChangeset
for help on using the changeset viewer.