Changeset 2711 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 12/18/03 15:48:42 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/MTFillMatrix.cc
r2695 r2711 134 134 return kFALSE; 135 135 } 136 if (fname.IsNull()) 137 { 138 *fLog << "ERROR - Unable to write matrix, file name empty." << endl; 139 return kFALSE; 140 } 136 141 137 142 TFile file(fname, "RECREATE", m->GetTitle()); … … 245 250 MEvtLoop evtloop(fName); 246 251 evtloop.SetParList(&plist); 252 evtloop.SetDisplay(fDisplay); 253 evtloop.SetLogStream(fLog); 247 254 if (!evtloop.Eventloop()) 248 255 {
Note:
See TracChangeset
for help on using the changeset viewer.