Changeset 2295 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 07/29/03 13:12:55 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2284 r2295 1 1 -*-*- END OF LINE -*-*- 2 2003/07/29: Thomas Bretz 3 4 * manalysis/MBlindPixelCalc.cc: 5 - count only pixel which contents are adde 6 7 * mbase/MArgs.cc: 8 - added namespace 9 10 * mbase/MDirIter.h: 11 - added rec-argument to constructor 12 13 * mfileio/MCT1ReadPreProc.[h,cc], mfileio/MReadRflFile.[h,cc]: 14 - adapted to virtual base function 15 16 * mfileio/MRead.[h,cc]: 17 - added AddFiles(MDirIter&) 18 - changed AddFile to virtual 19 20 * mfileio/MReadTree.cc: 21 - use AddFile in the constructor 22 23 * mhist/MH.[h,cc]: 24 - remove 'nonew' from option 25 26 * mhist/MHHadronness.[h,cc]: 27 - added GetHadronness 28 - changed output 29 30 * mhist/MHMatrix.[h,cc]: 31 - use TMatrixRow in shuffle 32 - added ReduceRows 33 - use default for PrintStatistics 34 - removed graphics from Fill - will crash in batch mode 35 36 * mimage/ImageLinkDef.h, mimage/Makefile: 37 - added MImgCleanTGB 38 39 * mimage/MCameraSmooth.h: 40 - fixed a typo 41 42 * mmain/MStatusDisplay.cc: 43 - added sanity check to HasCanvas 44 45 * mranforest/MHRanForest.cc, mranforest/MHRanForestGini.cc: 46 - fixed a crashed caused by GetMaximum in newer root versions 47 - optimized some small pieces of code 48 - SetRangeUser removed, problems with newer root verion using 49 roots auto-scale instead 50 51 * mranforest/MRanForest.cc: 52 - do not use variables in arguments which can be used locally 53 - replaced pow(,2) by faster and more accurate val*val 54 - test gRandom at the beginning of the function 55 - changed output 56 - removed TArray::Reset. Not necerry at many places. Instatiation 57 already initializes array with 0s 58 - Use a const reference to the matrices instead of a copy! 59 - Removed some unnecessary castings 60 - added some const qualifiers 61 - removed fErr from data members (obsolete) 62 63 * mranforest/MRanForestCalc.cc: 64 - fixed a typo in the comments 65 66 * mranforest/MRanTree.[h,cc]: 67 - do not use variables in arguments which can be used locally 68 - localized some variables 69 - test gRandom at the beginning of the function 70 - added some const qualifiers 71 - removed TArray::Reset. Not necerry at many places. Instatiation 72 already initializes array with 0s 73 - added some overwrites of TreeHad 74 75 76 2 77 2003/07/17: Oscar Blanch 3 78 … … 29 104 - add new class 30 105 106 107 31 108 2003/07/14: Wolfgang Wittek 32 109 … … 56 133 57 134 58 2003/07/14: Oscar lanch135 2003/07/14: Oscar Blanch 59 136 60 137 * mgeom/MGeomCamMagic919.[h,cc] … … 63 140 * mgeom/[Makefile, GeomLinkDef.h] 64 141 - Compiling the above mentioned geometry 142 143 65 144 66 145 2003/07/13: Thomas Bretz … … 112 191 113 192 193 114 194 2003/07/11: Wolfgang Wittek 115 195 116 196 * mhist/MHMatrix.cc 117 197 - add tlist.PrintStatistics() after event loop 118 119 120 198 121 199 … … 128 206 for the parameters of the longitudinal fit to the particle 129 207 distribution of the shower. 208 209 130 210 131 211 2003/07/08: Wolfgang Wittek
Note:
See TracChangeset
for help on using the changeset viewer.