Commit in lcsim/sandbox/RobKutschke/TRFTests/v1 on MAIN
RKDebug.java+12-21.2 -> 1.3
Add PrintOutliers.

lcsim/sandbox/RobKutschke/TRFTests/v1
RKDebug.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- RKDebug.java	18 Sep 2007 16:32:31 -0000	1.2
+++ RKDebug.java	11 Oct 2007 16:22:53 -0000	1.3
@@ -5,9 +5,9 @@
  * A way to propagate debug info to low level routines.
  *
  *@author $Author: kutschke $
- *@version $Id: RKDebug.java,v 1.2 2007/09/18 16:32:31 kutschke Exp $
+ *@version $Id: RKDebug.java,v 1.3 2007/10/11 16:22:53 kutschke Exp $
  *
- * Date $Date: 2007/09/18 16:32:31 $
+ * Date $Date: 2007/10/11 16:22:53 $
  *
  */
 
@@ -23,6 +23,8 @@
     static private double elossfac = 1.;
     static private boolean doeloss = true;
 
+    static private boolean printoutliers = false;
+
     static private RKDebug instance = null;
 
     private RKDebug(){
@@ -91,5 +93,13 @@
 	doeloss = b;
     }
 
+    static public boolean getPrintOutliers(){
+	return printoutliers;
+    }
+    static public void setPrintOutliers( boolean b){
+	printoutliers = b;
+    }
+
+
 
 }
CVSspam 0.2.8