File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
DATA/production/configurations/2022/MayJunePilotBeam/apass1 Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33if [[ $RUNNUMBER -le 518547 ]]; then
4- ln -s o2sim_grp_b5m_128HB.root o2sim_grp.root
4+ # default B GRP till run 518547
5+ GRPMAG=o2sim_grp_b5m_128HB.root
56 # default collision context till 13.06.2022
67 COLLISIONCONTEXT=collisioncontext_Single_4b_2_2_2_noLR.root
78fi
@@ -14,11 +15,21 @@ if [[ $RUNNUMBER -ge 517684 ]] && [[ $RUNNUMBER -le 517693 ]]; then
1415 COLLISIONCONTEXT=collisioncontext_Single_3b_3_1_1.root
1516fi
1617
17- if [[ $RUNNUMBER -ge 519041 ]] && [[ $RUNNUMBER -le 519499 ]]; then
18+ if [[ $RUNNUMBER -ge 519041 ]] && [[ $RUNNUMBER -le 519507 ]]; then
1819 COLLISIONCONTEXT=collisioncontext_Single_16b_8_8_8_noLR.root
1920fi
2021
22+ if [[ $RUNNUMBER -ge 519903 ]] && [[ $RUNNUMBER -le 519908 ]]; then
23+ COLLISIONCONTEXT=collisioncontext_Single_4b_2_2_2_noLR.root
24+ fi
25+
26+ # B field update
27+ if [[ $RUNNUMBER -ge 519041 ]]; then
28+ GRPMAG=o2sim_grp_b5p_128HB.root
29+ fi
30+
31+ echo " GRP B field = $GRPMAG "
2132echo " filling scheme = $COLLISIONCONTEXT "
2233
2334ln -s $COLLISIONCONTEXT collisioncontext.root
24-
35+ ln -s $GRPMAG o2sim_grp.root
You can’t perform that action at this time.
0 commit comments