]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
deleted setup and config dirs, which will be in the mvdconfig git
authorMichael Wiebusch <stratomaster@gmx.net>
Wed, 21 Aug 2013 11:21:53 +0000 (13:21 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Wed, 21 Aug 2013 11:21:53 +0000 (13:21 +0200)
config/README.txt [deleted file]
setup/testsetup.xml [deleted file]

diff --git a/config/README.txt b/config/README.txt
deleted file mode 100644 (file)
index bc654ca..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Here are all configuration files that should stay on the server and not be overwritten with a normal update.
diff --git a/setup/testsetup.xml b/setup/testsetup.xml
deleted file mode 100644 (file)
index 89b84de..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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 id="0" address="f308" name="board01">
-    <chain id="0" name="chain0">
-      <sensor id="ccc1" 
-              serial="11"
-              name="sensor11"
-              config="sensor11.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>
-      <config>delay1</config>
-      <config>set_timing_10mhz</config>
-      <config>set_inout</config>
-      <config>maps_reset_before_off</config>
-      <config>maps_reset_after_on</config>
-    </chain>
-    <config>waitbeforestart_6us</config>
-    <config>trigger_init_sequence</config>
-  </controller>
-</DetectorSetup>