Print

Print


Commit in hps-java/src/test/java/org/lcsim/hps/evio on MAIN
RawTrackerHitToEvio4Converter.java+4-41.6 -> 1.7
fix to use remote file so test works

hps-java/src/test/java/org/lcsim/hps/evio
RawTrackerHitToEvio4Converter.java 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- RawTrackerHitToEvio4Converter.java	12 Mar 2012 17:47:13 -0000	1.6
+++ RawTrackerHitToEvio4Converter.java	16 Mar 2012 20:02:31 -0000	1.7
@@ -24,15 +24,15 @@
  * and compares the two to make sure they match.
  * 
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: RawTrackerHitToEvio4Converter.java,v 1.6 2012/03/12 17:47:13 jeremy Exp $
+ * @version $Id: RawTrackerHitToEvio4Converter.java,v 1.7 2012/03/16 20:02:31 jeremy Exp $
  */
 public class RawTrackerHitToEvio4Converter extends Driver {
     
     private final String format = "N(L,I,I)";
     private String rawHitCollectionName = "RawTrackerHitMaker_RawTrackerHits";
     private static String lcioFileName = "ap2.2gev050mevsel_SLIC-v2r11p1_geant4-v9r3p2_QGSP_BERT_HPS-Test-JLAB-v4pt0_trackRecon.slcio";
-    //private static String lcioFileUrl = "http://www.lcsim.org/test/hps/" + lcioFileName;
-    private static String lcioFileUrl = "file:///u1/hps/trackerTest/" + lcioFileName;
+    private static String lcioFileUrl = "http://www.lcsim.org/test/hps/" + lcioFileName;
+    //private static String lcioFileUrl = "file:///u1/hps/trackerTest/" + lcioFileName;
     private static String evioFileName = "compositeDataTest.evio";
     private EventWriter writer;
     
@@ -132,4 +132,4 @@
             throw new RuntimeException(e);
         }
     }        
-}
\ No newline at end of file
+}
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