Commit in lcsim/examples on MAIN
inputFileExamples.lcsim+39added 1.1
lcsim xml input file examples

lcsim/examples
inputFileExamples.lcsim added at 1.1
diff -N inputFileExamples.lcsim
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ inputFileExamples.lcsim	4 Jun 2010 19:02:54 -0000	1.1
@@ -0,0 +1,39 @@
+<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
+    <inputFiles>
+
+        <!-- remote URL -->
+        <file>ftp://ftp-lcd.slac.stanford.edu/ilc/singleParticle/sid02/slcio/slic/n_Theta100_1GeV_SLIC-v2r4p8_geant4-v9r1p2_LCPhys_sid02.slcio</file>
+
+        <!-- local file -->
+        <file>./n_Theta100_1GeV_SLIC-v2r4p8_geant4-v9r1p2_LCPhys_sid02.slcio</file>
+
+        <!-- local file using fileSet -->
+        <fileSet baseDir=".">
+            <file>n_Theta100_1GeV_SLIC-v2r4p8_geant4-v9r1p2_LCPhys_sid02.slcio</file>
+        </fileSet>
+
+        <!-- remote URL using fileSet -->
+        <fileSet baseDir="ftp://ftp-lcd.slac.stanford.edu/ilc/singleParticle/sid02/slcio/slic/">
+            <file>./n_Theta100_1GeV_SLIC-v2r4p8_geant4-v9r1p2_LCPhys_sid02.slcio</file>
+        </fileSet>
+
+        <!-- local file using regular expression-->
+        <fileRegExp baseDir=".">input*[0-9].slcio</fileRegExp>
+
+    </inputFiles>
+    <control>
+        <cacheDirectory>./scratch</cacheDirectory>
+        <dryRun>true</dryRun>
+        <numberOfEvents>-1</numberOfEvents>
+        <printInputFiles>true</printInputFiles>
+    </control>
+    <execute>
+        <driver name="EventMarkerDriver"/>
+    </execute>
+    <drivers>
+        <driver name="EventMarkerDriver"
+                type="org.lcsim.job.EventMarkerDriver">
+            <eventInterval>1</eventInterval>
+        </driver>
+    </drivers>
+</lcsim>
CVSspam 0.2.8