Print

Print


Commit in hps-java/src/main/resources/org/lcsim/hps/steering/users/phansson on MAIN
HPS2014DumpEcal.lcsim+43added 1.1
Test steering file

hps-java/src/main/resources/org/lcsim/hps/steering/users/phansson
HPS2014DumpEcal.lcsim added at 1.1
diff -N HPS2014DumpEcal.lcsim
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ HPS2014DumpEcal.lcsim	2 Sep 2013 21:58:30 -0000	1.1
@@ -0,0 +1,43 @@
+<!-- 
+  Execute full trigger+readout simulation and write the results as an LCIO file.
+  @author Sho Uemura <[log in to unmask]>
+  @version $Id: HPS2014DumpEcal.lcsim,v 1.1 2013/09/02 21:58:30 phansson Exp $
+-->
+<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
+       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
+    <execute>
+        <driver name="EventMarkerDriver"/>        
+        <driver name="CalibrationDriver"/>   
+        <driver name="EcalTriggerVariables"/>
+        <driver name="ClockDriver"/>
+        <driver name="CleanupDriver"/>
+    </execute> 
+
+    <drivers>
+        <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
+            <eventInterval>1000</eventInterval>
+        </driver> 
+        <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
+        </driver>
+        
+
+
+
+
+        <driver name="EcalTriggerVariables" type="org.lcsim.hps.readout.ecal.FADCTriggerVariableDriver">
+            <clusterCollectionName>EcalClusters</clusterCollectionName>
+            <deadTime>10</deadTime>
+            <outputFileName>${outputFile}.txt</outputFileName>
+        </driver>	
+
+
+
+
+
+        <driver name="ClockDriver" type="org.lcsim.hps.util.ClockDriver"/>
+        <driver name="CleanupDriver" type="org.lcsim.recon.tracking.digitization.sisim.config.ReadoutCleanupDriver">
+            <collectionNames>TrackerHits</collectionNames>
+        </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