Commit in GeomConverter/src/org/lcsim/detector/solids on MAIN
Trap.java+6-11.3 -> 1.4
JM: save unmodified trap angles

GeomConverter/src/org/lcsim/detector/solids
Trap.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- Trap.java	30 Oct 2007 23:51:18 -0000	1.3
+++ Trap.java	31 Oct 2007 00:43:47 -0000	1.4
@@ -20,7 +20,7 @@
  * <a href="http://www.lcsim.org/software/geant4/doxygen/html/classG4Trap.html">G4Trap</a>.
  *
  * @author Jeremy McCormick
- * @version $Id: Trap.java,v 1.3 2007/10/30 23:51:18 jeremy Exp $
+ * @version $Id: Trap.java,v 1.4 2007/10/31 00:43:47 jeremy Exp $
  */
 
 public class Trap 
@@ -39,6 +39,8 @@
 	double Talpha2;
     double theta;
     double phi;
+    double alpha1;
+    double alpha2;
 	
 	double cubicVolume;
 	
@@ -90,6 +92,9 @@
 
             this.theta = theta;
             this.phi = phi;
+    
+            this.alpha1 = alp1;
+            this.alpha2 = alp2;
             
 			makePlanes();
 		}
CVSspam 0.2.8