Changeset 1889 for trunk/MagicSoft
- Timestamp:
- 04/02/03 14:54:33 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1888 r1889 1 1 -*-*- END OF LINE -*-*- 2 3 2003/04/02: Abelardo Moralejo 4 5 * mdata/MDataValue.h 6 - added default constructor (otherwise, no constant values 7 can be used in the parameters used in the random forest 8 separation) 2 9 3 10 2003/04/02: Wolfgang Wittek -
trunk/MagicSoft/Mars/mdata/MDataValue.h
r1481 r1889 18 18 19 19 public: 20 MDataValue(Double_t v ) : fValue(v)20 MDataValue(Double_t v = 0.) : fValue(v) 21 21 { 22 22 }
Note:
See TracChangeset
for help on using the changeset viewer.