Print

Print


Commit in lcsim-cal-calib/src/org/lcsim/cal/calib on MAIN
Runem.java+3-31.1 -> 1.2
Move most of the variables to member attributes, move their initialization into the initialize block.
Still work-in-progress.

lcsim-cal-calib/src/org/lcsim/cal/calib
Runem.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- Runem.java	27 May 2008 18:12:37 -0000	1.1
+++ Runem.java	6 Jun 2008 15:16:46 -0000	1.2
@@ -3,7 +3,7 @@
  *
  * Created on May 22, 2008, 4:40 PM
  *
- * $Id: Runem.java,v 1.1 2008/05/27 18:12:37 ngraf Exp $
+ * $Id: Runem.java,v 1.2 2008/06/06 15:16:46 ngraf Exp $
  */
 
 package org.lcsim.cal.calib;
@@ -22,8 +22,8 @@
     public Runem()
     {
         add(new ProcessHitsDriver());
-        //add(new SamplingFractionAnalysisDriver());
-        add( new ClusterCalibrationAnalysisDriver());
+        add(new SamplingFractionAnalysisDriver());
+        //add( new ClusterCalibrationAnalysisDriver());
     }
 
 }
CVSspam 0.2.8