]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
The former xx.tcl from nov01 -- mm
authorhadaq <hadaq>
Tue, 29 Oct 2002 13:42:16 +0000 (13:42 +0000)
committerhadaq <hadaq>
Tue, 29 Oct 2002 13:42:16 +0000 (13:42 +0000)
hadaq/hades.tcl

index 2db1820dcde220f12a4b42c3afae6fe318b7f994..d68c7b5f507413cf3d50718353434717f5991458 100644 (file)
@@ -1,15 +1,15 @@
 # the list of sub systems according to your needs, possible sub systems
 # are: trig rich0 rich1 rich2 mdc0 tof1 tof2 tof3 shw
 
-#set subSystems { trig rich0 rich1 rich2 mdc0 tof1 tof2 tof3 shw }
-#set subSystems { trig rich0 rich1 rich2 shw }
-#set subSystems { trig shw }
+set subSystems { trig  shw rich0 rich1 rich2 mdc0 tof1 tof2 tof3 }
+#set subSystems { trig shw tof1 tof2 tof3 }
 #set subSystems { trig }
 #set subSystems { trig rich0 }
-set subSystems { trig rich0 rich1 rich2 tof1 tof2 tof3}
+#set subSystems { trig tof1 tof2 tof3 rich0 rich1 rich2 }
+#set subSystems { trig tof1 tof2 tof3}
 
 # the component in the HADES_BASE_DIR
-set beamTime nov01
+set beamTime oct02
 
 # the name of the event builder
 set evtBuilder hadeb03
@@ -28,7 +28,7 @@ group create run
 set vcc [expr $atmBase + 0]
 agent create r2-29 hades /hades/usr/hades/$beamTime/trig/hadaq
 worker create r2-29:memnet -a -p -1 -w 38000 -o ATM:0:$vcc
-worker create r2-29:readout -a -p -2 -w 32768
+worker create r2-29:readout -s trigconc -a -p -2 -w 32768
 group add acquisition r2-29:memnet
 group add acquisition r2-29:readout
 lappend init r2-29:trigconc:init
@@ -44,7 +44,7 @@ if {[lsearch $subSystems rich0] >= 0} {
        set vcc [expr $atmBase + 4]
        agent create r2-24 hades /hades/usr/hades/$beamTime/rich/hadaq
        worker create r2-24:memnet -a -p -2 -w 30000 -o ATM:0:$vcc
-       worker create r2-24:readout -a -p -1 -w 32768
+       worker create r2-24:readout -s rich0 -a -p -1 -w 32768
        group add acquisition r2-24:memnet
        group add acquisition r2-24:readout
        lappend init r2-24:rich0:init
@@ -58,7 +58,7 @@ if {[lsearch $subSystems rich1] >= 0} {
        set vcc [expr $atmBase + 2]
        agent create r2-28 hades /hades/usr/hades/$beamTime/rich/hadaq
        worker create r2-28:memnet -a -p -2 -w 30000 -o ATM:0:$vcc
-       worker create r2-28:readout -a -p -1 -w 32768
+       worker create r2-28:readout -s rich1 -a -p -1 -w 32768
        group add acquisition r2-28:memnet
        group add acquisition r2-28:readout
        lappend init r2-28:rich1:init
@@ -72,7 +72,7 @@ if {[lsearch $subSystems rich2] >= 0} {
        set vcc [expr $atmBase + 3]
        agent create r2-27 hades /hades/usr/hades/$beamTime/rich/hadaq
        worker create r2-27:memnet -a -p -2 -w 30000 -o ATM:0:$vcc
-       worker create r2-27:readout -a -p -1 -w 32768
+       worker create r2-27:readout -s rich2 -a -p -1 -w 32768
        group add acquisition r2-27:memnet
        group add acquisition r2-27:readout
        lappend init r2-27:rich2:init
@@ -86,9 +86,9 @@ if {[lsearch $subSystems mdc0] >= 0} {
        set vcc [expr $atmBase + 5]
        agent create r2-8  hades /hades/usr/hades/$beamTime/mdc/hadaq
        worker create r2-8:memnet -a -p -1 -w 35000 -o ATM:0:$vcc
-       worker create r2-8:readout8 -a -p -2 -w 32768
+       worker create r2-8:readout -s mdc0  -a -p -2 -w 32768
        group add acquisition r2-8:memnet
-       group add acquisition r2-8:readout8
+       group add acquisition r2-8:readout
        lappend init r2-8:mdc0:init
        lappend reset r2-8:mdc0:reset
        lappend start r2-8:mdc0:start
@@ -123,8 +123,8 @@ if {[lsearch $subSystems tof3] >= 0} {
 if {[lsearch $subSystems shw] >= 0} {
        set vcc [expr $atmBase + 1]
        agent create r2-14 hades /hades/usr/hades/$beamTime/shw/hadaq
-       worker create r2-14:memnet -a -p -1 -w 35000 -o ATM:0:$vcc
-       worker create r2-14:readout -a -p -2 -w 32768
+       worker create r2-14:memnet -a -p -1 -w 68000 -o ATM:0:$vcc
+       worker create r2-14:readout -s show -a -p -2 -w 32768
        group add acquisition r2-14:memnet
        group add acquisition r2-14:readout
        lappend init r2-14:shw:init