Changeset 6908 for trunk/MagicSoft


Ignore:
Timestamp:
04/05/05 10:45:57 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6907 r6908  
    2222                                                 -*-*- END OF LINE -*-*-
    2323
     24 2005/04/05 Thomas Bretz
     25
     26   * mjobs/MSequence.cc:
     27     - fixed a bug in SetupDatRuns. P was setup instead of D
     28
     29
    2430 2005/04/04 Thomas Bretz
    2531
     
    3036       paths everywhere
    3137     - fixed to use new correct datacenter standard paths
     38     - made sure, that the sequences in a dataset are sorted by
     39       their number to ensure the correct synchronization
    3240
    3341   * mhflux/MHAlpha.cc:
  • trunk/MagicSoft/Mars/mjobs/MSequence.cc

    r6906 r6908  
    470470UInt_t MSequence::SetupDatRuns(MDirIter &iter, const char *path, Bool_t raw) const
    471471{
    472     return SetupRuns(iter, fDatRuns, raw?kRawPed:kRootPed, path);
     472    return SetupRuns(iter, fDatRuns, raw?kRawDat:kRootDat, path);
    473473}
    474474
Note: See TracChangeset for help on using the changeset viewer.