From: hades Date: Mon, 15 Jan 2001 15:07:35 +0000 (+0000) Subject: rich and trig. MT X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=054ac27e10e9ad9f59fdf0871241c6a6eb2f752f;p=daqdata.git rich and trig. MT --- diff --git a/hadaq/hades.tcl b/hadaq/hades.tcl index 9ad4198..adb08f3 100644 --- a/hadaq/hades.tcl +++ b/hadaq/hades.tcl @@ -1,23 +1,23 @@ #set subSystems { trig rich0 rich1 rich2 mdc tof shw } -set subSystems { trig tof shw } +set subSystems { trig rich0 } #set subSystems { trig tof } group create acquisition group create run if {[lsearch $subSystems trig] >= 0} { - agent create r2-13 hades /hades/usr/hades/nov00/trig/hadaq - worker create r2-13:memnet -a -p -1 -w 3000 -o ATM:0:50 - #worker create r2-13:evtbuild -a -d file - worker create r2-13:readout -a -p -2 -w 10000 - group add acquisition r2-13:memnet - #group add acquisition r2-13:evtbuild - group add acquisition r2-13:readout + agent create r2-25 hades /hades/usr/hades/nov00/trig/hadaq + worker create r2-25:memnet -a -p -1 -w 3000 -o ATM:0:50 + #worker create r2-25:evtbuild -a -d file + worker create r2-25:readout -a -p -2 -w 10000 + group add acquisition r2-25:memnet + #group add acquisition r2-25:evtbuild + group add acquisition r2-25:readout lappend inPaths {-i ATM:0:50} - set trigInit {rsh r2-13 sh -c {'. .bash_profile; cd nov00/slow; ./trig init'} >&hadaq.log} - set trigStart {rsh r2-13 sh -c {'. .bash_profile; cd nov00/slow; ./trig start'} >&hadaq.log} - set trigStop {rsh r2-13 sh -c {'. .bash_profile; cd nov00/slow; ./trig stop'} >&hadaq.log} + set trigInit {rsh r2-25 sh -c {'. .bash_profile; cd nov00/slow; ./trig init'} >&hadaq.log} + set trigStart {rsh r2-25 sh -c {'. .bash_profile; cd nov00/slow; ./trig start'} >&hadaq.log} + set trigStop {rsh r2-25 sh -c {'. .bash_profile; cd nov00/slow; ./trig stop'} >&hadaq.log} } else { set trigInit {true} set trigReset {true} @@ -172,11 +172,11 @@ set duringInit [list $trigInit $rich0Init $rich1Init $rich2Init $mdcInit $tof2In set beforeStartAcq [list $trigReset $rich0Reset $rich1Reset $rich2Reset $mdcReset $tof2Reset $tof1Reset $concReset $shwReset $shwStart $concStart $tof1Start $tof2Start $mdcStart $rich2Start $rich1Start $rich0Start $trigStart] set afterStartAcq { - {rsh r2-13 sh -c {'. .bash_profile; ctustart'} >&hadaq.log} + {rsh r2-25 sh -c {'. .bash_profile; ctustart'} >&hadaq.log} } set beforeStopAcq { - {rsh r2-13 sh -c {'. .bash_profile; ctustop'} >&hadaq.log} + {rsh r2-25 sh -c {'. .bash_profile; ctustop'} >&hadaq.log} } set afterStopAcq [list $trigStop $rich0Stop $rich1Stop $rich2Stop $mdcStop $tof2Stop $tof1Stop $concStop $shwStop]