Print

Print


Commit in lcsim/src/org/lcsim/event/base on MAIN
BaseTrack.java+6-11.11 -> 1.12
add missing setter for subdetector IDs

lcsim/src/org/lcsim/event/base
BaseTrack.java 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- BaseTrack.java	29 Nov 2007 02:26:00 -0000	1.11
+++ BaseTrack.java	12 Jun 2012 17:36:12 -0000	1.12
@@ -3,7 +3,7 @@
  *
  * Created on March 24, 2006, 9:18 PM
  *
- * $Id: BaseTrack.java,v 1.11 2007/11/29 02:26:00 jstrube Exp $
+ * $Id: BaseTrack.java,v 1.12 2012/06/12 17:36:12 jeremy Exp $
  */
 
 package org.lcsim.event.base;
@@ -375,6 +375,11 @@
     {
         return _subdetId;
     }
+    
+    public void setSubdetectorHitNumbers(int[] subdetId) {
+        this._subdetId = subdetId;
+    }
+    
     /**
      * If this is a composite track, return a list of constituent tracks.
      * @return the list of individual tracks of which this track is  composed.
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1