--- /dev/null
+#!/bin/bash
+
+# notifyall.sh "DAQ" "<I> Eventbuilders are being restarted." "EB" &
+
+ssh -X hadaq@lxhadesdaq "
+ xterm -geometry 80x24 -bg orange -fg black -e bash -c '
+ echo "Starting Eventbuilder 1 - 16 with prefix pt"
+ cd ~/trbsoft/hadesdaq/evtbuild/
+ ./start_eb_gbe.pl -e restart -n 1-16 -d on -p pt
+ '
+ "
+notifyall.sh "DAQ" "<I> Eventbuilders have been started. Writing test files" "EB" &
+
HPlot::PlotFill('BusyTimeBars',$diff->{0x8001}->[6],6,0); #Wall
HPlot::PlotFill('BusyTimeBars',$diff->{0x8002}->[2],7,0); #Start/Cts
HPlot::PlotFill('BusyTimeBars',max($diff->{0x8003}->[1],$diff->{0x8003}->[2]),8,0); #Pion
+
+# HPlot::PlotFill('BusyTimeBars',$diff->{0x8000}->[16+6],0,1); #MDC12
+# HPlot::PlotFill('BusyTimeBars',$diff->{0x8000}->[16+7],1,1); #MDC34
+# HPlot::PlotFill('BusyTimeBars',$diff->{0x8000}->[16+3],2,1); #Shower
+# HPlot::PlotFill('BusyTimeBars',max($diff->{0x8001}->[16+1],$diff->{0x8001}->[16+2]),3,1); #RPC
+# HPlot::PlotFill('BusyTimeBars',max($diff->{0x8001}->[16+3],$diff->{0x8001}->[16+4],$diff->{0x8001}->[16+5]),4,1); #Rich
+# HPlot::PlotFill('BusyTimeBars',$diff->{0x8002}->[16+1],5,1); #Tof
+# HPlot::PlotFill('BusyTimeBars',$diff->{0x8001}->[16+6],6,1); #Wall
+# HPlot::PlotFill('BusyTimeBars',$diff->{0x8002}->[16+2],7,1); #Start/Cts
+# HPlot::PlotFill('BusyTimeBars',max($diff->{0x8003}->[16+1],$diff->{0x8003}->[16+2]),8,1); #Pion
HPlot::PlotDraw('BusyTimeBars');
unless(++$iter % 4) {