Print

Print


Commit in lcsim/sandbox on MAIN
reconExample.xml+59added 1.1
JM: example recon xml file

lcsim/sandbox
reconExample.xml added at 1.1
diff -N reconExample.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ reconExample.xml	10 Sep 2008 22:44:11 -0000	1.1
@@ -0,0 +1,59 @@
+<lcsim>
+
+    <!-- input files -->
+    <inputFiles>
+        <file>./test1.slcio</file>
+        <file>./test2.slcio</file>
+    </inputFiles>
+
+    <!-- execution flow -->
+    <execute>
+        <driver name="MyTestDriver"/>
+    </execute>
+    
+    <!-- global parameters -->
+    <parameters>
+        <numberOfEvents>10000</numberOfEvents>
+    </parameters>
+
+    <!-- driver definitions -->
+    <drivers>
+        <driver name="MyTestDriver" type="org.lcsim.job.TestDriver">
+            <histogramLevel>1</histogramLevel>
+            
+            <!-- a Hep3Vector param -->
+            <h>1.0 2.0 3.0</h>
+            
+            <!-- single int param -->
+            <intVar>42</intVar>
+            
+            <!-- single double param -->
+            <doubleVar>1.1</doubleVar>
+            
+            <!-- single float param -->
+            <floatVar>1.12345</floatVar>
+            
+            <!-- single string param -->
+            <stringVar>Slartibartfast</stringVar>
+            
+            <!-- single boolean param -->
+            <booleanVar>true</booleanVar>
+            
+            <!-- 1d array of doubles -->
+            <doubleArr>1.0 2.0 3.0</doubleArr>
+            
+            <!-- 1d array of floats -->
+            <floatArr>3.0 4.0 5.0</floatArr>
+            
+            <!-- 1d array of ints -->
+            <intArr>2 3 4</intArr>
+            
+            <!-- 1d array of strings -->
+            <stringArr>Marvin the Paranoid Android</stringArr>
+            
+            <!-- 1d array of booleans -->
+            <booleanArr>true false true false</booleanArr>
+            
+        </driver>
+    </drivers>
+</lcsim>
CVSspam 0.2.8