Print

Print


Commit in GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd on MAIN
HPSTracker.java+4-21.7 -> 1.8
debug prints

GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd
HPSTracker.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- HPSTracker.java	19 Mar 2012 21:05:31 -0000	1.7
+++ HPSTracker.java	19 Mar 2012 21:25:38 -0000	1.8
@@ -132,14 +132,16 @@
                         p.setX(x);
                         p.setY(y);
                         p.setZ(z + dz);
-                        System.out.println("module @ " + x + " " + y + " " + z);
+                        System.out.println("layer, module = " + layerId + ", " + moduleNumber);
+                        System.out.println("module pos = " + x + " " + y + " " + z);
                         Rotation rot = new Rotation(moduleBaseName + "_rotation");
                         rot.setX(0);
                         rot.setY(theta);
                         //rot.setZ(phi0);
                         // Y side along world's X axis.  
                         // FIXME Should phi0 actually be subtracted???
-                        rot.setZ(-(Math.PI / 2 + top_phi0)); 
+                        rot.setZ(-(Math.PI / 2 + top_phi0));
+                        System.out.println("module rot = " + 0 + ", " + theta + "," + -(Math.PI / 2 + top_phi0));
 
                         lcdd.add(p);
                         lcdd.add(rot);
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