]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
moved test-setup description file to new directory
authorJan Michel <j.michel@gsi.de>
Mon, 8 Jul 2013 16:31:20 +0000 (18:31 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 8 Jul 2013 16:31:20 +0000 (18:31 +0200)
setup/testsetup.xml [new file with mode: 0644]

diff --git a/setup/testsetup.xml b/setup/testsetup.xml
new file mode 100644 (file)
index 0000000..0121bd0
--- /dev/null
@@ -0,0 +1,25 @@
+<?xml version="1.0"  encoding="utf-8" ?>
+<DetectorSetup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+               xsi:noNamespaceSchemaLocation="../schema/detectorsetup.xsd"
+               name="Prototype"
+               >
+  <description>The main MVD prototype system setup file</description>
+  <controller address="f308">
+    <chain id="0">
+      <sensor id="0" 
+              config="sensor5.xml"
+              enabled="true">
+        <description>Dat einzige Ding dat mir habbe</description>
+        <position
+                x="0"
+                y="0"
+                z="0"
+                flippedx="false"
+                flippedy="false"
+                phi="0"
+                />
+
+      </sensor>
+    </chain>
+  </controller>
+</DetectorSetup>