Print

Print


Author: [log in to unmask]
Date: Mon Apr 20 11:50:31 2015
New Revision: 2755

Log:
Steering file used to run hit correlation plots.

Added:
    java/trunk/steering-files/src/main/resources/org/hps/steering/users/omoreno/
    java/trunk/steering-files/src/main/resources/org/hps/steering/users/omoreno/SvtHitCorrelationsMonitoring.lcsim

Added: java/trunk/steering-files/src/main/resources/org/hps/steering/users/omoreno/SvtHitCorrelationsMonitoring.lcsim
 =============================================================================
--- java/trunk/steering-files/src/main/resources/org/hps/steering/users/omoreno/SvtHitCorrelationsMonitoring.lcsim	(added)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/users/omoreno/SvtHitCorrelationsMonitoring.lcsim	Mon Apr 20 11:50:31 2015
@@ -0,0 +1,22 @@
+<!--
+    Steering file used to generate SVT Hit correlation plots.
+    
+    @author Omar Moreno <[log in to unmask]>
+-->
+
+<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="SvtHitCorrelations" />
+    </execute>
+    <drivers>
+    <driver name="SvtHitCorrelations" type="org.hps.users.omoreno.SvtHitCorrelations" >
+        <enableTopAxialAxial>true</enableTopAxialAxial>
+        <enableBottomAxialAxial>false</enableBottomAxialAxial>
+        <enableTopAxialStereo>false</enableTopAxialStereo>
+        <enableBottomAxialStereo>false</enableBottomAxialStereo>
+    </driver>
+    </drivers>
+
+</lcsim>