File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ if [[ $SYNCMODE == 1 ]]; then
127127 MCH_CONFIG_KEY=" MCHTracking.maxCandidates=20000;MCHTracking.maxTrackingDuration=10;"
128128 fi
129129 [[ -n ${CUT_RANDOM_FRACTION_ITS:- } ]] && ITS_CONFIG_KEY+=" fastMultConfig.cutRandomFraction=$CUT_RANDOM_FRACTION_ITS ;"
130- ITS_CONFIG_KEY+=" ITSCATrackerParam.trackletsPerClusterLimit=${CUT_TRACKLETSPERCLUSTER_MAX_ITS:- -1} ;ITSCATrackerParam.cellsPerClusterLimit=${CUT_CELLSPERCLUSTER_MAX_ITS:- -1} ;"
131130 if has_detector_reco ITS && [[ $RUNTYPE != " COSMICS" && x" ${MFT_DISABLE_ITS_IRFRAMES_SELECTION:- } " != " x1" ]]; then
132131 MFT_CONFIG_KEY+=" MFTTracking.irFramesOnly=1;"
133132 fi
Original file line number Diff line number Diff line change @@ -321,10 +321,6 @@ for STAGE in $STAGES; do
321321 : ${CUT_MULT_MIN_ITS:= -1}
322322 : ${CUT_MULT_MAX_ITS:= -1}
323323 : ${CUT_MULT_VTX_ITS:= -1}
324- : ${CUT_TRACKLETSPERCLUSTER_MAX_ITS:= 100}
325- : ${CUT_CELLSPERCLUSTER_MAX_ITS:= 100}
326- export CUT_TRACKLETSPERCLUSTER_MAX_ITS
327- export CUT_CELLSPERCLUSTER_MAX_ITS
328324 export CUT_RANDOM_FRACTION_ITS
329325 export CUT_MULT_MIN_ITS
330326 export CUT_MULT_MAX_ITS
You can’t perform that action at this time.
0 commit comments