]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
just a small update
authorhadaq@CountingHouse <hadaq@CountingHouse>
Fri, 21 Feb 2014 13:09:41 +0000 (14:09 +0100)
committerhadaq@CountingHouse <hadaq@CountingHouse>
Fri, 21 Feb 2014 13:09:41 +0000 (14:09 +0100)
control/gui/eb/99_Prefix_Pt [new file with mode: 0755]
hmon/hmon_busynew.pl

diff --git a/control/gui/eb/99_Prefix_Pt b/control/gui/eb/99_Prefix_Pt
new file mode 100755 (executable)
index 0000000..adf6813
--- /dev/null
@@ -0,0 +1,13 @@
+#!/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" &
+
index 0c87f641e0541d52ef8772d6a38ffa78d242101a..1916c11bbacfb77e48fd431508cab70331b73f0c 100755 (executable)
@@ -123,6 +123,16 @@ while (1) {
     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) {