Print

Print


Author: [log in to unmask]
Date: Wed Sep 21 12:38:04 2016
New Revision: 4488

Log:
 4-hit tracking strategies and recon steering file

Added:
    java/trunk/steering-files/src/main/resources/org/hps/steering/users/byale/
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s234_c1.xml
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s234_c5.xml
Modified:
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s123_c4.xml
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s345_c2.xml

Modified: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s123_c4.xml
 =============================================================================
Binary files - no diff available.

Added: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s234_c1.xml
 =============================================================================
--- java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s234_c1.xml	(added)
+++ java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s234_c1.xml	Wed Sep 21 12:38:04 2016
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<StrategyList xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="http://lcsim.org/recon/tracking/seedtracker/strategybuilder/strategies.xsd">
+    <TargetDetector>HPS-Full</TargetDetector>
+    <Strategy name="S234_C1">
+        
+        <!--Cutoffs-->
+        
+        <MinPT>0.050</MinPT>
+        <MinHits>4</MinHits>
+        <MinConfirm>1</MinConfirm>
+        
+        <MaxDCA>4.0</MaxDCA>
+        <MaxZ0>4.0</MaxZ0>
+
+        <MaxChisq>100.0</MaxChisq>
+        <BadHitChisq>10.0</BadHitChisq>
+
+        <!--Layers-->
+
+        <Layers>                 
+            <Layer type="Seed" layer_number="7" detector_name="Tracker" be_flag="BARREL" />
+            <Layer type="Seed" layer_number="5" detector_name="Tracker" be_flag="BARREL" />
+            <Layer type="Seed" layer_number="3" detector_name="Tracker" be_flag="BARREL" />
+            <Layer type="Confirm" layer_number="1" detector_name="Tracker" be_flag="BARREL" />
+        </Layers>
+    </Strategy>
+</StrategyList>
+

Added: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s234_c5.xml
 =============================================================================
--- java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s234_c5.xml	(added)
+++ java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s234_c5.xml	Wed Sep 21 12:38:04 2016
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<StrategyList xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="http://lcsim.org/recon/tracking/seedtracker/strategybuilder/strategies.xsd">
+    <TargetDetector>HPS-Full</TargetDetector>
+    <Strategy name="S234_C5">
+        
+        <!--Cutoffs-->
+        
+        <MinPT>0.050</MinPT>
+        <MinHits>4</MinHits>
+        <MinConfirm>1</MinConfirm>
+        
+        <MaxDCA>4.0</MaxDCA>
+        <MaxZ0>4.0</MaxZ0>
+
+        <MaxChisq>100.0</MaxChisq>
+        <BadHitChisq>10.0</BadHitChisq>
+
+        <!--Layers-->
+
+        <Layers>                 
+            <Layer type="Seed" layer_number="7" detector_name="Tracker" be_flag="BARREL" />
+            <Layer type="Seed" layer_number="5" detector_name="Tracker" be_flag="BARREL" />
+            <Layer type="Seed" layer_number="3" detector_name="Tracker" be_flag="BARREL" />
+            <Layer type="Confirm" layer_number="9" detector_name="Tracker" be_flag="BARREL" />
+        </Layers>
+    </Strategy>
+</StrategyList>
+

Modified: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s345_c2.xml
 =============================================================================
Binary files - no diff available.