Commit in hps-java on MAIN
pom.xml+1-11.42 -> 1.43
src/main/java/org/lcsim/hps/users/mgraham/StandAlone.java+2-21.3 -> 1.4
src/main/java/org/lcsim/hps/users/mgraham/alignment/StandAlone.java+2-21.1 -> 1.2
src/main/java/org/lcsim/hps/users/mgraham/jlabrotation/StandAlone.java+2-21.1 -> 1.2
src/test/java/org/lcsim/hps/evio/EvioToLcioTest.java+1-61.2 -> 1.3
+8-13
5 modified files
use next lcsim snapshot; minor changes for new FreeHep record loop compat

hps-java
pom.xml 1.42 -> 1.43
diff -u -r1.42 -r1.43
--- pom.xml	18 Jun 2012 20:54:45 -0000	1.42
+++ pom.xml	19 Jun 2012 00:07:33 -0000	1.43
@@ -136,7 +136,7 @@
         <dependency>
             <groupId>org.lcsim</groupId>
             <artifactId>lcsim</artifactId>
-            <version>1.24</version>
+            <version>2.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.lcsim</groupId>

hps-java/src/main/java/org/lcsim/hps/users/mgraham
StandAlone.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- StandAlone.java	25 Apr 2012 15:23:42 -0000	1.3
+++ StandAlone.java	19 Jun 2012 00:07:33 -0000	1.4
@@ -8,7 +8,7 @@
 //import org.lcsim.hps.users.mgraham.jlabrotation.*;
 import java.io.File;
 import java.io.IOException;
-import org.freehep.record.loop.LoopException;
+
 import org.lcsim.hps.recon.tracking.HPSRawTrackerHitFitterDriver;
 import org.lcsim.hps.recon.tracking.HPSSVTSensorSetup;
 import org.lcsim.recon.tracking.digitization.sisim.config.RawTrackerHitSensorSetup;
@@ -20,7 +20,7 @@
  */
 public class StandAlone {
 
-    public static void main(String[] args) throws IOException, LoopException {
+    public static void main(String[] args) throws IOException {
 
         LCSimLoop loop = new LCSimLoop();
 

hps-java/src/main/java/org/lcsim/hps/users/mgraham/alignment
StandAlone.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- StandAlone.java	16 Nov 2011 18:00:03 -0000	1.1
+++ StandAlone.java	19 Jun 2012 00:07:33 -0000	1.2
@@ -8,7 +8,7 @@
 //import org.lcsim.hps.users.mgraham.jlabrotation.*;
 import java.io.File;
 import java.io.IOException;
-import org.freehep.record.loop.LoopException;
+
 import org.lcsim.util.loop.LCSimLoop;
 
 /**
@@ -17,7 +17,7 @@
  */
 public class StandAlone {
 
-    public static void main(String[] args) throws IOException, LoopException {
+    public static void main(String[] args) throws IOException {
 
         LCSimLoop loop = new LCSimLoop();
 

hps-java/src/main/java/org/lcsim/hps/users/mgraham/jlabrotation
StandAlone.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- StandAlone.java	7 Jul 2011 20:57:38 -0000	1.1
+++ StandAlone.java	19 Jun 2012 00:07:33 -0000	1.2
@@ -9,7 +9,7 @@
 
 import java.io.File;
 import java.io.IOException;
-import org.freehep.record.loop.LoopException;
+
 import org.lcsim.util.loop.LCSimLoop;
 
 /**
@@ -17,7 +17,7 @@
  * @author mgraham
  */
 public class StandAlone {    
-        public static void main(String[] args) throws IOException, LoopException {
+        public static void main(String[] args) throws IOException {
 
               LCSimLoop loop = new LCSimLoop();
 

hps-java/src/test/java/org/lcsim/hps/evio
EvioToLcioTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- EvioToLcioTest.java	26 Mar 2012 16:48:55 -0000	1.2
+++ EvioToLcioTest.java	19 Jun 2012 00:07:33 -0000	1.3
@@ -14,7 +14,6 @@
 
 import junit.framework.TestCase;
 
-import org.freehep.record.loop.LoopException;
 import org.jlab.coda.jevio.BaseStructure;
 import org.jlab.coda.jevio.BaseStructureHeader;
 import org.jlab.coda.jevio.EvioEvent;
@@ -41,7 +40,7 @@
  * No type conversion to LCIO classes is performed.  This can be done in a subsequent step within the LCSim event loop. 
  * 
  * @author Jeremy McCormick
- * @version $Id: EvioToLcioTest.java,v 1.2 2012/03/26 16:48:55 jeremy Exp $
+ * @version $Id: EvioToLcioTest.java,v 1.3 2012/06/19 00:07:33 jeremy Exp $
  */
 public class EvioToLcioTest extends TestCase 
 {
@@ -354,10 +353,6 @@
 		{
 			loop.loop(-1, null);
 		} 
-		catch (LoopException x) 
-		{
-			throw new RuntimeException(x);
-		} 
 		catch (IOException x) 
 		{
 			throw new RuntimeException(x);
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