Skip to content

Commit ea46095

Browse files
396 default from now on
1 parent 37d5820 commit ea46095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [[ $RUNNUMBER -ge 520259 ]] && [[ $RUNNUMBER -le 520290 ]]; then
2323
export ITS_STROBE=297
2424
export MFT_STROBE=297
2525
fi
26-
if [[ $RUNNUMBER -ge 520296 ]] && [[ $RUNNUMBER -le 520297 ]]; then
26+
if [[ $RUNNUMBER -ge 520296 ]]; then
2727
export ITS_STROBE=396
2828
export MFT_STROBE=396
2929
fi

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [[ $RUNNUMBER -ge 520259 ]] && [[ $RUNNUMBER -le 520290 ]]; then
2323
export ITS_STROBE=297
2424
export MFT_STROBE=297
2525
fi
26-
if [[ $RUNNUMBER -ge 520296 ]] && [[ $RUNNUMBER -le 520297 ]]; then
26+
if [[ $RUNNUMBER -ge 520296 ]]; then
2727
export ITS_STROBE=396
2828
export MFT_STROBE=396
2929
fi

0 commit comments

Comments
 (0)