Print

Print


Commit in lcsim/src/org/lcsim/recon/cluster/util on MAIN
BasicCluster.java+1-11.13 -> 1.14
GL: use deg rather than rad in output

lcsim/src/org/lcsim/recon/cluster/util
BasicCluster.java 1.13 -> 1.14
diff -u -r1.13 -r1.14
--- BasicCluster.java	21 Jun 2006 17:18:55 -0000	1.13
+++ BasicCluster.java	6 Jul 2006 00:33:57 -0000	1.14
@@ -344,6 +344,6 @@
 	double theta = Math.atan2( rho, pos[2]);
 	double phi = Math.atan2( pos[1], pos[0] );
 	if(phi<0) phi += 2*Math.PI;
-        return "BasicCluster w/ "+this.getSize()+" hits at theta="+theta+", phi="+phi;
+        return "BasicCluster w/ "+this.getSize()+" hits at theta="+theta*180/Math.PI+", phi="+phi*180/Math.PI;
     }
 }
CVSspam 0.2.8