Skip to content

Commit

Permalink
[MUON] added option for storing nCandidates in the MFT-MCH matching
Browse files Browse the repository at this point in the history
  • Loading branch information
aferrero2707 authored and shahor02 committed Feb 20, 2025
1 parent 4717d6b commit a88d10c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prodtests/full-system-test/dpl-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ fi

( workflow_has_parameter AOD || [[ -z "$DISABLE_ROOT_OUTPUT" ]] || needs_root_output o2-emcal-cell-writer-workflow ) && has_detector EMC && RAW_EMC_SUBSPEC=" --subspecification 1 "
has_detector_reco MID && has_detector_matching MCHMID && MFTMCHConf="FwdMatching.useMIDMatch=true;" || MFTMCHConf="FwdMatching.useMIDMatch=false;"
[[ ! -z ${MFTMCH_NCANDIDATES_OPT:-} ]] && MFTMCHConf+="${MFTMCH_NCANDIDATES_OPT}"

[[ $IS_SIMULATED_DATA == "1" ]] && EMCRAW2C_CONFIG+=" --no-checkactivelinks"

Expand Down

0 comments on commit a88d10c

Please sign in to comment.