# 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 tof1 tof2 tof3 tof4 shw}
+set subSystems { trig rich0 rich1 rich2 tof1 tof2 tof3 tof4 shw mdc0 mdc1 }
# the component in the HADES_BASE_DIR
set beamTime sep03
if {[lsearch $subSystems mdc0] >= 0} {
set atmOffset 5
set vcc [expr $atmBase + $atmOffset]
- agent create r2f-8 hades /hades/usr/hades/$beamTime/mdc/hwmdc
- worker create r2f-8:memnet -a -p -2 -w $bandwidth($atmOffset) -o $prot:$addr:$vcc
- worker create r2f-8:readout -s mdc0 -a -p -1 -w $watermark_mdc -v notice
- group add acquisition r2f-8:memnet
- group add acquisition r2f-8:readout
- lappend init r2f-8:mdc0:init
- lappend reset [ list r2f-8 ". \$HOME/.bash_profile; cd \$HOME/$beamTime/slow; ./mdc0 reset" ]
- lappend start [ list r2f-8 ". \$HOME/.bash_profile; cd \$HOME/$beamTime/slow; ./mdc0 start" ]
- lappend stop [ list r2f-8 ". \$HOME/.bash_profile; cd \$HOME/$beamTime/slow; ./mdc0 stop" ]
+ agent create r2f-14 hades /hades/usr/hades/$beamTime/mdc/hwmdc
+ worker create r2f-14:memnet -a -p -2 -w $bandwidth($atmOffset) -o $prot:$addr:$vcc
+ worker create r2f-14:readout -s mdc0 -a -p -1 -w $watermark_mdc -v notice
+ group add acquisition r2f-14:memnet
+ group add acquisition r2f-14:readout
+ lappend init r2f-14:mdc0:init
+ lappend reset [ list r2f-14 ". \$HOME/.bash_profile; cd \$HOME/$beamTime/slow; ./mdc0 reset" ]
+ lappend start [ list r2f-14 ". \$HOME/.bash_profile; cd \$HOME/$beamTime/slow; ./mdc0 start" ]
+ lappend stop [ list r2f-14 ". \$HOME/.bash_profile; cd \$HOME/$beamTime/slow; ./mdc0 stop" ]
lappend inPaths "-i $prot:0:$vcc"
}