Changeset 1474 for trunk/MagicSoft/Mars/mdata/MData.cc
- Timestamp:
- 08/02/02 09:32:34 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdata/MData.cc
r1361 r1474 50 50 #include <fstream.h> 51 51 52 #include "MLog.h" 53 52 54 ClassImp(MData); 53 55 … … 58 60 } 59 61 62 void MData::Print(Option_t *opt = "") const 63 { 64 *fLog << GetRule() << flush; 65 }
Note:
See TracChangeset
for help on using the changeset viewer.