Changeset 2328 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 09/10/03 13:38:45 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2327 r2328 1 1 -*-*- END OF LINE -*-*- 2 2 3 2003/09/10: Thomas Bretz 4 5 * mdata/MDataChain.[h,cc]: 6 - added log2, acosh, asinh, atanh, ceil, isnan and finite 7 - changed math.h callings to TMath:: namespace to be more 8 consistent 9 10 * mhist/MHMatrix.[h,cc]: 11 - added RemoveInvalidRows member function to get rid of rows 12 containing invalid numbers (nan, inf) 13 14 * mraw/MRawEvtHeader.cc: 15 - fixed variable types calculating the time (ns, s, m and h) 16 to get rid of some compiler warnings, casting the values 17 for-, back- and forward only wasts computing time. 18 19 20 3 21 2003/09/08: Abelardo Moralejo 22 4 23 * mhist/MHOnSubtraction.cc: 5 24 - added some casts in the arguments of function calls, to get rid … … 8 27 TH1D constructor of fSignificanceHist (number of bins and bin 9 28 limits). 29 10 30 * mraw/MRawEvtHeader.cc: 11 31 - Added casts to arguments of fTime->SetTime(h, m, s, ns) to get … … 16 36 with gcc2.96, abs() was not recognized. 17 37 38 39 18 40 2003/09/07: Abelardo Moralejo 41 19 42 * manalysis/MCerPhotCalc.cc: 20 43 - removed normalization of array fWeight introduced on 30/06. For … … 44 67 slice was wrong by 0.5 units... once more: please Thomas B, 45 68 be careful with these kind of changes. 69 46 70 47 71
Note:
See TracChangeset
for help on using the changeset viewer.