]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
rich and trig. MT
authorhades <hades>
Mon, 15 Jan 2001 15:07:35 +0000 (15:07 +0000)
committerhades <hades>
Mon, 15 Jan 2001 15:07:35 +0000 (15:07 +0000)
hadaq/hades.tcl

index 9ad4198a6f256496deb101447a1b2ad1ccd7165f..adb08f358c32f4a48f3680403c90ce52d10bde69 100644 (file)
@@ -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'} </dev/null }
-       set trigReset {rsh r2-13 sh -c {'. .bash_profile; cd nov00/slow; ./trig reset'} </dev/null >>&hadaq.log}
-       set trigStart {rsh r2-13 sh -c {'. .bash_profile; cd nov00/slow; ./trig start'} </dev/null >>&hadaq.log}
-       set trigStop {rsh r2-13 sh -c {'. .bash_profile; cd nov00/slow; ./trig stop'} </dev/null >>&hadaq.log}
+       set trigInit {rsh r2-25 sh -c {'. .bash_profile; cd nov00/slow; ./trig init'} </dev/null }
+       set trigReset {rsh r2-25 sh -c {'. .bash_profile; cd nov00/slow; ./trig reset'} </dev/null >>&hadaq.log}
+       set trigStart {rsh r2-25 sh -c {'. .bash_profile; cd nov00/slow; ./trig start'} </dev/null >>&hadaq.log}
+       set trigStop {rsh r2-25 sh -c {'. .bash_profile; cd nov00/slow; ./trig stop'} </dev/null >>&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'} </dev/null >>&hadaq.log}
+       {rsh r2-25 sh -c {'. .bash_profile; ctustart'} </dev/null >>&hadaq.log}
 }
 
 set beforeStopAcq {
-       {rsh r2-13 sh -c {'. .bash_profile; ctustop'} </dev/null >>&hadaq.log}
+       {rsh r2-25 sh -c {'. .bash_profile; ctustop'} </dev/null >>&hadaq.log}
 }
 
 set afterStopAcq [list $trigStop $rich0Stop $rich1Stop $rich2Stop $mdcStop $tof2Stop $tof1Stop $concStop $shwStop]