Skip to content

Commit 8421413

Browse files
Settings for more runs
1 parent 0f0dee0 commit 8421413

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

DATA/production/configurations/2022/MayJunePilotBeam/apass1/selectSettings.sh

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
if [[ $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
78
fi
@@ -14,11 +15,21 @@ if [[ $RUNNUMBER -ge 517684 ]] && [[ $RUNNUMBER -le 517693 ]]; then
1415
COLLISIONCONTEXT=collisioncontext_Single_3b_3_1_1.root
1516
fi
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
1920
fi
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"
2132
echo "filling scheme = $COLLISIONCONTEXT"
2233

2334
ln -s $COLLISIONCONTEXT collisioncontext.root
24-
35+
ln -s $GRPMAG o2sim_grp.root

0 commit comments

Comments
 (0)