Commit in lcsim/src/org/lcsim/contrib/uiowa/structural/likelihood on MAIN
TrackToTrackPOCAInCalorimeter.java+1-11.2 -> 1.3
Announce that evaluate() can throw an exception

lcsim/src/org/lcsim/contrib/uiowa/structural/likelihood
TrackToTrackPOCAInCalorimeter.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- TrackToTrackPOCAInCalorimeter.java	14 Oct 2005 17:43:30 -0000	1.2
+++ TrackToTrackPOCAInCalorimeter.java	14 Oct 2005 18:05:18 -0000	1.3
@@ -15,7 +15,7 @@
         // Maybe configure geometry here
     }
 
-    public double evaluate(Cluster track1, Cluster track2) 
+    public double evaluate(Cluster track1, Cluster track2) throws QuantityNotDefinedException
     {
         if (track1.getCalorimeterHits().size()<4 || track2.getCalorimeterHits().size()<4) {
             throw new QuantityNotDefinedException("Need 4+ hits in each cluster to get direction, but they have "
CVSspam 0.2.8