Print

Print


Commit in lcsim/src/org/lcsim/recon/cheater on MAIN
ReconCheater.java+6-61.2 -> 1.3
Update.

lcsim/src/org/lcsim/recon/cheater
ReconCheater.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- ReconCheater.java	26 Sep 2005 23:56:57 -0000	1.2
+++ ReconCheater.java	27 Sep 2005 00:00:29 -0000	1.3
@@ -48,9 +48,9 @@
 
 /** ... */
 public class ReconCheater extends Driver
-				  implements ConditionsListener
+//				  implements ConditionsListener
 {
-    CheatingTables Cheating;
+    // CheatingTables Cheating;
 
     boolean useFullTruth = false; // Use primary MCParticles.
     boolean useTruth = false;     // Use MCParticles energies.
@@ -106,13 +106,13 @@
 
         hist = getHistogramLevel() > 0;
 	if (hist) System.err.println(" ReconCheater: hist = "+hist);
-
+     /*
         if (Cheating == null) {
            ConditionsSet conditions = getConditionsManager().getConditions("Cheating");
            conditions.addConditionsListener(this);
            Cheating = new CheatingTables(conditions);
         }
-
+     */
 	// Get MCParticle mapping from event.
 	map = getMCParticleMapping(event);
 
@@ -125,13 +125,13 @@
 	first = false;
 	if (nEvt>=3) firstEvents = false;
     }
-
+ /*
     public void conditionsChanged(ConditionsEvent event)
     {
         ConditionsSet conditions = getConditionsManager().getConditions("Cheating");
         Cheating = new CheatingTables(conditions);
     }
-
+ */
 
     Map<MCParticle,CheatTrack> charged = null;    // Tracks from MCParticles
     Map<MCParticle,CheatCluster> neutrals = null; // and clusters.
CVSspam 0.2.8