Commit in GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd on MAIN
HPSEcal3.java+5-51.8 -> 1.9
remove debug prints

GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd
HPSEcal3.java 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- HPSEcal3.java	11 Jun 2012 22:32:38 -0000	1.8
+++ HPSEcal3.java	11 Jun 2012 22:55:31 -0000	1.9
@@ -56,7 +56,7 @@
  * @author Jeremy McCormick
  * @author Tim Nelson
  * 
- * @version $Id: HPSEcal3.java,v 1.8 2012/06/11 22:32:38 jeremy Exp $
+ * @version $Id: HPSEcal3.java,v 1.9 2012/06/11 22:55:31 jeremy Exp $
  */
 public class HPSEcal3 extends LCDDSubdetector {
     // Tolerance factor for moving crystals to appropriate place in mom volume.
@@ -271,7 +271,7 @@
                     // Transform of positive bottom crystal.
                     Position iposBot = new Position(baseName + "_pos_pos_bot", xcenter + bdx, -(beamgap + ycenter + tolerance) + bdy, zcenter + tolerance + dface + bdz);
                     
-                    System.out.println("iposBot = " + iposBot.x() + ", " + iposBot.y() + " , " + iposBot.z() + " --> " + ix + ", " + -iy);
+                    //System.out.println("iposBot = " + iposBot.x() + ", " + iposBot.y() + " , " + iposBot.z() + " --> " + ix + ", " + -iy);
                     Rotation irotBot = new Rotation(baseName + "_rot_pos_bot", -thetax, -thetay, thetaz);
                     define.addPosition(iposBot);
                     define.addRotation(irotBot);
@@ -290,7 +290,7 @@
                     if (checkRange(-ix, -iy, ranges)) {
                         // Transform of negative.
                         Position iposnegBot = new Position(baseName + "_pos_neg_bot", -xcenter + bdx, -(beamgap + ycenter + tolerance) + bdy, zcenter + tolerance + dface + bdz);
-                        System.out.println("iposnegBot = " + iposnegBot.x() + ", " + iposnegBot.y() + " , " + iposnegBot.z() + " --> " + -ix + ", " + -iy);
+                        //System.out.println("iposnegBot = " + iposnegBot.x() + ", " + iposnegBot.y() + " , " + iposnegBot.z() + " --> " + -ix + ", " + -iy);
                         Rotation irotnegBot = new Rotation(baseName + "_rot_neg_bot", -thetax, thetay, thetaz);
 
                         define.addPosition(iposnegBot);
@@ -309,7 +309,7 @@
                 if (checkRange(ix, iy, ranges)) {
                     // Transform of positive top crystal.
                     Position iposTop = new Position(baseName + "_pos_pos_top", xcenter + tdx, beamgap + ycenter + tolerance + tdy, zcenter + tolerance + dface + tdz);
-                    System.out.println("iposTop = " + iposTop.x() + ", " + iposTop.y() + " , " + iposTop.z() + " --> " + ix + ", " + iy);
+                    //System.out.println("iposTop = " + iposTop.x() + ", " + iposTop.y() + " , " + iposTop.z() + " --> " + ix + ", " + iy);
                     Rotation irotTop = new Rotation(baseName + "_rot_pos_top", thetax, -thetay, thetaz);
                     define.addPosition(iposTop);
                     define.addRotation(irotTop);
@@ -328,7 +328,7 @@
                     if (checkRange(-ix, iy, ranges)) {
                         // Transform of negative.
                         Position iposnegTop = new Position(baseName + "_pos_neg_top", -xcenter + tdx, beamgap + ycenter + tolerance + tdy, zcenter + tolerance + dface + tdz);
-                        System.out.println("iposTop = " + iposnegTop.x() + ", " + iposnegTop.y() + " , " + iposnegTop.z() + " --> " + -ix + ", " + iy);
+                        //System.out.println("iposTop = " + iposnegTop.x() + ", " + iposnegTop.y() + " , " + iposnegTop.z() + " --> " + -ix + ", " + iy);
                         Rotation irotnegTop = new Rotation(baseName + "_rot_neg_top", thetax, thetay, thetaz);
 
                         define.addPosition(iposnegTop);
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