Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5184)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5185)
@@ -19,4 +19,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/10/05: Thomas Bretz
+
+  * mjobs/MJStar.cc:
+    - removed rate cut from eventloop because its highly untested and
+      unstable
+
+
 
  2004/10/05: Markus Meyer and Keiichi Mase
Index: /trunk/MagicSoft/Mars/mjobs/MJStar.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJStar.cc	(revision 5184)
+++ /trunk/MagicSoft/Mars/mjobs/MJStar.cc	(revision 5185)
@@ -173,10 +173,11 @@
     MGeomApply             apply; // Only necessary to craete geometry
     MEventRateCalc         rate;
-    MEventRateCalc         rate1; // 5min
+    //MEventRateCalc         rate1; // 5min
     rate.SetNumEvents(1200);
-    rate1.SetNumEvents(60000);
-    rate1.SetNameEventRate("MEventRate2");
-    rate1.SetNameTimeRate("MTimeRate2");
-/*
+    //rate1.SetNumEvents(60000);
+    //rate1.SetNameEventRate("MEventRate2");
+    //rate1.SetNameTimeRate("MTimeRate2");
+
+    /*
     MEventRateCalc         rate10000;
     rate10000.SetNameEventRate("MEventRate10000");
@@ -212,6 +213,6 @@
     hvs.SetNumEvents(500);
 
-    MContinue cont1("MEventRate2.fRate/MEventRate.fRate>1.1");
-    MContinue cont2("MEventRate.fRate/MEventRate2.fRate>1.1");
+    //MContinue cont1("MEventRate2.fRate/MEventRate.fRate>1.1");
+    //MContinue cont2("MEventRate.fRate/MEventRate2.fRate>1.1");
 
     MFillH fillvs(&hvs,           "MTime",        "FillEventRate10s");
@@ -283,8 +284,8 @@
         tlist2.AddToList(&cont);
         tlist2.AddToList(&rate);
-        tlist2.AddToList(&rate1);
+        //tlist2.AddToList(&rate1);
         tlist2.AddToList(&fillvs);
-        tlist2.AddToList(&cont1);
-        tlist2.AddToList(&cont2);
+        //tlist2.AddToList(&cont1);
+        //tlist2.AddToList(&cont2);
         tlist2.AddToList(&fill8);
         tlist2.AddToList(&fill9);
