Changeset 6872 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 03/22/05 10:57:14 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibTest.cc
r6858 r6872 327 327 { 328 328 *fLog << err << "ERROR - Number of files found (" << n0 << ") doesn't match number of files in sequence (" << n1 << ")" << endl; 329 if (fLog->GetDebugLevel()>4) 330 { 331 *fLog << dbg << "Files which are searched:" << endl; 332 iter.Print("all"); 333 } 329 334 return kFALSE; 330 335 } -
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r6859 r6872 327 327 { 328 328 *fLog << err << "ERROR - Number of files found (" << n0 << ") doesn't match number of files in sequence (" << n1 << ")" << endl; 329 if (fLog->GetDebugLevel()>4) 330 { 331 *fLog << dbg << "Files which are searched:" << endl; 332 iter.Print("all"); 333 } 329 334 return kFALSE; 330 335 } -
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 } -
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r6870 r6872 95 95 const TString MJPedestal::fgReferenceFile = "mjobs/pedestalref.rc"; 96 96 const TString MJPedestal::fgBadPixelsFile = "mjobs/badpixels_0_559.rc"; 97 const Float_t MJPedestal::fgExtractWinLeft = 3.5;97 const Float_t MJPedestal::fgExtractWinLeft = 2.5; 98 98 const Float_t MJPedestal::fgExtractWinRight = 4.5; 99 99 … … 976 976 { 977 977 *fLog << err << "ERROR - Number of " << type << " files found (" << n0 << ") in " << (fPathData.IsNull()?"<default>":fPathData.Data()) << " doesn't match number of files in sequence (" << n1 << ")" << endl; 978 if (fLog->GetDebugLevel()>4) 979 { 980 *fLog << dbg << "Files which are searched:" << endl; 981 iter.Print("all"); 982 } 978 983 return kFALSE; 979 984 }
Note:
See TracChangeset
for help on using the changeset viewer.