- Timestamp:
- 04/05/05 10:45:57 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6907 r6908 22 22 -*-*- END OF LINE -*-*- 23 23 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 24 30 2005/04/04 Thomas Bretz 25 31 … … 30 36 paths everywhere 31 37 - 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 32 40 33 41 * mhflux/MHAlpha.cc: -
trunk/MagicSoft/Mars/mjobs/MSequence.cc
r6906 r6908 470 470 UInt_t MSequence::SetupDatRuns(MDirIter &iter, const char *path, Bool_t raw) const 471 471 { 472 return SetupRuns(iter, fDatRuns, raw?kRaw Ped:kRootPed, path);472 return SetupRuns(iter, fDatRuns, raw?kRawDat:kRootDat, path); 473 473 } 474 474
Note:
See TracChangeset
for help on using the changeset viewer.