Skip to content
Snippets Groups Projects
Commit 4271760c authored by FASER Reco's avatar FASER Reco
Browse files

Set max chi2 to 25

parent 72e4bd44
No related branches found
No related tags found
No related merge requests found
......@@ -107,9 +107,7 @@ def CKF2Cfg(flags, **kwargs):
ckf.PerformanceWriter = False
ckf.nMax = 10
# Use larger chi2 cut until alignment improves
# ckf.chi2Max = 25
ckf.chi2Max = 100000
ckf.chi2Max = 25
# Protect against running out of memory on busy events
ckf.maxSteps = 5000
acc.addEventAlgo(ckf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment