From: Maps Date: Thu, 12 Dec 2024 10:28:45 +0000 (+0100) Subject: added standalone setup to dabc X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b98ce1039be45620b8704e64e4d9e09476a2e43b;p=mimosis_chain.git added standalone setup to dabc --- diff --git a/dabc/EventBuilderFranz.xml b/dabc/EventBuilderFranz.xml new file mode 100644 index 0000000..8ba7a0f --- /dev/null +++ b/dabc/EventBuilderFranz.xml @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dabc/start.sh b/dabc/start.sh index ba3fc0c..aeab7f9 100755 --- a/dabc/start.sh +++ b/dabc/start.sh @@ -10,7 +10,11 @@ elif [[ "$DAQOPSERVER" == "jspc29:150" ]]; then echo "start dabc for Lab317." source /d/jspc37/soft/trb3/trb3login dabc_exe EventBuilder.xml -elif [[ "$DAQOPSERVER" == "jspc29:31" ]]; then +elif [[ "$DAQOPSERVER" == "jspc29:7" ]]; then + echo "start dabc for Lab317." + source /d/jspc37/soft/trb3/trb3login + dabc_exe EventBuilderFranz.xml +elif [[ "$DAQOPSERVER" == "jspc29:109" ]]; then echo "start dabc for Probestation." source /d/jspc37/soft/trb3/trb3login dabc_exe EventBuilderProbestation.xml