Commit in lcsim/sandbox/RobKutschke/TRFTests/v1 on MAIN
MainLoop.java+3-31.2 -> 1.3
New location for input file.

lcsim/sandbox/RobKutschke/TRFTests/v1
MainLoop.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- MainLoop.java	7 Sep 2007 19:02:52 -0000	1.2
+++ MainLoop.java	13 Sep 2007 22:35:39 -0000	1.3
@@ -9,9 +9,9 @@
  * Main program to run the fitter tests.
  *
  *@author $Author: kutschke $
- *@version $Id: MainLoop.java,v 1.2 2007/09/07 19:02:52 kutschke Exp $
+ *@version $Id: MainLoop.java,v 1.3 2007/09/13 22:35:39 kutschke Exp $
  *
- * Date $Date: 2007/09/07 19:02:52 $
+ * Date $Date: 2007/09/13 22:35:39 $
  *
  */
 
@@ -24,7 +24,7 @@
    public static void main(String[] args) throws Exception
    {
       LCSimLoop loop = new LCSimLoop();
-      File input = new File("../../../../../../../SiDSimulatedEvents/pythiaZPoleuds-0-1000_SLIC_v1r13p3_sid00.slcio");
+      File input = new File("data/pythiaZPoleuds-0-1000_SLIC_v1r13p3_sid00.slcio");
 
       loop.setLCIORecordSource(input);
       loop.add(new FitTest_sid00Driver ());
CVSspam 0.2.8