File tree Expand file tree Collapse file tree 3 files changed +53
-29
lines changed
Expand file tree Collapse file tree 3 files changed +53
-29
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ dir=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd)
4+
5+ trigger_mask=0x4081
6+ min_current=30
7+
8+ # RG-D operates at two beam currents, depending on the target:
9+ # min_current=40
10+ # target=$(caget -t -w 1 HLB:TARGET:STAT)
11+ # if [ $? -eq 0 ]
12+ # then
13+ # if [ "$target" == "CuSn" ]
14+ # then
15+ # min_current=90
16+ # fi
17+ # fi
18+
19+ $dir /mon12 \
20+ -tabs " AHDC:ATOF:BAND:CND:CTOF:DC:ECAL:FTCAL:FTHODO:FTOF:HTCC:LTCC:RICH:RF:HEL:Trigger:TimeJitter" \
21+ -trigger $trigger_mask \
22+ -current $min_current \
23+ -batch 1 \
24+ -autosave 10000 \
25+ -ethost clondaq7 \
26+ -etip 129.57.167.20 \
27+ -outDir /local/baltzell/hydra/images \
28+ $* \
29+ 2>&1 \
30+ | grep -v -E -f $dir /.logignore
31+
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ dir=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd)
4+
5+
6+ trigger_mask=0xffffffff
7+ min_current=-1
8+
9+ $dir /mon12 \
10+ -tabs " CND:CTOF:AHDC:ATOF" \
11+ -trigger $trigger_mask \
12+ -current $min_current \
13+ -batch 1 \
14+ -autosave 10000 \
15+ -ethost clondaq7 \
16+ -etip 129.57.167.20 \
17+ -outDir /local/baltzell/hydra/images \
18+ $* \
19+ 2>&1 \
20+ | grep -v -E -f $dir /.logignore
21+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ mon12_cosmics_hydra
You can’t perform that action at this time.
0 commit comments