Commit in lcsim/src/org/lcsim/event on MAIN
SimTrackerHit.java+7-71.6 -> 1.7
Comment out newly added stuff so lcsim compiles again

lcsim/src/org/lcsim/event
SimTrackerHit.java 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- SimTrackerHit.java	3 Apr 2006 22:40:20 -0000	1.6
+++ SimTrackerHit.java	5 Apr 2006 11:19:33 -0000	1.7
@@ -5,8 +5,8 @@
 
 public interface SimTrackerHit
 {
-   /** Layer containing hit */
-   public int getLayer();
+//   /** Layer containing hit */
+//   public int getLayer();
 
    /** x,y,z point of (center-of) hit */
    double[] getPoint();
@@ -30,9 +30,9 @@
     */
    double getPathLength();
    
-   /** Returns the IDDecoder associated with this hit */
-   IDDecoder getIDDecoder();
-   
-   /** Using the IDDecoder, returns the Subdetector associated with this hit */
-   Subdetector getSubdetector();
+//   /** Returns the IDDecoder associated with this hit */
+//   IDDecoder getIDDecoder();
+//   
+//   /** Using the IDDecoder, returns the Subdetector associated with this hit */
+//   Subdetector getSubdetector();
 }
\ No newline at end of file
CVSspam 0.2.8