Index: trunk/MagicSoft/Mars/mfbase/MF.cc
===================================================================
--- trunk/MagicSoft/Mars/mfbase/MF.cc	(revision 8170)
+++ trunk/MagicSoft/Mars/mfbase/MF.cc	(revision 8171)
@@ -228,5 +228,5 @@
         txt = txt.Strip(TString::kBoth);
 
-        //*fLog << all << setw(level) << " " << "Text: " << level << " '" << txt << "'" << endl;
+        //fLog << all << setw(level) << " " << "Text: " << level << " '" << txt << "'" << endl;
 
         switch (txt[0])
Index: trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc	(revision 8170)
+++ trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc	(revision 8171)
@@ -137,5 +137,5 @@
     // last entry of your rules
     MDataArray rules(usedrules);
-    rules.AddEntry(ver<3?"Classification":dcol[ncols-1].GetRule().Data());
+    rules.AddEntry(ver<3?"Classification.fVal":dcol[ncols-1].GetRule().Data());
 
     // prepare train-matrix finally used
@@ -160,5 +160,5 @@
             {
                 weights[j] = matrixtrain.GetM()(j, ncols-nobs);
-                if (j%100==0)
+                if (j%250==0)
                     cout << weights[j] << " ";
             }
Index: trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
===================================================================
--- trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc	(revision 8170)
+++ trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc	(revision 8171)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.56 2006-10-25 18:36:26 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.57 2006-10-27 13:49:42 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -278,4 +278,6 @@
             // search must be placed and from there we can step 1.5 slices
             // back to be on the safe side.
+            //
+            // The jitter in the hi-/lo-gain offset ssems to be around +/-0.5
             first = TMath::FloorNint(timehi+numh+fOffsetLoGain+fLoGainStartShift);
             if (first<0)
