Changeset 1952 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 04/12/03 16:50:35 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1950 r1952 1 1 -*-*- END OF LINE -*-*- 2 3 2003/04/12: Thomas Bretz 4 5 * manalysis/MPadding.[h,cc]: 6 - simplified includes 7 - changed some code (discussed with Robert) 8 - fixed comments in header 9 - changed ClassDef to 0 10 - changed output to Mars style 11 - fixed the memory leak of fHSigmabarMax 12 - replaced TRandom by gRandom 13 - removed usage of ->operator 14 15 * manalysis/MApplyPadding.[h,cc]: 16 - replaced fRnd by gRandom 17 - used MH::SetBinning 18 - use telescope theta instead of theta 19 - removed usage of ->operator 20 - removed PostProcess 21 22 * manalysis/MPadSchweizer.cc: 23 - fixed outputs in PreProcess 24 25 * manalysis/MSigmabar.[h,cc]: 26 - added Reset member function 27 - usage of memset 28 - don't skip NumPhotons==0 29 - changes discussed with Robert 30 - small simplifications in loops 31 - some fixes to the output 32 33 * manalysis/MSigmabarCalc.[h,cc]: 34 - fixed outputs 35 - some small simplifications 36 - moved test for theta<120deg to MCT1ReadPreProc 37 38 * mfileio/MCT1ReadPreProc.[h,cc]: 39 - skip events with theta>90deg 40 41 * mhist/MHSigmaPixel.[h,cc]: 42 - fixes to the screen output 43 - simplified usage of MBinning 44 45 * mhist/MHSigmaTheta.[h,cc]: 46 - fixes to the screen output 47 - simplified usage of MBinning 48 - lower cased upper case local variables 49 - removed DrawClone from Finalize (call from macro or executable) 50 51 * mhist/MHSigmabarTheta.[h,cc]: 52 - fixes to the screen output 53 54 * mhist/MHStarMap.cc: 55 - added some const qualifiers 56 57 * mhist/MHHadronnes.cc: 58 - removed output of function name in Finalize because this 59 information is already available on the screen. 60 61 * manalysis/MCT1PointingCorrCalc.h: 62 - changed ClassDef to 0 63 - removed empty PostProcess 64 - fixes to the screen output in PreProcess 65 - changed the order of the arguments in the constructor 66 (name, title to the end) 67 68 2 69 3 70 2003/04/12: Wolfgang Wittek … … 8 75 * manalysis/AnalysisLinkDef.h 9 76 Makefile 10 11 12 2003/04/12: Wolfgang Wittek13 77 14 78 * mbase/MFilter.h … … 21 85 - type of 3rd argument of member function Fill 22 86 changed from 'MF' to 'MFilter' 87 23 88 24 89 … … 49 114 50 115 51 2003/04/10: Thomas Bretz 116 2003/04/10: Thomas Bretz 52 117 53 118 * mbase/MContinue.[h,cc]:
Note:
See TracChangeset
for help on using the changeset viewer.