Print

Print


Commit in GeomConverter/src/org/lcsim/detector/tracker/silicon on MAIN
SiStrips.java+1-11.16 -> 1.17
Comment out unnecessary call to get the interstrip position.

GeomConverter/src/org/lcsim/detector/tracker/silicon
SiStrips.java 1.16 -> 1.17
diff -u -r1.16 -r1.17
--- SiStrips.java	3 Apr 2009 22:10:29 -0000	1.16
+++ SiStrips.java	27 Apr 2009 22:21:54 -0000	1.17
@@ -230,7 +230,7 @@
         SortedMap<Integer,Integer> electrode_data = new TreeMap<Integer,Integer>();
         
         int base_strip = getCellID(distribution.getMean());
-        Hep3Vector interstrip_position = getPositionInCell(distribution.getMean());
+//        Hep3Vector interstrip_position = getPositionInCell(distribution.getMean());
         
         // put charge on strips in window 3-sigma strips on each side of base strip
         int axis = 0;
CVSspam 0.2.8