Commit in lcsim/src/org/lcsim/util/swim on MAIN
Helix.java+2-21.7 -> 1.8
Remove test on lambda (due to problems with rounding errors)

lcsim/src/org/lcsim/util/swim
Helix.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- Helix.java	23 Aug 2005 05:41:07 -0000	1.7
+++ Helix.java	23 Aug 2005 22:06:02 -0000	1.8
@@ -19,7 +19,7 @@
  * All quantities in this class are dimensionless. It has no dependencies
  * except for Hep3Vector (which could easily be removed).
  * @author tonyj
- * @version $Id: Helix.java,v 1.7 2005/08/23 05:41:07 jstrube Exp $
+ * @version $Id: Helix.java,v 1.8 2005/08/23 22:06:02 tonyj Exp $
  */
 public class Helix implements Trajectory
 {
@@ -31,7 +31,7 @@
     */
    public Helix(Hep3Vector origin, double radius, double phi, double lambda)
    {
-      if (abs(lambda) >= PI/2) throw new IllegalArgumentException("lambda="+lambda);
+      //if (abs(lambda) >= PI/2*1.0001) throw new IllegalArgumentException("lambda="+lambda);
       this.origin = origin;
       this.radius = radius;
       this.phi = phi;
CVSspam 0.2.8