Skip to content

Commit 9494a8c

Browse files
committed
workflow-multiplicities.sh: adjusting default ITS multiplicity cuts for PbPb
1 parent 0ae184a commit 9494a8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DATA/production/workflow-multiplicities.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ if [[ "$HIGH_RATE_PP" == "1" ]]; then
301301
: ${CUT_RANDOM_FRACTION_ITS:=0.97}
302302
elif [[ $BEAMTYPE == "PbPb" ]]; then
303303
: ${CUT_RANDOM_FRACTION_ITS:=-1}
304-
: ${CUT_MULT_MIN_ITS:=100}
305-
: ${CUT_MULT_MAX_ITS:=200}
304+
: ${CUT_MULT_MIN_ITS:=0}
305+
: ${CUT_MULT_MAX_ITS:=400}
306306
: ${CUT_MULT_VTX_ITS:=20}
307307
else
308308
: ${CUT_RANDOM_FRACTION_ITS:=0.95}

0 commit comments

Comments
 (0)