Commit in lcsim/src/org/lcsim/event/util on MAIN
CreateFinalStateMCParticleList.java+12-141.2 -> 1.3
TJ: Clean up imports

lcsim/src/org/lcsim/event/util
CreateFinalStateMCParticleList.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- CreateFinalStateMCParticleList.java	12 Oct 2005 16:59:31 -0000	1.2
+++ CreateFinalStateMCParticleList.java	17 Jan 2006 21:49:32 -0000	1.3
@@ -1,14 +1,12 @@
 package org.lcsim.event.util;
 
+import hep.physics.vec.Hep3Vector;
 import org.lcsim.event.util.MCParticleClassifier.MCPClass;
 import java.util.ArrayList;
-import java.util.HashMap;
 import java.util.List;
-import java.util.Map;
 import org.lcsim.event.MCParticle;
 import org.lcsim.util.Driver;
 import org.lcsim.event.EventHeader;
-import hep.physics.vec.*;
 
 /**
  * CreateFinalStateMCParticleList writes a list of Final state MCParticles to event. The choices are
@@ -21,17 +19,17 @@
  */
 public class CreateFinalStateMCParticleList extends Driver
 {
-    MCPClass fs;
-    String FStype;
-    String CollectionName;
-    double Rcut;
-    double Zcut;
-    boolean keepce;
-    boolean keepcp;
-    boolean keepch;
-    String[] types = {"Gen","Sim"};
-    int itype;
-    MCParticleClassifier cl;
+    private MCPClass fs;
+    private String FStype;
+    private String CollectionName;
+    private double Rcut;
+    private double Zcut;
+    private boolean keepce;
+    private boolean keepcp;
+    private boolean keepch;
+    private final static String[] types = {"Gen","Sim"};
+    private int itype;
+    private MCParticleClassifier cl;
     /**
      * Set up the defaults for creating the lists. Type parameter must be
      * Gen or Sim.
CVSspam 0.2.8