From: hades Date: Wed, 1 Sep 1999 13:08:46 +0000 (+0000) Subject: Initial revision X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=21f844b3aeb5c650e51fd9a8ff49c5cd74b3d810;p=daqdata.git Initial revision --- diff --git a/hadaq/ht99.tcl b/hadaq/ht99.tcl new file mode 100644 index 0000000..64dc30e --- /dev/null +++ b/hadaq/ht99.tcl @@ -0,0 +1,12 @@ +agent create hades12 root /home/hades/ht99/daq/hadaq +agent create hades19 hades /home/hades/ht99/daq/hadaq +worker create hades12:evtbuild -a -p -2 -s 2 -m 1 -f runinfo.tcl +worker create hades12:netmem -a -p -1 -m 1 +worker create hades19:memnet -a -p -1 -o 0:50 -w 0 +worker create hades19:readout -a -p -2 +group create acquisition +group create run +group add acquisition hades19:memnet +group add acquisition hades19:readout +group add run hades12:evtbuild +group add run hades12:netmem