Commit in lcsim/sandbox/RobKutschke/TRFTests/v1 on MAIN
RKGeom.java+8-61.1 -> 1.2
Changed tracker barrel back to 1D measurement.

lcsim/sandbox/RobKutschke/TRFTests/v1
RKGeom.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- RKGeom.java	30 Aug 2007 14:16:33 -0000	1.1
+++ RKGeom.java	7 Sep 2007 19:02:11 -0000	1.2
@@ -16,7 +16,7 @@
 //import org.lcsim.recon.tracking.trfbase.PropDir;
 import org.lcsim.recon.tracking.trfbase.Propagator;
 import org.lcsim.recon.tracking.trfbase.PropDispatch;
-import org.lcsim.recon.tracking.trfcyl.PropCyl;
+//import org.lcsim.recon.tracking.trfcyl.PropCyl;
 import org.lcsim.recon.tracking.trfcylplane.PropZCyl;
 import org.lcsim.recon.tracking.trfdca.PropDCACyl;
 import org.lcsim.recon.tracking.trfzp.PropZZ;
@@ -37,9 +37,9 @@
  *  
  *
  *@author $Author: kutschke $
- *@version $Id: RKGeom.java,v 1.1 2007/08/30 14:16:33 kutschke Exp $
+ *@version $Id: RKGeom.java,v 1.2 2007/09/07 19:02:11 kutschke Exp $
  *
- * Date $Date: 2007/08/30 14:16:33 $
+ * Date $Date: 2007/09/07 19:02:11 $
  *
  */
 
@@ -83,12 +83,13 @@
 
     // Resolutions in mm ( ie org.lcsim units ).
     static private double respixel     =   0.005;
-    static private double resstrip      =  0.010;
+    static private double resstrip      =  0.005;
     //static private double respixel     =   0.025;
     //static private double resstrip      =  0.050;
 
-    static private double zres_strip =  28.9;    // 10 cm /sqrt(12).
+    //static private double zres_strip =  28.9;    // 10 cm /sqrt(12).
     //static private double zres_strip   =  10.00;   // see if a smaller number helps.
+    static private double zres_strip =  10.00;      // See if a really small number helps.
 
     public RKGeom ( Detector detector ){
 	
@@ -164,7 +165,8 @@
 	    Surf.add( new RKSurf ( de, 2, RKSurf.ixy_Undef, respixel, respixel ) );
 	}
 	for ( IDetectorElement de: tbar_layers ){
-	    Surf.add( new RKSurf ( de, 2, RKSurf.ixy_phi, resstrip, zres_strip ) );
+	    //Surf.add( new RKSurf ( de, 2, RKSurf.ixy_phi, resstrip, zres_strip ) );
+	    Surf.add( new RKSurf ( de, 1, RKSurf.ixy_phi, resstrip ) );
 	}
 
 	System.out.println( "Number of surfaces: " + Surf.size() );
CVSspam 0.2.8