Print

Print


Commit in lcsim/examples on MAIN
rpc_digi.lcsim+28added 1.1
sample job that runs RPC pad digi code from Lei; also writes new CalorimeterHits with charge and debug histograms

lcsim/examples
rpc_digi.lcsim added at 1.1
diff -N rpc_digi.lcsim
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ rpc_digi.lcsim	1 Feb 2013 01:57:58 -0000	1.1
@@ -0,0 +1,28 @@
+<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
+        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
+    <inputFiles>
+        <file>${inputFile}</file>
+    </inputFiles>
+    <control>
+        <numberOfEvents>-1</numberOfEvents>
+    </control>
+    <execute>
+        <driver name="EventMarkerDriver"/> 
+        <driver name="RPCDigiDriver"/>
+        <driver name="Writer"/>
+        <driver name="AidaSaveDriver"/>
+    </execute>
+    <drivers>
+        <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
+            <eventInterval>1</eventInterval>
+        </driver>
+        <driver name="RPCDigiDriver" type="org.lcsim.rpc.RPCDigiDriver">
+        </driver>
+        <driver name="Writer" type="org.lcsim.util.loop.LCIODriver">
+            <outputFilePath>rpc_digi_test.slcio</outputFilePath>
+        </driver>
+        <driver name="AidaSaveDriver" type="org.lcsim.job.AidaSaveDriver">
+            <outputFileName>rpc_pad_digi_test.aida</outputFileName>
+        </driver>
+    </drivers>
+</lcsim>
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1