Print

Print


Author: [log in to unmask]
Date: Tue Apr 14 19:04:30 2015
New Revision: 2701

Log:
Add an HPS dummy detector with an empty compact.xml file.  This is for testing purposes only.

Added:
    java/trunk/detector-data/detectors/HPS-dummy-detector/
    java/trunk/detector-data/detectors/HPS-dummy-detector/compact.xml
    java/trunk/detector-data/detectors/HPS-dummy-detector/detector.properties

Added: java/trunk/detector-data/detectors/HPS-dummy-detector/compact.xml
 =============================================================================
--- java/trunk/detector-data/detectors/HPS-dummy-detector/compact.xml	(added)
+++ java/trunk/detector-data/detectors/HPS-dummy-detector/compact.xml	Tue Apr 14 19:04:30 2015
@@ -0,0 +1,37 @@
+<lccdd xmlns:compact="http://www.lcsim.org/schemas/compact/1.0"
+       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
+       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/compact/1.0/compact.xsd">
+    
+    <info name="HPS-dummy-detector">
+        <comment>HPS dummy detector</comment>
+    </info>
+
+    <define>
+        <!-- world -->
+        <constant name="world_side" value="500.0*cm" />
+        <constant name="world_x" value="world_side" />
+        <constant name="world_y" value="world_side" />
+        <constant name="world_z" value="world_side" />
+
+        <!-- tracking region -->
+        <constant name="tracking_region_radius" value="200.0*cm"/>
+        <constant name="tracking_region_min" value="5.0*cm"/>
+        <constant name="tracking_region_zmax" value="131.8*cm"/>
+    </define>
+    
+    <materials>
+    </materials>
+  
+    <display>
+    </display>
+   
+    <detectors>
+    </detectors>
+    
+    <readouts>   
+    </readouts>
+
+    <fields>
+    </fields>
+ 
+</lccdd>

Added: java/trunk/detector-data/detectors/HPS-dummy-detector/detector.properties
 =============================================================================
--- java/trunk/detector-data/detectors/HPS-dummy-detector/detector.properties	(added)
+++ java/trunk/detector-data/detectors/HPS-dummy-detector/detector.properties	Tue Apr 14 19:04:30 2015
@@ -0,0 +1 @@
+name: HPS-dummy-detector