From 7ce5fcd95fcf0a57ce6035b4af98bf0d62202964 Mon Sep 17 00:00:00 2001 From: Hades DAQ Date: Wed, 25 Apr 2018 03:20:45 +0200 Subject: [PATCH] fixed ECAL startup, mt --- main/main_hades.script | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/main/main_hades.script b/main/main_hades.script index b766f76..44b7ae3 100644 --- a/main/main_hades.script +++ b/main/main_hades.script @@ -141,34 +141,33 @@ wait exec_script{pexor} ../pion/startup.script !endif - +#ECAL !ifndef NOECAL exec_cmd{con} echo "Configure ECAL" - exec_script{wall} ../ecal/startup.script + exec_script{local} ../ecal/startup.script !endif - - #Wall !ifndef NOWALL exec_cmd{con} echo "Configure Wall" - exec_script{local} ../wall/startup.script + exec_script{wall} ../wall/startup.script !endif - #Start/Veto +#Start/Veto !ifndef NOSTARTCTS - exec_cmd{local} echo "Configure Start/Veto" + exec_cmd{con} echo "Configure Start/Veto" exec_script{local} ../start/startup.script !endif #TOF !ifndef NOTOF - exec_cmd{local} echo "Configure TOF" + exec_cmd{con} echo "Configure TOF" exec_script{local} ../tof/startup.script !endif #RPC !ifndef NORPC + exec_cmd{con} echo "Configure RPC" exec_script{local} ../rpc/startup.script !endif @@ -176,7 +175,7 @@ wait #Central boards / CTS / SCS !ifndef NOCTS - exec_cmd{local} echo "Configure CTS" + exec_cmd{con} echo "Configure CTS" exec_script{local} ../cts/startup.script !endif -- 2.43.0