Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8436)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8437)
@@ -84,4 +84,7 @@
      - removed workaround for 5-digit runnumbers
 
+   * datacenter/scripts/mcsequences:
+     - added line 'MonteCarlo: Yes' to output to sequence file
+
    * datacenter/scripts/runganymed:
      - adapted chosing of ganymed rc-file
Index: /trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/mcsequences	(revision 8436)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/mcsequences	(revision 8437)
@@ -87,4 +87,6 @@
    echo "DatRuns:         $datruns" >> $sequfile
    echo "" >> $sequfile
+   echo "MonteCarlo: Yes" >> $sequfile
+   echo "" >> $sequfile
 done
 
