Print

Print


Commit in lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/crux/geom on MAIN
CalGeometry.java+2-21.10 -> 1.11
Fixing build

lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/crux/geom
CalGeometry.java 1.10 -> 1.11
diff -u -r1.10 -r1.11
--- CalGeometry.java	27 Mar 2009 19:52:53 -0000	1.10
+++ CalGeometry.java	27 Mar 2009 20:02:02 -0000	1.11
@@ -39,7 +39,7 @@
  * calorimeters is available - see {@link SiD02Geometry}.
  * 
  * @author D. Onoprienko
- * @version $Id: CalGeometry.java,v 1.10 2009/03/27 19:52:53 onoprien Exp $
+ * @version $Id: CalGeometry.java,v 1.11 2009/03/27 20:02:02 onoprien Exp $
  */
 abstract public class CalGeometry implements JobEventListener {
 
@@ -221,7 +221,7 @@
   
 // -- Point to layer projection :  ---------------------------------------------
   
-  public Hep3Vector projectToLayer(Hep3Vector point, CalLayer layer) {
+  public Hep3Vector getClosestPointOnLayer(Hep3Vector point, CalLayer layer) {
     return layer.getReferenceSurface().project(point);
   }
 
CVSspam 0.2.8