Print

Print


Author: [log in to unmask]
Date: Mon Jun 13 11:50:03 2016
New Revision: 4402

Log:
tuple steering files

Added:
    java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/MakeTuples.lcsim
    java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/MakeTuplesMC.lcsim

Added: java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/MakeTuples.lcsim
 =============================================================================
--- java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/MakeTuples.lcsim	(added)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/MakeTuples.lcsim	Mon Jun 13 11:50:03 2016
@@ -0,0 +1,42 @@
+<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="CleanupDriver"/>
+        <driver name="RawTrackerHitSensorSetup"/>
+    
+        <driver name="TridentTuple"/>
+        <driver name="MollerTuple"/>
+        <driver name="FEETuple"/>
+    </execute>    
+    <drivers>    
+        <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
+            <eventInterval>1000</eventInterval>
+        </driver>        
+        <driver name="CleanupDriver" type="org.lcsim.recon.tracking.digitization.sisim.config.ReadoutCleanupDriver"/>
+        <driver name="RawTrackerHitSensorSetup" type="org.lcsim.recon.tracking.digitization.sisim.config.RawTrackerHitSensorSetup">
+            <readoutCollections>SVTRawTrackerHits</readoutCollections>
+        </driver>
+
+        <driver name="TridentTuple" type="org.hps.analysis.tuple.TridentTupleDriver">
+            <triggerType>all</triggerType>
+            <isGBL>true</isGBL>
+            <tupleFile>${outputFile}_tri.txt</tupleFile>
+            <cutTuple>true</cutTuple>
+        </driver>
+        <driver name="MollerTuple" type="org.hps.analysis.tuple.MollerTupleDriver">
+            <triggerType>all</triggerType>
+            <isGBL>true</isGBL>
+            <tupleFile>${outputFile}_moller.txt</tupleFile>
+            <cutTuple>true</cutTuple>
+        </driver>
+        <driver name="FEETuple" type="org.hps.analysis.tuple.FEETupleDriver">
+            <triggerType>all</triggerType>
+            <isGBL>true</isGBL>
+            <tupleFile>${outputFile}_fee.txt</tupleFile>
+            <cutTuple>true</cutTuple>
+        </driver>
+
+    </drivers>
+</lcsim>
+

Added: java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/MakeTuplesMC.lcsim
 =============================================================================
--- java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/MakeTuplesMC.lcsim	(added)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/MakeTuplesMC.lcsim	Mon Jun 13 11:50:03 2016
@@ -0,0 +1,70 @@
+<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="CleanupDriver"/>
+        <driver name="EventFlagFilter"/>
+        <driver name="RawTrackerHitSensorSetup"/>
+    
+        <driver name="TridentTuple"/>
+        <driver name="MollerTuple"/>
+        <driver name="FEETuple"/>
+    </execute>    
+    <drivers>    
+        <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
+            <eventInterval>1000</eventInterval>
+        </driver>        
+        <driver name="CleanupDriver" type="org.lcsim.recon.tracking.digitization.sisim.config.ReadoutCleanupDriver"/>
+        <driver name="EventFlagFilter" 
+                type="org.hps.recon.filtering.EventFlagFilter">
+        </driver>
+        <driver name="RawTrackerHitSensorSetup" type="org.lcsim.recon.tracking.digitization.sisim.config.RawTrackerHitSensorSetup">
+            <readoutCollections>SVTRawTrackerHits</readoutCollections>
+        </driver>
+
+        <driver name="TridentTuple" type="org.hps.analysis.tuple.TridentTupleDriver">
+            <triggerType>all</triggerType>
+            <isGBL>true</isGBL>
+            <tupleFile>${outputFile}_tri.txt</tupleFile>
+            <cutTuple>true</cutTuple>
+            <topDOmega>-1.04e-6</topDOmega>
+            <botDOmega>0.83e-6</botDOmega>
+            <topDLambda>-5e-4</topDLambda>
+            <botDLambda>13e-4</botDLambda>
+            <topDPhi>1.5e-3</topDPhi>
+            <botDPhi>-0.3e-3</botDPhi>
+            <topDZ0>0.14</topDZ0>
+            <botDZ0>-0.16</botDZ0>
+        </driver>
+        <driver name="MollerTuple" type="org.hps.analysis.tuple.MollerTupleDriver">
+            <triggerType>all</triggerType>
+            <isGBL>true</isGBL>
+            <tupleFile>${outputFile}_moller.txt</tupleFile>
+            <cutTuple>true</cutTuple>
+            <topDOmega>-1.04e-6</topDOmega>
+            <botDOmega>0.83e-6</botDOmega>
+            <topDLambda>-5e-4</topDLambda>
+            <botDLambda>13e-4</botDLambda>
+            <topDPhi>1.5e-3</topDPhi>
+            <botDPhi>-0.3e-3</botDPhi>
+            <topDZ0>0.14</topDZ0>
+            <botDZ0>-0.16</botDZ0>
+        </driver>
+        <driver name="FEETuple" type="org.hps.analysis.tuple.FEETupleDriver">
+            <triggerType>all</triggerType>
+            <isGBL>true</isGBL>
+            <tupleFile>${outputFile}_fee.txt</tupleFile>
+            <cutTuple>true</cutTuple>
+            <topDOmega>-1.04e-6</topDOmega>
+            <botDOmega>0.83e-6</botDOmega>
+            <topDLambda>-5e-4</topDLambda>
+            <botDLambda>13e-4</botDLambda>
+            <topDPhi>1.5e-3</topDPhi>
+            <botDPhi>-0.3e-3</botDPhi>
+            <topDZ0>0.14</topDZ0>
+            <botDZ0>-0.16</botDZ0>
+        </driver>
+
+    </drivers>
+</lcsim>
+