Changeset 2114 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 05/13/03 15:16:54 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2111 r2114 1 1 -*-*- END OF LINE -*-*- 2 2003/05/13: Thomas Bretz 3 4 * mdata/MDataArray.[h,cc]: 5 - addeed GetData and >>-operator to fill a TVector from the array 6 7 * manalysis/MMultiDimDistCalc.cc: 8 - use new >>-operator from MDataArray 9 10 * mranforest/MRanForest.[h,cc]: 11 - TVector& in CalcHadronness declared const 12 - added a const qualifier to 'Float_t sum' 13 - removed Reset() from a TIter declaration (done by the TIter 14 constructor) 15 16 * mranforest/MRanForestCalc.cc: 17 - fill TVector with new >>-operator of MDataArray 18 19 * mranforest/MRanTree.[h,cc]: 20 - removed obsolete returns at the end of some functions 21 - TVector& in TreeHad declared const 22 - changed if to ?:-operator in TreeHad 23 - TreeHad() calls TreeHad(const TVector &) now (code is not 24 implemented twice) 25 26 27 2 28 2003/05/12: Abelardo Moralejo 3 29 4 30 * mhistmc/MHMcEnergyMigration.cc 5 31 - Draw(): fixed axis label in one plot. 32 33 6 34 7 35 2003/05/12: Thomas Bretz
Note:
See TracChangeset
for help on using the changeset viewer.