Skip to content

Commit 7313180

Browse files
committed
ED_VERTEX_MODE has been removed
1 parent fe36cb8 commit 7313180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/workflow-multiplicities.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ if [[ -z ${EVE_NTH_EVENT:-} ]]; then
222222
EVE_NTH_EVENT=2
223223
elif [[ "$HIGH_RATE_PP" == "1" ]]; then
224224
EVE_NTH_EVENT=10
225-
elif [[ $BEAMTYPE == "pp" && "${ED_VERTEX_MODE:-}" == "1" ]]; then
225+
elif [[ $BEAMTYPE == "pp" ]]; then
226226
EVE_NTH_EVENT=$((4 * 250 / $RECO_NUM_NODES_WORKFLOW_CMP))
227227
else # COSMICS / TECHNICALS / ...
228228
EVE_NTH_EVENT=1

0 commit comments

Comments
 (0)