Skip to content

Commit

Permalink
ED_VERTEX_MODE has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
martenole committed Feb 21, 2024
1 parent fe36cb8 commit 7313180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA/production/workflow-multiplicities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ if [[ -z ${EVE_NTH_EVENT:-} ]]; then
EVE_NTH_EVENT=2
elif [[ "$HIGH_RATE_PP" == "1" ]]; then
EVE_NTH_EVENT=10
elif [[ $BEAMTYPE == "pp" && "${ED_VERTEX_MODE:-}" == "1" ]]; then
elif [[ $BEAMTYPE == "pp" ]]; then
EVE_NTH_EVENT=$((4 * 250 / $RECO_NUM_NODES_WORKFLOW_CMP))
else # COSMICS / TECHNICALS / ...
EVE_NTH_EVENT=1
Expand Down

0 comments on commit 7313180

Please sign in to comment.