Changeset 9219 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 01/14/09 12:31:37 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mfileio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc
r8253 r9219 201 201 if (!rawheader->IsValid()) 202 202 { 203 *fLog << warn << "WARNING - The run header read from the file is invalid." << endl;203 *fLog << warn << "WARNING - The run header (MRawRunHeader) read from the file returns not IsValid()." << endl; 204 204 *fLog << " Please check if the file contents are ok." << endl; 205 205 rawheader->Print("header"); -
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
r9186 r9219 122 122 } 123 123 124 if (!file )124 if (!file || TString(name)=="/dev/null") 125 125 { 126 126 file = new TFile(name, option, title, comp); … … 760 760 { 761 761 *fLog << err << "ERROR - MWriteRootFile::ChangeFile... something went terribly wrong!" << endl; 762 *fLog << " fname: " << fname << endl; 762 763 *fLog << " Please start debugging!" << endl; 763 764 return kFALSE;
Note:
See TracChangeset
for help on using the changeset viewer.