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

lcsim/sandbox/RobKutschke/TRFTests/v1
MainLoop.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- MainLoop.java	30 Aug 2007 14:16:33 -0000	1.1
+++ MainLoop.java	7 Sep 2007 19:02:52 -0000	1.2
@@ -9,9 +9,9 @@
  * Main program to run the fitter tests.
  *
  *@author $Author: kutschke $
- *@version $Id: MainLoop.java,v 1.1 2007/08/30 14:16:33 kutschke Exp $
+ *@version $Id: MainLoop.java,v 1.2 2007/09/07 19:02:52 kutschke Exp $
  *
- * Date $Date: 2007/08/30 14:16:33 $
+ * Date $Date: 2007/09/07 19:02:52 $
  *
  */
 
@@ -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("../../../../../../../SiDSimulatedEvents/pythiaZPoleuds-0-1000_SLIC_v1r13p3_sid00.slcio");
 
       loop.setLCIORecordSource(input);
       loop.add(new FitTest_sid00Driver ());
CVSspam 0.2.8