Commit in lcsim/examples on MAIN
inputFileExamples.lcsim+131.1 -> 1.2
add fileList example elements; add header comment

lcsim/examples
inputFileExamples.lcsim 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- inputFileExamples.lcsim	4 Jun 2010 19:02:54 -0000	1.1
+++ inputFileExamples.lcsim	4 Jun 2010 19:16:32 -0000	1.2
@@ -1,3 +1,10 @@
+<!--
+    $Id: inputFileExamples.lcsim,v 1.2 2010/06/04 19:16:32 jeremy Exp $
+    
+    This examples shows all the possible ways to specify inputFiles.  It will NOT work on your system, because none of the local
+    files actually exist.  It also sets the cache directory to "./scratch" for downloading remote files.
+
+-->
 <lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
     <inputFiles>
 
@@ -20,6 +27,12 @@
         <!-- local file using regular expression-->
         <fileRegExp baseDir=".">input*[0-9].slcio</fileRegExp>
 
+        <!-- list of local files -->
+        <fileList>myfiles.txt</fileList>
+
+        <!-- list of URLs -->
+        <fileList>myurls.txt</fileList>
+
     </inputFiles>
     <control>
         <cacheDirectory>./scratch</cacheDirectory>
CVSspam 0.2.8