Print

Print


Commit in hps-java/src/main/resources/org/lcsim/hps/steering on MAIN
EtSensorOccupancy.lcsim+29added 1.1
minimal .lcsim file for running sensor occupancy plots from ET simulator

hps-java/src/main/resources/org/lcsim/hps/steering
EtSensorOccupancy.lcsim added at 1.1
diff -N EtSensorOccupancy.lcsim
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ EtSensorOccupancy.lcsim	24 Mar 2012 00:06:49 -0000	1.1
@@ -0,0 +1,29 @@
+<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
+       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
+    <inputFiles>
+        <file>DUMMY</file>
+    </inputFiles>
+    <control>
+        <numberOfEvents>-1</numberOfEvents>
+        <printInputFiles>true</printInputFiles>
+        <printDriversDetailed>true</printDriversDetailed>
+    </control>
+    <execute>
+        <driver name="SVTSetupDriver"/>
+        <driver name="EventMarkerDriver"/>
+        <driver name="OccupancyPlots"
+    </execute>
+    <drivers>
+        <driver name="SVTSetupDriver"
+                type="org.lcsim.hps.recon.tracking.HPSSVTSensorSetup">   
+        </driver>
+        <driver name="EventMarkerDriver"
+                type="org.lcsim.job.EventMarkerDriver">
+            <eventInterval>1</eventInterval>
+        </driver>
+        <driver name="OccupancyPlots">
+              type="org.lcsim.hps.monitoring.SensorOccupancyPlotsDriver">
+            <eventRefreshRate>10</eventRefreshRate>
+        </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