Changeset 9414 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 03/30/09 09:07:40 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc
r9337 r9414 135 135 if (!run) 136 136 { 137 *fLog << warn << dbginf << "W arning- cannot check file type, MRawRunHeader not found." << endl;137 *fLog << warn << dbginf << "WARNING - cannot check file type, MRawRunHeader not found." << endl; 138 138 return kTRUE; 139 139 } … … 143 143 // 144 144 fGeom = 0; 145 if ( run->IsMonteCarloRun())145 if (!run->IsMonteCarloRun()) 146 146 { 147 147 *fLog << inf << "This is no MC file... skipping." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.