]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
added tof4, mt
authorhadaq <hadaq>
Mon, 25 Aug 2003 13:33:09 +0000 (13:33 +0000)
committerhadaq <hadaq>
Mon, 25 Aug 2003 13:33:09 +0000 (13:33 +0000)
hadaq/hades.tcl

index b93b105670bdd524c47428d987dbffcdc4b7b6c4..ac011446b387e9f0d698c26fa95a268a456bb444 100644 (file)
@@ -1,16 +1,9 @@
 # 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 shw rich0 rich1 rich2 tof1 tof2 tof3 mdc0 mdc1 }
-#set subSystems { trig shw rich0 rich1 rich2 mdc0 mdc1 }
-#set subSystems { trig shw mdc0 mdc1 tof1 tof2 tof3}
+#set subSystems { trig shw rich0 rich1 rich2 tof1 tof2 tof3 tof4 mdc0 mdc1 }
 
-set subSystems { trig  tof1 tof2 tof3 tof4 shw rich0 rich1 rich2 mdc0 }
-#set subSystems { trig rich0 rich1 rich2 tof1 tof2 shw }
-#set subSystems { trig rich0 rich1 rich2  shw }
-
-#set subSystems { trig tof2 mdc0 mdc1 }
-#set subSystems { trig rich0 rich1 rich2 }
+set subSystems { trig tof1 tof2 tof3 tof4  }
 
 # the component in the HADES_BASE_DIR
 set beamTime oct02
@@ -136,15 +129,15 @@ if {[lsearch $subSystems mdc1] >= 0} {
 if {[lsearch $subSystems shw] >= 0} {
        set atmOffset 1
        set vcc [expr $atmBase + $atmOffset]
-       agent create r2-14 hades /hades/usr/hades/$beamTime/shw/hadaq
-       worker create r2-14:memnet -a -p -1 -w $bandwidth($atmOffset) -o ATM:0:$vcc
-       worker create r2-14:readout -s show -a -p -2 -w $watermark -v notice
-       group add acquisition r2-14:memnet
-       group add acquisition r2-14:readout
-       lappend init r2-14:shw:init
-       lappend reset [ list r2-14 "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./shw reset" ]
-       lappend start [ list r2-14 "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./shw start" ]
-       lappend stop [ list r2-14 "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./shw stop" ]
+       agent create r2-29 hades /hades/usr/hades/$beamTime/shw/hadaq
+       worker create r2-29:memnet -a -p -1 -w $bandwidth($atmOffset) -o ATM:0:$vcc
+       worker create r2-29:readout -s show -a -p -2 -w $watermark -v notice
+       group add acquisition r2-29:memnet
+       group add acquisition r2-29:readout
+       lappend init r2-29:shw:init
+       lappend reset [ list r2-29 "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./shw reset" ]
+       lappend start [ list r2-29 "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./shw start" ]
+       lappend stop [ list r2-29 "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./shw stop" ]
        lappend inPaths "-i ATM:0:$vcc"
 }
 
@@ -173,11 +166,11 @@ if {[lsearch $subSystems tof3] >= 0} {
 }
 
 if {[lsearch $subSystems tof4] >= 0} {
-       agent create r2-29 hades /hades/usr/hades/$beamTime/tof_rio/hadaq
-       lappend init r2-29:tof4:init
-       lappend reset [ list r2-29  "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./tof4 reset" ]
-       lappend start [ list r2-29 "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./tof4 start" ]
-       lappend stop [ list r2-29 "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./tof4 stop" ]
+       agent create e7_28 hades /hades/usr/hades/$beamTime/tof/hadaq
+       lappend init e7_28:tof4:init
+       lappend reset [ list e7_28  "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./tof4 reset" ]
+       lappend start [ list e7_28 "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./tof4 start" ]
+       lappend stop [ list e7_28 "cd; . bin/daqenv $beamTime; cd $beamTime/slow; ./tof4 stop" ]
 }