Changeset 8219 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
12/11/06 14:00:20 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8218 r8219  
    2828   * mpedestal/MHPedestalCor.cc:
    2929     - small fix (the used range was one slice to brought)
     30
     31   * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
     32     - improved output in case of no files found
    3033
    3134
  • trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc

    r8213 r8219  
    250250        if (n0==0)
    251251        {
    252             *fLog << err << "ERROR - No input files of sequence found!" << endl;
     252            *fLog << err << "ERROR - No input files for sequence found in " << (fPathData.IsNull()?"<default>":fPathData.Data()) << "." << endl;
    253253            return kFALSE;
    254254        }
     
    641641    // Data tree
    642642    write.AddContainer("MSignalCam",                "Events");
    643     // write.AddContainer("MPedPhotFundamental",       "Events");
     643    // write.AddContainer("MPedPhotFundamental",               "Events");
    644644    write.AddContainer("MPedPhotFromExtractor",     "Events");
    645645    write.AddContainer("MPedPhotFromExtractorRndm", "Events");
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r8158 r8219  
    17021702    if (n0==0)
    17031703    {
    1704         *fLog << err << "ERROR - No input files of sequence found!" << endl;
     1704        *fLog << err << "ERROR - No input files for sequence found in " << (fPathData.IsNull()?"<default>":fPathData.Data()) << "." << endl;
    17051705        return kFALSE;
    17061706    }
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r8111 r8219  
    146146    if (n0==0)
    147147    {
    148         *fLog << err << "ERROR - No input files of sequence found!" << endl;
     148        *fLog << err << "ERROR - No input files for sequence found in " << (fPathData.IsNull()?"<default>":fPathData.Data()) << endl;
    149149        return kFALSE;
    150150    }
Note: See TracChangeset for help on using the changeset viewer.