Changeset 6911
- Timestamp:
- 04/05/05 11:54:11 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6910 r6911 26 26 * mjobs/MSequence.cc: 27 27 - 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 28 31 29 32 * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root, -
trunk/MagicSoft/Mars/mjobs/MJStar.cc
r6906 r6911 132 132 133 133 MDirIter iter; 134 const Int_t n0 = fSequence.SetupDatRuns(iter, fPathData, "Y");134 const Int_t n0 = fSequence.SetupDatRuns(iter, MSequence::kCalibrated, fPathData); 135 135 const Int_t n1 = fSequence.GetNumDatRuns(); 136 136 if (n0==0) -
trunk/MagicSoft/Mars/star.cc
r6888 r6911 80 80 81 81 MDirIter Next; 82 seq.SetupDatRuns(Next, kInpathD, "Y");82 seq.SetupDatRuns(Next, MSequence::kCalibrated, kInpathD); 83 83 84 84 gLog << all;
Note:
See TracChangeset
for help on using the changeset viewer.