Ignore:
Timestamp:
03/22/05 10:57:14 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r6870 r6872  
    14771477{
    14781478
    1479   if (!fIsHiLoCalibration)
     1479  if (!fIsHiLoCalibration || IsUseMC())
    14801480    return kTRUE;
    14811481
     
    17631763                  << n0 << ") doesn't match number of files in sequence ("
    17641764                  << n1 << ")" << endl;
     1765            if (fLog->GetDebugLevel()>4)
     1766            {
     1767                *fLog << dbg << "Files which are searched:" << endl;
     1768                iter.Print("all");
     1769            }
    17651770            return kFALSE;
    17661771        }
Note: See TracChangeset for help on using the changeset viewer.