Changeset 7143
- Timestamp:
- 06/10/05 13:12:04 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7142 r7143 81 81 * mranforest/MRanTree.[h,cc]: 82 82 - replaced some TMatrixFRow by TMatrixFRow_const 83 84 * mpointing/MSrcPosCorrect.[h,cc]: 85 - added 86 87 * mpointing/Makefile, mpointing/PointingLinkDef.h: 88 - added MSrcPosCorrect 83 89 84 90 -
trunk/MagicSoft/Mars/NEWS
r7142 r7143 5 5 - general: Fixed the ZA binning. It didn't correctyl fit the 6 6 MC binning 7 8 - general: Added a class to correct for the missfocussing in 9 April (MSrcPosCorrect) 7 10 8 11 - ganymed: the Conc1 plot was incorrectly scaled in MHVsSize -
trunk/MagicSoft/Mars/mpointing/PointingLinkDef.h
r6048 r7143 13 13 #pragma link C++ class MSrcPosCam+; 14 14 #pragma link C++ class MSrcPosCalc+; 15 #pragma link C++ class MSrcPosCorrect+; 15 16 #pragma link C++ class MSrcPosFromModel+; 16 17
Note:
See TracChangeset
for help on using the changeset viewer.