Changeset 6911


Ignore:
Timestamp:
04/05/05 11:54:11 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6910 r6911  
    2626   * mjobs/MSequence.cc:
    2727     - fixed a bug in SetupDatRuns. P was setup instead of D
     28
     29   * star.cc, mjobs/MJStar.cc:
     30     - fixed wrong setup of data-files
    2831
    2932   * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r6906 r6911  
    132132
    133133    MDirIter iter;
    134     const Int_t n0 = fSequence.SetupDatRuns(iter, fPathData, "Y");
     134    const Int_t n0 = fSequence.SetupDatRuns(iter, MSequence::kCalibrated, fPathData);
    135135    const Int_t n1 = fSequence.GetNumDatRuns();
    136136    if (n0==0)
  • trunk/MagicSoft/Mars/star.cc

    r6888 r6911  
    8080
    8181    MDirIter Next;
    82     seq.SetupDatRuns(Next, kInpathD, "Y");
     82    seq.SetupDatRuns(Next, MSequence::kCalibrated, kInpathD);
    8383
    8484    gLog << all;
Note: See TracChangeset for help on using the changeset viewer.