Commit in hps-java/src/main/resources/org/lcsim/hps/steering on MAIN
TestRunMonitoring.lcsim+30added 1.1
steering file for test run monitoring; includes both ECal and SVT plot Drivers; this becomes the default steering file in the MonitoringEExample class

hps-java/src/main/resources/org/lcsim/hps/steering
TestRunMonitoring.lcsim added at 1.1
diff -N TestRunMonitoring.lcsim
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ TestRunMonitoring.lcsim	4 Apr 2012 23:27:27 -0000	1.1
@@ -0,0 +1,30 @@
+<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="EcalMonitoringPlots"/>
+        <driver name="OccupancyPlots"/>
+    </execute>    
+    <drivers>
+        <driver name="EcalMonitoringPlots" type="org.lcsim.hps.monitoring.EcalMonitoringPlots"/>        
+        <driver name="OccupancyPlots" type="org.lcsim.hps.monitoring.SensorOccupancyPlotsDriver">
+            <eventRefreshRate>1</eventRefreshRate>
+        </driver>
+        <driver name="SVTSetupDriver"
+                type="org.lcsim.hps.recon.tracking.HPSSVTSensorSetup">   
+        </driver>
+        <driver name="EventMarkerDriver"
+                type="org.lcsim.job.EventMarkerDriver">
+            <eventInterval>1</eventInterval>
+        </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