Changeset 6872 for trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
- Timestamp:
- 03/22/05 10:57:14 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r6870 r6872 1477 1477 { 1478 1478 1479 if (!fIsHiLoCalibration )1479 if (!fIsHiLoCalibration || IsUseMC()) 1480 1480 return kTRUE; 1481 1481 … … 1763 1763 << n0 << ") doesn't match number of files in sequence (" 1764 1764 << n1 << ")" << endl; 1765 if (fLog->GetDebugLevel()>4) 1766 { 1767 *fLog << dbg << "Files which are searched:" << endl; 1768 iter.Print("all"); 1769 } 1765 1770 return kFALSE; 1766 1771 }
Note:
See TracChangeset
for help on using the changeset viewer.