File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
DATA/production/configurations/2022/LHC22f Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ if [[ $RUNNUMBER -ge 520259 ]] && [[ $RUNNUMBER -le 520290 ]]; then
2323 export ITS_STROBE=297
2424 export MFT_STROBE=297
2525fi
26+ if [[ $RUNNUMBER -ge 520296 ]] && [[ $RUNNUMBER -le 520297 ]]; then
27+ export ITS_STROBE=396
28+ export MFT_STROBE=396
29+ fi
2630
2731echo " GRP B field = $GRPMAG "
2832echo " filling scheme = $COLLISIONCONTEXT "
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ if [[ $RUNNUMBER -ge 520259 ]] && [[ $RUNNUMBER -le 520290 ]]; then
2323 export ITS_STROBE=297
2424 export MFT_STROBE=297
2525fi
26+ if [[ $RUNNUMBER -ge 520296 ]] && [[ $RUNNUMBER -le 520297 ]]; then
27+ export ITS_STROBE=396
28+ export MFT_STROBE=396
29+ fi
2630
2731echo " GRP B field = $GRPMAG "
2832echo " filling scheme = $COLLISIONCONTEXT "
You can’t perform that action at this time.
0 commit comments