Commit in lcsim/test/org/lcsim/util/lcio on MAIN
CalorimeterHitIOTest.java+4-21.8 -> 1.9
fixed the positionVector

lcsim/test/org/lcsim/util/lcio
CalorimeterHitIOTest.java 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- CalorimeterHitIOTest.java	23 Nov 2010 23:12:55 -0000	1.8
+++ CalorimeterHitIOTest.java	20 Jul 2012 15:14:14 -0000	1.9
@@ -1,5 +1,7 @@
 package org.lcsim.util.lcio;
 
+import hep.physics.vec.BasicHep3Vector;
+
 import java.io.File;
 import java.io.IOException;
 import java.util.ArrayList;
@@ -19,7 +21,7 @@
  * to a file, read back in, and checked for correctness.
  *
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: CalorimeterHitIOTest.java,v 1.8 2010/11/23 23:12:55 jeremy Exp $
+ * @version $Id: CalorimeterHitIOTest.java,v 1.9 2012/07/20 15:14:14 grefe Exp $
  */
 public class CalorimeterHitIOTest extends TestCase
 {
@@ -185,7 +187,7 @@
       TestCalorimeterHit()
       {
          this.id = Long.parseLong("800000001",16);
-         this.position = new double[] {1.0,2.0,3.0};
+         this.positionVec = new BasicHep3Vector(1.0,2.0,3.0);
          this.rawEnergy = 10.0;
          this.corrEnergy = 100.;
          this.time = 1.1;
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