Skip to content

Commit a39fba3

Browse files
committed
Configure ED downscaling as part of multiplicity config
1 parent 53f08cf commit a39fba3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

DATA/production/workflow-multiplicities.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,12 @@ elif [[ $EPNPIPELINES != 0 ]]; then
8787
N_GENERICRAWDEV=
8888
fi
8989

90+
if [[ -z $EVE_NTH_EVENT ]]; then
91+
if [[ $BEAMTYPE == "PbPb" ]]; then
92+
EVE_NTH_EVENT=2
93+
elif [[ $BEAMTYPE == "pp" && "0$ED_VERTEX_MODE" == "01" ]]; then
94+
EVE_NTH_EVENT=5
95+
fi
96+
fi
97+
9098
fi

0 commit comments

Comments
 (0)