Changeset 9343 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 02/15/09 23:12:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
r9328 r9343 159 159 } 160 160 161 *fLog << inf3 << "New file '" << name << "' <Title=" << title << "> created." << endl; 161 *fLog << inf3 << "New file '" << name << "' "; 162 if (!TString(title).IsNull()) 163 *fLog << "<Title=" << title << "> "; 164 *fLog << "created." << endl; 162 165 163 166 file->SetOption(option); // IMPORTANT!
Note:
See TracChangeset
for help on using the changeset viewer.