Skip to content

Commit 259f5f4

Browse files
More runs with MFT stronbe length = 297
1 parent 5d5a5f0 commit 259f5f4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ COLLISIONCONTEXT=collisioncontext_Single_3b_2_2_2.root
1515
export ITS_STROBE=198
1616
export MFT_STROBE=198
1717

18+
19+
if [[ $RUNNUMBER -ge 520163 ]] && [[ $RUNNUMBER -le 520180 ]]; then
20+
export MFT_STROBE=297
21+
fi
1822
if [[ $RUNNUMBER -ge 520259 ]] && [[ $RUNNUMBER -le 520290 ]]; then
1923
export ITS_STROBE=297
2024
export MFT_STROBE=297

DATA/production/configurations/2022/LHC22f/apass1_TPCcalib/selectSettings.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ COLLISIONCONTEXT=collisioncontext_Single_3b_2_2_2.root
1414

1515
export ITS_STROBE=198
1616
export MFT_STROBE=198
17+
18+
19+
if [[ $RUNNUMBER -ge 520163 ]] && [[ $RUNNUMBER -le 520180 ]]; then
20+
export MFT_STROBE=297
21+
fi
1722
if [[ $RUNNUMBER -ge 520259 ]] && [[ $RUNNUMBER -le 520290 ]]; then
1823
export ITS_STROBE=297
1924
export MFT_STROBE=297

0 commit comments

Comments
 (0)