Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 6907)
+++ trunk/MagicSoft/Mars/Changelog	(revision 6908)
@@ -22,4 +22,10 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2005/04/05 Thomas Bretz
+
+   * mjobs/MSequence.cc:
+     - fixed a bug in SetupDatRuns. P was setup instead of D
+
+
  2005/04/04 Thomas Bretz
 
@@ -30,4 +36,6 @@
        paths everywhere
      - fixed to use new correct datacenter standard paths
+     - made sure, that the sequences in a dataset are sorted by
+       their number to ensure the correct synchronization
 
    * mhflux/MHAlpha.cc:
Index: trunk/MagicSoft/Mars/mjobs/MSequence.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MSequence.cc	(revision 6907)
+++ trunk/MagicSoft/Mars/mjobs/MSequence.cc	(revision 6908)
@@ -470,5 +470,5 @@
 UInt_t MSequence::SetupDatRuns(MDirIter &iter, const char *path, Bool_t raw) const
 {
-    return SetupRuns(iter, fDatRuns, raw?kRawPed:kRootPed, path);
+    return SetupRuns(iter, fDatRuns, raw?kRawDat:kRootDat, path);
 }
 
