Commit in lcsim/sandbox/HansWenzel/Tracking on MAIN
HitLoop.java+5-31.2 -> 1.3
use data sample from ftp server

lcsim/sandbox/HansWenzel/Tracking
HitLoop.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- HitLoop.java	3 Oct 2007 23:09:31 -0000	1.2
+++ HitLoop.java	4 Oct 2007 16:50:21 -0000	1.3
@@ -43,9 +43,11 @@
         LCSimLoop loop = new LCSimLoop();
         
 	//        URL location = new URL("http://docdb.fnal.gov/ILC/detsim/datasets/planar/planar_mu_10GeV.slcio");
-	//        FileCache cache = new FileCache();
-	//        File input = cache.getCachedFile(location);       
-        File input = new File("/home/wenzel/sid01/planar_mu.slcio");
+	        URL location = new URL("ftp://ftp-lcd.slac.stanford.edu/lcd/ILC/singleParticle/sid01/slcio/slic/mu_100.0GeV_Theta90_SLIC_v2r0p12_sid01.slcio");
+	        FileCache cache = new FileCache();
+	        File input = cache.getCachedFile(location); 
+      
+	//        File input = new File("/home/wenzel/sid01/planar_mu.slcio");
 //        File input = new File("/home/wenzel/TrackerHitAccessDriver/planar_mu_1gev.slcio");
         loop.setLCIORecordSource(input);
 
CVSspam 0.2.8