]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
fixed ECAL startup, mt
authorHades DAQ <hadaq@hadesdaqp04.gsi.de>
Wed, 25 Apr 2018 01:20:45 +0000 (03:20 +0200)
committerHades DAQ <hadaq@hadesdaqp04.gsi.de>
Wed, 25 Apr 2018 01:20:45 +0000 (03:20 +0200)
main/main_hades.script

index b766f76cf988bbc7f59a61e019a44ca17b45e1b2..44b7ae323d22ad1a2f745a1d061b440ba4e74051 100644 (file)
@@ -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