]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Removal of all_but_with.tcl files, have been replaced by hades.tcl
authorhadaq <hadaq>
Wed, 23 Oct 2002 14:04:31 +0000 (14:04 +0000)
committerhadaq <hadaq>
Wed, 23 Oct 2002 14:04:31 +0000 (14:04 +0000)
-- mm

21 files changed:
hadaq/all_but_mdc_03.tcl [deleted file]
hadaq/all_but_mdc_parallel.tcl [deleted file]
hadaq/all_but_mdc_shw_03.tcl [deleted file]
hadaq/all_parallel.tcl [deleted file]
hadaq/atm.tcl [deleted file]
hadaq/ht98.tcl [deleted file]
hadaq/ht99.tcl [deleted file]
hadaq/mdc.tcl [deleted file]
hadaq/shw.tcl [deleted file]
hadaq/soft.tcl [deleted file]
hadaq/tof.tcl [deleted file]
hadaq/trig_all_rich_all_tof_all_shw_parallel.tcl [deleted file]
hadaq/trig_all_rich_all_tof_parallel.tcl [deleted file]
hadaq/trig_all_rich_parallel.tcl [deleted file]
hadaq/trig_all_tof_mdc_parallel.tcl [deleted file]
hadaq/trig_all_tof_mdc_shw_parallel.tcl [deleted file]
hadaq/trig_all_tof_parallel.tcl [deleted file]
hadaq/trig_all_tof_shw_parallel.tcl [deleted file]
hadaq/trig_rich_tof_shw_1mdc_nov01.tcl [deleted file]
hadaq/trig_shw_nov01_03.tcl [deleted file]
hadaq/trigconc_03.tcl [deleted file]

diff --git a/hadaq/all_but_mdc_03.tcl b/hadaq/all_but_mdc_03.tcl
deleted file mode 100644 (file)
index b7d48c2..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-agent create hadeb03 hadaq /home/hadaq/nov01/eb/hadaq_tcl
-agent create r2-29 hades /hades/usr/hades/nov01/trig/hadaq
-agent create r2-28 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-27 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-24 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-14 hades /hades/usr/hades/nov01/shw/hadaq
-
-
-# maximum bandwidth: 155Mbit
-worker create hadeb03:evtbuild -a -p -2 -m 5 
-worker create hadeb03:netmem -a -p -1 -m 5 -i ATM:0:150 -i ATM:0:151 -i ATM:0:152 -i ATM:0:153 -i ATM:0:154
-worker create r2-29:memnet -a -p -2 -w 30000 -o ATM:0:150
-worker create r2-29:readout -a -p -1 -w 32768
-worker create r2-14:memnet -a -p -2 -w 30000 -o ATM:0:151
-worker create r2-14:readout -a -p -1 -w 32768
-worker create r2-28:memnet -a -p -2 -w 30000 -o ATM:0:152
-worker create r2-28:readout -a -p -1 -w 32768
-# -w 10000 in memnet means: 1000kbytes/s
-worker create r2-27:memnet -a -p -2 -w 30000 -o ATM:0:153
-# -w 0 in readout means: every event is sent via ATM
-worker create r2-27:readout -a -p -1 -w 32768
-# priority for rich has changed! readout has higer priority now
-worker create r2-24:memnet -a -p -2 -w 30000 -o ATM:0:154
-worker create r2-24:readout -a -p -1 -w 32768
-
-group create acquisition
-group create run
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add acquisition r2-28:memnet
-group add acquisition r2-28:readout
-group add acquisition r2-27:memnet
-group add acquisition r2-27:readout
-group add acquisition r2-24:memnet
-group add acquisition r2-24:readout
-group add acquisition r2-14:memnet
-group add acquisition r2-14:readout
-
-group add run hadeb03:evtbuild
-group add run hadeb03:netmem
-
-set duringInit {
-       {run_parallel_nov01 e7_25:tof1:init  e7_21:tof2:init e7_41:tof3:init r2-28:rich1:init r2-27:rich2:init r2-29:trigconc:init r2-24:rich0:init r2-14:shw:init >>&hadaq.log}
-}
-
-set beforeStartAcq {
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-28:rich1:reset r2-27:rich2:reset r2-24:rich0:reset r2-14:shw:reset  >>&hadaq.log}
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-28:rich1:start r2-27:rich2:start r2-24:rich0:start r2-14:shw:start  >>&hadaq.log}
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-}
-
-
-
-
-
-
-
diff --git a/hadaq/all_but_mdc_parallel.tcl b/hadaq/all_but_mdc_parallel.tcl
deleted file mode 100644 (file)
index a295c87..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-agent create hadeb01 hades /home/hades/mar01/eb/hadaq
-agent create r2-28 hades /hades/usr/hades/mar01/rich/hadaq
-agent create r2-27 hades /hades/usr/hades/mar01/rich/hadaq
-agent create r2-24 hades /hades/usr/hades/mar01/rich/hadaq
-agent create r2-29 hades /hades/usr/hades/mar01/trig/hadaq
-agent create r2-14 hades /hades/usr/hades/mar01/shw/hadaq
-
-# maximum bandwidth: 155Mbit
-worker create hadeb01:evtbuild -a -p -2 -m 5 
-worker create hadeb01:netmem -a -p -1 -m 5 -i ATM:0:50 -i ATM:0:51 -i ATM:0:52 -i ATM:0:53 -i ATM:0:54 
-# -w 10000 in memnet means: 1000kbytes/s
-worker create r2-27:memnet -a -p -2 -w 20000 -o ATM:0:50
-# -w 0 in readout means: every event is sent via ATM
-worker create r2-27:readout -a -p -1 -w 32768
-# priority for rich has changed! readout has higer priority now
-worker create r2-28:memnet -a -p -2 -w 20000 -o ATM:0:51
-worker create r2-28:readout -a -p -1 -w 32768
-worker create r2-29:memnet -a -p -1 -w 50000 -o ATM:0:52
-worker create r2-29:readout -a -p -2 -w 32768
-worker create r2-24:memnet -a -p -2 -w 20000 -o ATM:0:53
-worker create r2-24:readout -a -p -1 -w 32768
-worker create r2-14:memnet -a -p -1 -w 30000 -o ATM:0:54
-worker create r2-14:readout -a -p -2 -w 32768
-group create acquisition
-group create run
-group add acquisition r2-27:memnet
-group add acquisition r2-27:readout
-group add acquisition r2-28:memnet
-group add acquisition r2-28:readout
-group add acquisition r2-24:memnet
-group add acquisition r2-24:readout
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add acquisition r2-14:memnet
-group add acquisition r2-14:readout
-group add run hadeb01:evtbuild
-group add run hadeb01:netmem
-
-set duringInit {
-       {run_parallel e7_25:tof1:init  e7_21:tof2:init e7_41:tof3:init r2-28:rich1:init r2-27:rich2:init r2-29:trigconc:init r2-24:rich0:init r2-14:shw:init  >>&hadaq.log}
-}
-
-set beforeStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-28:rich1:reset r2-27:rich2:reset r2-24:rich0:reset r2-14:shw:reset  >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-28:rich1:start r2-27:rich2:start r2-24:rich0:start r2-14:shw:start  >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./ctustop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-}
diff --git a/hadaq/all_but_mdc_shw_03.tcl b/hadaq/all_but_mdc_shw_03.tcl
deleted file mode 100644 (file)
index 3e831bf..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-agent create hadeb03 hadaq /home/hadaq/nov01/eb/hadaq_tcl
-agent create r2-28 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-27 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-24 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-29 hades /hades/usr/hades/nov01/trig/hadaq
-
-# maximum bandwidth: 155Mbit
-worker create hadeb03:evtbuild -a -p -2 -m 4
-worker create hadeb03:netmem -a -p -1 -m 4 -i ATM:0:150 -i ATM:0:151 -i ATM:0:152 -i ATM:0:153 
-worker create r2-29:memnet -a -p -2 -w 50000 -o ATM:0:150
-worker create r2-29:readout -a -p -1 -w 32768
-# -w 10000 in memnet means: 1000kbytes/s
-worker create r2-27:memnet -a -p -2 -w 30000 -o ATM:0:151
-# -w 0 in readout means: every event is sent via ATM
-worker create r2-27:readout -a -p -1 -w 32768
-# priority for rich has changed! readout has higer priority now
-worker create r2-28:memnet -a -p -2 -w 30000 -o ATM:0:152
-worker create r2-28:readout -a -p -1 -w 32768
-worker create r2-24:memnet -a -p -2 -w 30000 -o ATM:0:153
-worker create r2-24:readout -a -p -1 -w 32768
-group create acquisition
-group create run
-group add acquisition r2-27:memnet
-group add acquisition r2-27:readout
-group add acquisition r2-28:memnet
-group add acquisition r2-28:readout
-group add acquisition r2-24:memnet
-group add acquisition r2-24:readout
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add run hadeb03:evtbuild
-group add run hadeb03:netmem
-
-set duringInit {
-       {run_parallel_nov01 e7_25:tof1:init  e7_21:tof2:init e7_41:tof3:init r2-28:rich1:init r2-27:rich2:init r2-29:trigconc:init r2-24:rich0:init  >>&hadaq.log}
-}
-
-set beforeStartAcq {
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-28:rich1:reset r2-27:rich2:reset r2-24:rich0:reset  >>&hadaq.log}
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-28:rich1:start r2-27:rich2:start r2-24:rich0:start  >>&hadaq.log}
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-}
-
-
-
diff --git a/hadaq/all_parallel.tcl b/hadaq/all_parallel.tcl
deleted file mode 100644 (file)
index 5515b67..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-agent create hadeb02 hades /home/hades/nov01/eb/hadaq
-agent create r2-28 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-27 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-24 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-29 hades /hades/usr/hades/nov01/trig/hadaq
-agent create r2-14 hades /hades/usr/hades/nov01/shw/hadaq
-agent create r2-8  hades /hades/usr/hades/nov01/mdc/hadaq
-#agent create r2-7  hades /hades/usr/hades/nov01/mdc/hadaq
-
-
-# maximum bandwidth: 155Mbit
-worker create hadeb02:evtbuild -a -p -2 -m 6
-worker create hadeb02:netmem -a -p -1 -m 6 -i ATM:0:100 -i ATM:0:101 -i ATM:0:102 -i ATM:0:103 -i ATM:0:104 -i ATM:0:105 
-# -w 10000 in memnet means: 1000kbytes/s
-#RICH
-worker create r2-27:memnet -a -p -2 -w 15000 -o ATM:0:100
-# -w 0 in readout means: every event is sent via ATM
-worker create r2-27:readout -a -p -1 -w 8192
-# priority for rich has changed! readout has higer priority now
-worker create r2-28:memnet -a -p -2 -w 15000 -o ATM:0:101
-worker create r2-28:readout -a -p -1 -w 8192
-worker create r2-24:memnet -a -p -2 -w 15000 -o ATM:0:102
-worker create r2-24:readout -a -p -1 -w 8192
-#TRIG
-worker create r2-29:memnet -a -p -1 -w 20000 -o ATM:0:103
-worker create r2-29:readout -a -p -2 -w 8192
-#SHW
-worker create r2-14:memnet -a -p -1 -w 20000 -o ATM:0:104
-worker create r2-14:readout -a -p -2 -w 8192
-#MDC
-worker create r2-8:memnet -a -p -2 -w 35000 -o ATM:0:105
-worker create r2-8:readout8 -a -p -1 -w 8192
-group create acquisition
-group create run
-group add acquisition r2-27:memnet
-group add acquisition r2-27:readout
-group add acquisition r2-28:memnet
-group add acquisition r2-28:readout
-group add acquisition r2-24:memnet
-group add acquisition r2-24:readout
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add acquisition r2-14:memnet
-group add acquisition r2-14:readout
-group add acquisition r2-8:memnet
-group add acquisition r2-8:readout
-group add run hadeb02:evtbuild
-group add run hadeb02:netmem
-
-set duringInit {
-       {run_parallel_nov01 e7_25:tof1:init  e7_21:tof2:init e7_41:tof3:init r2-28:rich1:init r2-27:rich2:init r2-29:trigconc:init r2-24:rich0:init r2-14:shw:init r2-8:mdc:init >>&hadaq.log}
-}
-
-set beforeStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-28:rich1:reset r2-27:rich2:reset r2-24:rich0:reset r2-14:shw:reset r2-8:mdc:reset  >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-28:rich1:start r2-27:rich2:start r2-24:rich0:start r2-14:shw:start r2-8:mdc:start  >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctureset'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-}
-
-
diff --git a/hadaq/atm.tcl b/hadaq/atm.tcl
deleted file mode 100644 (file)
index 459ebd3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-agent create hades05 hades /home/hades/tt00/eb/hadaq
-agent create r2-26 hades /hades/usr/hades/tt00/rich/hadaq
-worker create hades05:evtbuild -a -p -2 -s 4 -m 1
-worker create hades05:netmem -a -p -1 -m 1 -i ATM:0:50
-worker create r2-26:memnet -a -p -1 -w 0 -o ATM:0:50
-worker create r2-26:readout -a -p -2
-group create acquisition
-group create run
-group add acquisition r2-26:memnet
-group add acquisition r2-26:readout
-group add run hades05:evtbuild
-group add run hades05:netmem
-set beforeStartAcq {rsh r2-26 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; cd tt00/slow; ./rich reset; ./rich start'} </dev/null >>&hadaq.log}
-set afterStartAcq {rsh r2-26 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; dtuctrl -t ctu start'} </dev/null >>&hadaq.log}
-set beforeStopAcq {rsh r2-26 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; dtuctrl -t ctu stop'} </dev/null >>&hadaq.log}
-set afterStopAcq {rsh r2-26 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; cd tt00/slow; ./rich stop'} </dev/null >>&hadaq.log}
diff --git a/hadaq/ht98.tcl b/hadaq/ht98.tcl
deleted file mode 100644 (file)
index 6ad7ebd..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-agent create acheron
-agent create gast8
-worker create acheron:evtbuild -a -p -2 -s 3 -m 1 -f runinfo.tcl
-worker create acheron:netmem -a -p -1 -m 1
-worker create gast8:memnet -a -p -1 -o 0:50 -w 68000
-worker create gast8:readout -a -p -2
-worker create gast8:ctrlctu -a
-group create acquisition
-group create run
-group add acquisition gast8:memnet
-group add acquisition gast8:readout
-group add acquisition gast8:ctrlctu
-group add run acheron:evtbuild
-group add run acheron:netmem
diff --git a/hadaq/ht99.tcl b/hadaq/ht99.tcl
deleted file mode 100644 (file)
index 0206298..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-agent create acheron root /home/hades/ht99/eb/hadaq
-agent create hades23 hades /home/hades/ht99/show/hadaq
-agent create hades21 hades /home/hades/ht99/mdc/hadaq
-agent create hades19 hades /home/hades/ht99/tof/hadaq
-worker create acheron:evtbuild -a -p -2 -s 6 -m 3 -f runinfo.tcl
-worker create acheron:netmem -a -p -1 -m 3
-worker create hades23:memnet -a -p -1 -o 0:50 -w 9638
-worker create hades23:readout -a -p -2
-worker create hades21:memnet -a -p -1 -o 0:51 -w 175
-worker create hades21:readout -a -p -2
-worker create hades19:memnet -a -p -1 -o 0:52 -w 537
-worker create hades19:readout -a -p -2
-worker create hades19:ctrlctu -a -p 0
-group create acquisition
-group create run
-group add acquisition hades23:memnet
-group add acquisition hades23:readout
-group add acquisition hades21:memnet
-group add acquisition hades21:readout
-group add acquisition hades19:memnet
-group add acquisition hades19:readout
-group add acquisition hades19:ctrlctu
-group add run acheron:evtbuild
-group add run acheron:netmem
diff --git a/hadaq/mdc.tcl b/hadaq/mdc.tcl
deleted file mode 100644 (file)
index 790d842..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-agent create hadeb02 root /home/hadaq/nov01/eb/hadaq_tcl
-agent create r2-7 hades /hades/usr/hades/nov01/mdc/hadaq
-agent create r2-8 hades /hades/usr/hades/nov01/mdc/hadaq
-worker create hadeb02:evtbuild -a -p -2 -m 2
-worker create hadeb02:netmem -a -p -1 -m 2 -i ATM:0:100 -i ATM:0:101
-worker create r2-7:memnet -a -p -1 -w 50000 -o ATM:0:100
-worker create r2-7:readout7 -a -p -2
-worker create r2-8:memnet -a -p -1 -w 50000 -o ATM:0:101
-worker create r2-8:readout8 -a -p -2
-group create acquisition
-group create run
-group add acquisition r2-7:memnet
-group add acquisition r2-7:readout7
-group add acquisition r2-8:memnet
-group add acquisition r2-8:readout8
-group add run hadeb02:evtbuild
-group add run hadeb02:netmem
-
-set duringInit {
-       {rsh -l hades r2-7 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./mdc1 init'} </dev/null >>&hadaq.log}
-       {rsh -l hades r2-8 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./mdc0 init'} </dev/null >>&hadaq.log}
-}
-
-set beforeStartAcq {
-       {rsh -l hades r2-7 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./mdc1 reset'} </dev/null >>&hadaq.log}
-       {rsh -l hades r2-8 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./mdc0 reset'} </dev/null >>&hadaq.log}
-       {rsh -l hades r2-7 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./mdc1 start'} </dev/null >>&hadaq.log}
-       {rsh -l hades r2-8 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./mdc0 start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh -l hades r2-8 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh -l hades r2-8 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-       {rsh -l hades r2-7 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./mdc1 stop'} </dev/null >>&hadaq.log}
-       {rsh -l hades r2-8 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./mdc0 stop'} </dev/null >>&hadaq.log}
-}
diff --git a/hadaq/shw.tcl b/hadaq/shw.tcl
deleted file mode 100644 (file)
index 88fb0f5..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-agent create hades24 hades /home/hades/tt00/eb/hadaq
-agent create r2-14 hades /hades/usr/hades/tt00/shw/hadaq
-worker create hades24:evtbuild -a -p -2 -s 1 -m 1
-worker create hades24:netmem -a -p -1 -m 1 -i ATM:0:100
-worker create r2-14:memnet -a -p -1 -w 0 -o ATM:0:100
-worker create r2-14:readout -a -p -2
-group create acquisition
-group create run
-group add acquisition r2-14:memnet
-group add acquisition r2-14:readout
-group add run hades24:evtbuild
-group add run hades24:netmem
-
-set duringInit {
-       {rsh r2-14 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; cd tt00/slow; ./shw_debug init'} </dev/null }
-}
-
-set beforeStartAcq {
-       {rsh r2-14 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; cd tt00/slow; ./shw_debug reset'} </dev/null >>&hadaq.log}
-       {rsh r2-14 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; cd tt00/slow; ./shw_debug start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-14 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; dtuctrl -t ctu start'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-14 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; dtuctrl -t ctu stop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-       {rsh r2-14 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; cd tt00/slow; ./shw_debug stop'} </dev/null >>&hadaq.log}
-}
diff --git a/hadaq/soft.tcl b/hadaq/soft.tcl
deleted file mode 100644 (file)
index 27b7e5b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-agent create neptun muench /home/muench/hdev/daq/hadaq
-agent create acheron muench /home/muench/hdev/daq/hadaq
-worker create neptun:evtbuild -a -p -2 -s 1 -m 1 -x xx
-worker create neptun:netmem -a -p -1 -m 1 -i UDP:0.0.0.0:3000
-worker create acheron:memnet -a -p -1 -w 2500 -o UDP:129.187.154.111:3000
-worker create acheron:readout -a -p -2
-group create acquisition
-group create run
-group add acquisition acheron:memnet
-group add acquisition acheron:readout
-group add run neptun:evtbuild
-group add run neptun:netmem
-
-set duringInit {
-}
-
-set beforeStartAcq {
-}
-
-set afterStartAcq {
-}
-
-set beforeStopAcq {
-}
-
-set afterStopAcq {
-}
diff --git a/hadaq/tof.tcl b/hadaq/tof.tcl
deleted file mode 100644 (file)
index 14ebb97..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-agent create hades24 hades /home/hades/tt00/eb/hadaq
-agent create r2-24 hades /hades/usr/hades/tt00/tof/hadaq
-worker create hades24:evtbuild -a -p -2 -s 1 -m 1
-worker create hades24:netmem -a -p -1 -m 1 -i ATM:0:100
-worker create r2-24:memnet -a -p -1 -w 0 -o ATM:0:100
-worker create r2-24:readout -a -p -2
-group create acquisition
-group create run
-group add acquisition r2-24:memnet
-group add acquisition r2-24:readout
-group add run hades24:evtbuild
-group add run hades24:netmem
-
-set duringInit {
-       {rsh r2-24 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; cd tt00/slow; ./tof init'} </dev/null }
-}
-
-set beforeStartAcq {
-       {rsh r2-24 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; cd tt00/slow; ./tof reset'} </dev/null >>&hadaq.log}
-       {rsh r2-24 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; cd tt00/slow; ./tof start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-24 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; dtuctrl -t ctu start'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-24 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; dtuctrl -t ctu stop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-       {rsh r2-24 sh -c {'PATH=$PATH:$HOME/bin/POWERPC_LYNXOS_2_5_1; cd tt00/slow; ./tof stop'} </dev/null >>&hadaq.log}
-}
diff --git a/hadaq/trig_all_rich_all_tof_all_shw_parallel.tcl b/hadaq/trig_all_rich_all_tof_all_shw_parallel.tcl
deleted file mode 100644 (file)
index 93ff8a7..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-agent create hadeb02 hadaq /home/hades/nov01/eb/hadaq
-agent create r2-28 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-27 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-24 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-29 hades /hades/usr/hades/nov01/trig/hadaq
-agent create r2-14 hades /hades/usr/hades/nov01/shw/hadaq
-worker create hadeb02:evtbuild -a -p -2 -m 5
-worker create hadeb02:netmem -a -p -1 -m 5 -i ATM:0:100 -i ATM:0:101 -i ATM:0:102 -i ATM:0:103 -i ATM:0:104
-worker create r2-29:memnet -a -p -2   -w 10000 -o ATM:0:100
-worker create r2-29:readout -a -p -1  -w 32768
-worker create r2-27:memnet -a -p -1  -w 20000 -o ATM:0:101
-worker create r2-27:readout -a -p -2  -w 32768
-worker create r2-28:memnet -a -p -1  -w 20000 -o ATM:0:102
-worker create r2-28:readout -a -p -2  -w 32768
-worker create r2-24:memnet -a -p -1  -w 20000 -o ATM:0:103
-worker create r2-24:readout -a -p -2  -w 32768
-worker create r2-14:memnet -a -p -1  -w 20000 -o ATM:0:104
-worker create r2-14:readout -a -p -2  -w 32768
-group create acquisition
-group create run
-group add acquisition r2-27:memnet
-group add acquisition r2-27:readout
-group add acquisition r2-28:memnet
-group add acquisition r2-28:readout
-group add acquisition r2-24:memnet
-group add acquisition r2-24:readout
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add acquisition r2-14:memnet
-group add acquisition r2-14:readout
-group add run hadeb02:evtbuild
-group add run hadeb02:netmem
-
-set duringInit {
-       {run_parallel_nov01 e7_25:tof1:init  e7_21:tof2:init e7_41:tof3:init r2-28:rich1:init r2-27:rich2:init r2-29:trigconc:init r2-24:rich0:init  r2-14:shw:init >>&hadaq.log}
-}
-
-set beforeStartAcq {
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-28:rich1:reset r2-27:rich2:reset r2-24:rich0:reset r2-14:shw:reset >>&hadaq.log}
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-28:rich1:start r2-27:rich2:start r2-24:rich0:start r2-14:shw:start >>&hadaq.log}
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-
-}
-
-set afterStopAcq {
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctureset'} </dev/null >>&hadaq.log}
-}
diff --git a/hadaq/trig_all_rich_all_tof_parallel.tcl b/hadaq/trig_all_rich_all_tof_parallel.tcl
deleted file mode 100644 (file)
index e9ffc45..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-agent create hadeb01 hades /home/hades/nov01/eb/hadaq
-agent create r2-28 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-27 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-24 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-29 hades /hades/usr/hades/nov01/trig/hadaq
-worker create hadeb01:evtbuild -a -p -2 -m 4
-worker create hadeb01:netmem -a -p -1 -m 4 -i ATM:0:50 -i ATM:0:51 -i ATM:0:52 -i ATM:0:53
-worker create r2-27:memnet -a -p -1  -w 20000 -o ATM:0:50
-worker create r2-27:readout -a -p -2  -w 32768
-worker create r2-28:memnet -a -p -1  -w 20000 -o ATM:0:51
-worker create r2-28:readout -a -p -2  -w 32768
-worker create r2-29:memnet -a -p -2   -w 10000 -o ATM:0:52
-worker create r2-29:readout -a -p -1  -w 32768
-worker create r2-24:memnet -a -p -1  -w 20000 -o ATM:0:53
-worker create r2-24:readout -a -p -2  -w 32768
-group create acquisition
-group create run
-group add acquisition r2-27:memnet
-group add acquisition r2-27:readout
-group add acquisition r2-28:memnet
-group add acquisition r2-28:readout
-group add acquisition r2-24:memnet
-group add acquisition r2-24:readout
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add run hadeb01:evtbuild
-group add run hadeb01:netmem
-
-set duringInit {
-       {run_parallel e7_25:tof1:init  e7_21:tof2:init e7_41:tof3:init r2-28:rich1:init r2-27:rich2:init r2-29:trigconc:init r2-24:rich0:init >>&hadaq.log}
-}
-
-set beforeStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-28:rich1:reset r2-27:rich2:reset r2-24:rich0:reset  >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-28:rich1:start r2-27:rich2:start r2-29:trigconc:start r2-24:rich0:start >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-
-}
diff --git a/hadaq/trig_all_rich_parallel.tcl b/hadaq/trig_all_rich_parallel.tcl
deleted file mode 100644 (file)
index 556c4cc..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-agent create hadeb01 hades /home/hades/mar01/eb/hadaq
-agent create r2-28 hades /hades/usr/hades/mar01/rich/hadaq
-agent create r2-27 hades /hades/usr/hades/mar01/rich/hadaq
-agent create r2-24 hades /hades/usr/hades/mar01/rich/hadaq
-agent create r2-29 hades /hades/usr/hades/mar01/trig/hadaq
-worker create hadeb01:evtbuild -a -p -2 -m 4 -q 33554432
-worker create hadeb01:netmem -a -p -1 -m 4 -q 33554432 -i ATM:0:50 -i ATM:0:51 -i ATM:0:52 -i ATM:0:53
-worker create r2-29:memnet -a -p -1 -q 524288  -o ATM:0:50 -w 15000
-worker create r2-29:readout -a -p -2 -q 524288 -w 32768
-worker create r2-27:memnet -a -p -1 -q 524288  -o ATM:0:51 -w 5000
-worker create r2-27:readout -a -p -2 -q 524288 -w 32768
-worker create r2-28:memnet -a -p -1 -q 524288  -o ATM:0:52 -w 5000
-worker create r2-28:readout -a -p -2 -q 524288 -w 32768
-worker create r2-24:memnet -a -p -1 -q 524288 -o ATM:0:53 -w 5000
-worker create r2-24:readout -a -p -2 -q 524288 -w 32768
-group create acquisition
-group create run
-group add acquisition r2-27:memnet
-group add acquisition r2-27:readout
-group add acquisition r2-28:memnet
-group add acquisition r2-28:readout
-group add acquisition r2-24:memnet
-group add acquisition r2-24:readout
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add run hadeb01:evtbuild
-group add run hadeb01:netmem
-
-set duringInit {
-       {run_parallel r2-28:rich1:init r2-27:rich2:init r2-29:trigconc:init r2-24:rich0:init >>&hadaq.log}
-}
-
-set beforeStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel r2-28:rich1:reset r2-27:rich2:reset r2-24:rich0:reset  >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel r2-28:rich1:start r2-27:rich2:start r2-29:trigconc:start r2-24:rich0:start >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./ctustop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-       {ls>>&hadaq.log}
-}
-
diff --git a/hadaq/trig_all_tof_mdc_parallel.tcl b/hadaq/trig_all_tof_mdc_parallel.tcl
deleted file mode 100644 (file)
index 96bd556..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-agent create hadeb01 hades /home/hades/mar01/eb/hadaq
-agent create r2-29 hades /hades/usr/hades/mar01/trig/hadaq
-agent create r2-8  hades /hades/usr/hades/mar01/mdc/hadaq
-worker create hadeb01:evtbuild -a -p -2 -m 2
-worker create hadeb01:netmem -a -p -1 -m 2 -i ATM:0:50 -i ATM:0:51 
-worker create r2-29:memnet -a -p -1 -w 20000 -o ATM:0:50
-worker create r2-29:readout -a -p -2 -w 32768
-worker create r2-8:memnet -a -p -1 -w 65000 -o ATM:0:51
-worker create r2-8:readout -a -p -2 -w 32768
-group create acquisition
-group create run
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add acquisition r2-8:memnet
-group add acquisition r2-8:readout
-group add run hadeb01:evtbuild
-group add run hadeb01:netmem
-
-set duringInit {
-}
-
-set beforeStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc reset;'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-8:mdc:reset >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-8:mdc:start >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./ctustop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-}
-
-
-
-
diff --git a/hadaq/trig_all_tof_mdc_shw_parallel.tcl b/hadaq/trig_all_tof_mdc_shw_parallel.tcl
deleted file mode 100644 (file)
index 63a0f4f..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-agent create hadeb01 hades /home/hades/nov01/eb/hadaq
-agent create r2-29 hades /hades/usr/hades/nov01/trig/hadaq
-agent create r2-14 hades /hades/usr/hades/nov01/shw/hadaq
-agent create r2-8 hades /hades/usr/hades/nov01/mdc/hadaq
-agent create r2-7 hades /hades/usr/hades/nov01/mdc/hadaq
-worker create hadeb01:evtbuild -a -p -2 -m 4
-worker create hadeb01:netmem -a -p -1 -m 4 -i ATM:0:50 -i ATM:0:51  -i ATM:0:52 -i ATM:0:53
-worker create r2-29:memnet -a -p -1 -w 30000 -o ATM:0:50
-worker create r2-29:readout -a -p -2 -w 8192
-worker create r2-14:memnet -a -p -2 -w 30000 -o ATM:0:51
-worker create r2-14:readout -a -p -1 -w 8192
-worker create r2-8:memnet -a -p -2 -w 30000 -o ATM:0:52
-worker create r2-8:readout8 -a -p -1 -w 8192
-worker create r2-7:memnet -a -p -2 -w 30000 -o ATM:0:53
-worker create r2-7:readout7 -a -p -1 -w 8192
-group create acquisition
-group create run
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add acquisition r2-14:memnet
-group add acquisition r2-14:readout
-group add acquisition r2-8:memnet
-group add acquisition r2-8:readout8
-group add acquisition r2-7:memnet
-group add acquisition r2-7:readout7
-group add run hadeb01:evtbuild
-group add run hadeb01:netmem
-
-set duringInit {
-
-}
-
-set beforeStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-14:shw:reset r2-8:mdc0:reset r2-7:mdc1:reset >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-14:shw:start r2-8:mdc0:start r2-7:mdc1:start >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-}
diff --git a/hadaq/trig_all_tof_parallel.tcl b/hadaq/trig_all_tof_parallel.tcl
deleted file mode 100644 (file)
index e8a6074..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-agent create hadeb01 hades /home/hades/mar01/eb/hadaq
-agent create r2-29 hades /hades/usr/hades/mar01/trig/hadaq
-worker create hadeb01:evtbuild -a -p -2 -m 1
-worker create hadeb01:netmem -a -p -1 -m 1 -i ATM:0:50
-worker create r2-29:memnet -a -p -1 -o ATM:0:50
-worker create r2-29:readout -a -p -2 
-group create acquisition
-group create run
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add run hadeb01:evtbuild
-group add run hadeb01:netmem
-
-set duringInit {
-       {rsh e7_25 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./tof1 init'} </dev/null >>&hadaq.log}
-       {rsh e7_21 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./tof2 init'} </dev/null >>&hadaq.log}
-       {rsh e7_41 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./tof3 init'} </dev/null >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc init'} </dev/null }
-}
-
-set beforeStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc reset;'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./ctustop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv mar01; cd mar01/slow; ./trigconc stop'} </dev/null >>&hadaq.log}
-}
diff --git a/hadaq/trig_all_tof_shw_parallel.tcl b/hadaq/trig_all_tof_shw_parallel.tcl
deleted file mode 100644 (file)
index 963c566..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-agent create hadeb01 hades /home/hades/nov01/eb/hadaq
-agent create r2-29 hades /hades/usr/hades/nov01/trig/hadaq
-agent create r2-14 hades /hades/usr/hades/nov01/shw/hadaq
-worker create hadeb01:evtbuild -a -p -2 -m 2
-worker create hadeb01:netmem -a -p -1 -m 2 -i ATM:0:50 -i ATM:0:51 
-worker create r2-29:memnet -a -p -1 -w 0 -o ATM:0:50
-worker create r2-29:readout -a -p -2
-worker create r2-14:memnet -a -p -2 -w 5000 -o ATM:0:51
-worker create r2-14:readout -a -p -1
-group create acquisition
-group create run
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add acquisition r2-14:memnet
-group add acquisition r2-14:readout
-group add run hadeb01:evtbuild
-group add run hadeb01:netmem
-
-set duringInit {
-
-}
-
-set beforeStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-14:shw:reset >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-29:trigconc:start r2-14:shw:start >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-}
diff --git a/hadaq/trig_rich_tof_shw_1mdc_nov01.tcl b/hadaq/trig_rich_tof_shw_1mdc_nov01.tcl
deleted file mode 100644 (file)
index fbfcd22..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-agent create hadeb02 root /home/hades/nov01/eb/hadaq_tcl
-agent create r2-28 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-27 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-24 hades /hades/usr/hades/nov01/rich/hadaq
-agent create r2-29 hades /hades/usr/hades/nov01/trig/hadaq
-agent create r2-14 hades /hades/usr/hades/nov01/shw/hadaq
-agent create r2-8  hades /hades/usr/hades/nov01/mdc/hadaq
-
-worker create hadeb02:evtbuild -a -p -2 -m 6
-worker create hadeb02:netmem -a -p -1 -m 6 -i ATM:0:100 -i ATM:0:101 -i ATM:0:102 -i ATM:0:103 -i ATM:0:104 -i ATM:0:105
-worker create r2-29:memnet -a -p -2 -w 32568 -o ATM:0:100
-worker create r2-29:readout -a -p -1 -w 8192
-worker create r2-8:memnet -a -p -1 -w 85333 -o ATM:0:101
-worker create r2-8:readout8 -a -p -2 -w 8192
-worker create r2-14:memnet -a -p -2 -w 17200 -o ATM:0:102
-worker create r2-14:readout -a -p -1 -w 8192
-worker create r2-27:memnet -a -p -2 -w 6148 -o ATM:0:103
-worker create r2-27:readout -a -p -1 -w 8192
-worker create r2-28:memnet -a -p -2 -w 6124 -o ATM:0:104
-worker create r2-28:readout -a -p -1 -w 8192
-worker create r2-24:memnet -a -p -2 -w 7627 -o ATM:0:105
-worker create r2-24:readout -a -p -1 -w 8192
-
-group create acquisition
-group create run
-group add acquisition r2-27:memnet
-group add acquisition r2-27:readout
-group add acquisition r2-28:memnet
-group add acquisition r2-28:readout
-group add acquisition r2-24:memnet
-group add acquisition r2-24:readout
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add acquisition r2-14:memnet
-group add acquisition r2-14:readout
-group add acquisition r2-8:memnet
-group add acquisition r2-8:readout8
-
-group add run hadeb02:evtbuild
-group add run hadeb02:netmem
-
-set duringInit {
-       {run_parallel_nov01 e7_25:tof1:init  e7_21:tof2:init e7_41:tof3:init r2-28:rich1:init r2-27:rich2:init r2-29:trigconc:init r2-24:rich0:init  r2-14:shw:init >>&hadaq.log}
-}
-
-set beforeStartAcq {
-        {echo "started" >hadaq.log}
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-28:rich1:reset r2-27:rich2:reset r2-24:rich0:reset r2-14:shw:reset r2-8:mdc0:reset >>&hadaq.log}
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-28:rich1:start r2-27:rich2:start r2-29:trigconc:start r2-24:rich0:start  r2-14:shw:start r2-8:mdc0:start >>&hadaq.log}
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-
-}
-
-set afterStopAcq {
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctureset'} </dev/null >>&hadaq.log}
-}
diff --git a/hadaq/trig_shw_nov01_03.tcl b/hadaq/trig_shw_nov01_03.tcl
deleted file mode 100644 (file)
index f3cd1fe..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-agent create hadeb03 hadaq /home/hadaq/nov01/eb/hadaq_tcl
-agent create r2-29 hades /hades/usr/hades/nov01/trig/hadaq
-agent create r2-14 hades /hades/usr/hades/nov01/shw/hadaq
-worker create hadeb03:evtbuild -a -p -2 -m 2
-worker create hadeb03:netmem -a -p -1 -m 2 -i ATM:0:150 -i ATM:0:151 
-worker create r2-29:memnet -a -p -2   -o ATM:0:150
-worker create r2-29:readout -a -p -1  -w 8192
-worker create r2-14:memnet -a -p -2  -o ATM:0:151
-worker create r2-14:readout -a -p -1  -w 8192
-group create acquisition
-group create run
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add acquisition r2-14:memnet
-group add acquisition r2-14:readout
-group add run hadeb03:evtbuild
-group add run hadeb03:netmem
-
-set duringInit {
-       {run_parallel_nov01 r2-29:trigconc:init r2-14:shw:init >>&hadaq.log}
-}
-
-set beforeStartAcq {
-        {echo "started" >hadaq.log}
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 r2-14:shw:reset >>&hadaq.log}
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 r2-29:trigconc:start r2-14:shw:start >>&hadaq.log}
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-
-}
-
-set afterStopAcq {
-       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctureset'} </dev/null >>&hadaq.log}
-}
-
-
-
-
-
-
-
diff --git a/hadaq/trigconc_03.tcl b/hadaq/trigconc_03.tcl
deleted file mode 100644 (file)
index 271b818..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-agent create hadeb03 hadaq /home/hadaq/nov01/eb/hadaq_tcl
-agent create r2-29 hades /hades/usr/hades/nov01/trig/hadaq
-
-# maximum bandwidth: 155Mbit
-worker create hadeb03:evtbuild -a -p -2 -m 1
-worker create hadeb03:netmem -a -p -1 -m 1 -i ATM:0:150 
-worker create r2-29:memnet -a -p -1 -w 50000 -o ATM:0:150
-worker create r2-29:readout -a -p -2 -w 32768
-group create acquisition
-group create run
-group add acquisition r2-29:memnet
-group add acquisition r2-29:readout
-group add run hadeb03:evtbuild
-group add run hadeb03:netmem
-
-set duringInit {
-       {run_parallel_nov01 e7_25:tof1:init  e7_21:tof2:init e7_41:tof3:init  r2-29:trigconc:init   >>&hadaq.log}
-}
-
-set beforeStartAcq {
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset  >>&hadaq.log}
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel_nov01 e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start   >>&hadaq.log}
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
-}
-
-set afterStartAcq {
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
-}
-
-set beforeStopAcq {
-       {rsh r2-29 -l hades sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustop'} </dev/null >>&hadaq.log}
-}
-
-set afterStopAcq {
-}
-
-
-