Changeset 2712 for trunk/MagicSoft
- Timestamp:
- 12/18/03 15:49:12 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2711 r2712 35 35 * mfilter/MFDataMember.[h,cc]: 36 36 - use the information to treat integer values more accuratly 37 38 * mbase/MAGIC.h: 39 - change minimum root version to 3.05/06 40 41 * mtools/MTFillMatrix.cc: 42 - added a check whether the file name is valid 37 43 38 44 -
trunk/MagicSoft/Mars/mtools/MTFillMatrix.h
r2690 r2712 68 68 Bool_t WriteMatrices(const TString &fname) const; 69 69 70 ClassDef(MTFillMatrix, 0) 70 ClassDef(MTFillMatrix, 0) // Tool to fill matrices (eg. trainings- and test-matrices) 71 71 }; 72 72
Note:
See TracChangeset
for help on using the changeset viewer.