Changeset 7995 for trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc
- Timestamp:
- 09/28/06 19:35:43 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc
r6949 r7995 195 195 if (rawheader && runtype!=0xffff && runtype != rawheader->GetRunType()) 196 196 { 197 *fLog << warn << "W arning- You are mixing files with different run types (";197 *fLog << warn << "WARNING - You are mixing files with different run types ("; 198 198 *fLog << runtype << ", " << rawheader->GetRunType() << ")" << endl; 199 } 200 201 if (!rawheader->IsValid()) 202 { 203 *fLog << warn << "WARNING - The run header read from the file is invalid." << endl; 204 *fLog << " Please check if the file contents are ok." << endl; 205 rawheader->Print("header"); 199 206 } 200 207 … … 204 211 if (mcheader->GetCamVersion()==50) 205 212 { 206 *fLog << warn << "W arning- You are using a file created with Camera 0.5." << endl;213 *fLog << warn << "WARNING - You are using a file created with Camera 0.5." << endl; 207 214 *fLog << "In this camera version some events have undefined Impact-Values" << endl; 208 215 *fLog << "(MMcEvt::fImpact) Please don't use it for MC studies using the" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.