Print

Print


Commit in lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/data/base on MAIN
CruxCluster.java+5-11.2 -> 1.3
CruxMipStub.java+3-11.1 -> 1.2
+8-2
2 modified files
fix compilation errors

lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/data/base
CruxCluster.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- CruxCluster.java	10 Jul 2009 22:34:41 -0000	1.2
+++ CruxCluster.java	15 Feb 2012 18:17:45 -0000	1.3
@@ -17,7 +17,7 @@
  * Basic implementation of {@link Cluster}.
  *
  * @author D. Onoprienko
- * @version $Id: CruxCluster.java,v 1.2 2009/07/10 22:34:41 onoprien Exp $
+ * @version $Id: CruxCluster.java,v 1.3 2012/02/15 18:17:45 jeremy Exp $
  */
 public class CruxCluster implements Cluster {
   
@@ -80,6 +80,10 @@
 
     _size = -1;
   }
+
+  public double getEnergyError() {
+    return 0;
+  }
   
 // -- Implementing Cluster :  --------------------------------------------------
   

lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/data/base
CruxMipStub.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CruxMipStub.java	8 Jul 2009 15:59:33 -0000	1.1
+++ CruxMipStub.java	15 Feb 2012 18:17:45 -0000	1.2
@@ -12,7 +12,7 @@
  * Currently supports MIP stubs contained within a single calorimeter module.
  *
  * @author D. Onoprienko
- * @version $Id: CruxMipStub.java,v 1.1 2009/07/08 15:59:33 onoprien Exp $
+ * @version $Id: CruxMipStub.java,v 1.2 2012/02/15 18:17:45 jeremy Exp $
  */
 public class CruxMipStub implements Cluster {
 
@@ -43,6 +43,8 @@
 
   public double getEnergy() {return 0.;}
 
+  public double getEnergyError() { return 0;}
+
   public double[] getPosition() {return _zero3;}
 
   public double[] getPositionError() {return _zero3;}
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1