Commit in lcsim/src/org/lcsim/event on MAIN
SimTrackerHit.java+4-41.2 -> 1.3
JM: Removing methods with wrong return values in SimTrackerHit.  IDDecoder should be used, instead.

lcsim/src/org/lcsim/event
SimTrackerHit.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- SimTrackerHit.java	16 Feb 2005 07:28:05 -0000	1.2
+++ SimTrackerHit.java	3 Aug 2005 06:23:53 -0000	1.3
@@ -3,17 +3,17 @@
 public interface SimTrackerHit
 {
    /** Layer containing hit */
-   public int getLayer();
+//   public int getLayer();
    /** x,y,z point of hit */
    public double[] getPoint();
    /** returns dE/dx energy deposition */
    public double getdEdx();
    /** The system which contains the hit */
-   public String getSystem();
+//   public String getSystem();
    /** @return true of the hit is in the endcaps */
-   public boolean isEndcap();
+//   public boolean isEndcap();
    /** @return true if the hit is in the North endcap */
-   public boolean isNorth();
+//   public boolean isNorth();
 
    public int getCellID();
 
CVSspam 0.2.8