Changeset 1503 for trunk/MagicSoft
- Timestamp:
- 08/16/02 08:59:36 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1502 r1503 8 8 * mhist/MHHillas.cc, mhist/MHHillasExt.cc: 9 9 - added legends. (still work to be done with the stat boxes) 10 11 * manalysis/MCerPhotPix.h: 12 - unimportant change 13 14 * manalysis/MImgCleanStd.cc: 15 - added comment 10 16 11 17 -
trunk/MagicSoft/Mars/NEWS
r1501 r1503 74 74 file having crab starfield, but also for all following files - fixed 75 75 76 - PrintStatistics can now be instructud to print also the title, too. 76 - PrintStatistics can now be instructud to print also the title, too: 77 use PrintStatistics(0, kTRUE) 77 78 78 79 -
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
r1466 r1503 22 22 public: 23 23 24 MCerPhotPix(Int_t pix = -1, Float_t phot=0., Float_t errphot=0.);24 MCerPhotPix(Int_t pix=-1, Float_t phot=0, Float_t errphot=0); 25 25 26 26 Int_t GetPixId() const { return fPixId; } -
trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc
r1487 r1503 125 125 // 126 126 // check if the survived pixel have a neighbor, that also 127 // survived 127 // survived, otherwise set pixel to unused. (removes pixels without 128 // neighbors) 128 129 // 129 130 // takes the maximum pixel id from CleanStep1 as an argument … … 140 141 // 141 142 Byte_t *ispixused = new Byte_t[max+1]; 143 memset(ispixused, 0, max+1); 142 144 143 145 for (Int_t i=0; i<entries; i++)
Note:
See TracChangeset
for help on using the changeset viewer.