Print

Print


Commit in GeomConverter on MAIN
src/org/lcsim/detector/converter/compact/SiTrackerBarrelConverter.java+12-121.2 -> 1.3
test/org/lcsim/detector/converter/compact/SiTrackerBarrelTest.java+1-11.1 -> 1.2
+13-13
2 modified files
JM: Remove debug prints.

GeomConverter/src/org/lcsim/detector/converter/compact
SiTrackerBarrelConverter.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- SiTrackerBarrelConverter.java	5 Apr 2007 23:24:21 -0000	1.2
+++ SiTrackerBarrelConverter.java	7 Apr 2007 03:15:45 -0000	1.3
@@ -32,7 +32,7 @@
 {
     public void convert( Subdetector subdet, Detector detector)
     {
-        System.out.println("SiTrackerBarrelConverter.convert");
+        //System.out.println("SiTrackerBarrelConverter.convert");
                       
         Map<String, ILogicalVolume> modules = buildModules(subdet);
         
@@ -355,12 +355,12 @@
                     double z = module_z;
 
                     // DEBUG
-                    System.out.println("module build...");
-                    System.out.println("module nphi=" + ii);
-                    System.out.println("module nz" + j);
-                    System.out.println("module x=" + x);
-                    System.out.println("module y=" + y);
-                    System.out.println("module z=" + z);
+                    //System.out.println("module build...");
+                    //System.out.println("module nphi=" + ii);
+                    //System.out.println("module nz" + j);
+                    //System.out.println("module x=" + x);
+                    //System.out.println("module y=" + y);
+                    //System.out.println("module z=" + z);
                     // DEBUG
 
                     // Position of module.
@@ -388,9 +388,9 @@
                     
                     module_rotation.setPassiveXYZ(rotx,roty,rotz);
 
-                    System.out.println("module rotx=" + rotx);
-                    System.out.println("module roty=" + roty);
-                    System.out.println("module rotz=" + rotz);
+                    //System.out.println("module rotx=" + rotx);
+                    //System.out.println("module roty=" + roty);
+                    //System.out.println("module rotz=" + rotz);
                     
                     Transform3D moduleTransform = new Transform3D(module_position, module_rotation);
                                        
@@ -453,7 +453,7 @@
                 String path) 
         {
             super(name, parent, path);
-            System.out.println(name + " : " + path);
+            //System.out.println(name + " : " + path);
         }
     }
-}
\ No newline at end of file
+}

GeomConverter/test/org/lcsim/detector/converter/compact
SiTrackerBarrelTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- SiTrackerBarrelTest.java	3 Apr 2007 01:45:59 -0000	1.1
+++ SiTrackerBarrelTest.java	7 Apr 2007 03:15:45 -0000	1.2
@@ -118,4 +118,4 @@
         writer.write(root,"test");
         writer.close();
     }        
-}
\ No newline at end of file
+}
CVSspam 0.2.8