- Timestamp:
- 11/04/03 17:08:01 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2467 r2469 45 45 - removed the Draw function 46 46 - added a correct Paint() function 47 48 * Makefile: 49 - added star 50 51 * macros/star.C: 52 - removed obsolete MSrcPosCam (will be created automatically) 53 - made the macro work with a telescope serial number 54 55 * mbase/MParContainer.[h,cc]: 56 - moved GetDescriptor to source file and added a function 57 description 58 - changed GetDesciptor to be virtual 59 60 * mbase/MTask.[h,cc]: 61 - added new data member fSerialNumber 62 - changed version number from 1 to 2 63 - added GetDescriptor aware of the serial number 64 - added Getter and Setter for serial number 65 - made StreamPrimitive serial number aware 66 67 * mbase/MTaskList.[h,cc]: 68 - overwrote SetSerialNumber 69 70 * mfileio/MReadTree.cc: 71 - changed a C-cast to a C++-cast 72 73 * mfileio/MWriteRootFile.h: 74 - changed BIT(16) to BIT(17). UPDATE mode was not working 75 with newer root versions, because BIT(16) was used already 76 77 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc, 78 manalysis/MGeomApply.cc, manalysis/MMcPedestalCopy.cc, 79 manalysis/MMcPedestalNSBAdd.cc, manalysis/MSigmabarCalc.cc, 80 mimage/MHillasCalc.cc, mimage/MHillasSrcCalc.cc, 81 mimage/MImgCleanStd.cc: 82 - made serial number aware 83 84 * mraw/MRawFileWrite.cc: 85 - automatically add .root extension 47 86 48 87
Note:
See TracChangeset
for help on using the changeset viewer.