Skip to content
Snippets Groups Projects
Commit cc9d6ab6 authored by Eric Torrence's avatar Eric Torrence
Browse files

Merge branch 'faserrec-procdev' into 'master'

Set max chi2 to 25

See merge request faser/calypso!329
parents 72e4bd44 4271760c
No related branches found
No related tags found
No related merge requests found
...@@ -107,9 +107,7 @@ def CKF2Cfg(flags, **kwargs): ...@@ -107,9 +107,7 @@ def CKF2Cfg(flags, **kwargs):
ckf.PerformanceWriter = False ckf.PerformanceWriter = False
ckf.nMax = 10 ckf.nMax = 10
# Use larger chi2 cut until alignment improves ckf.chi2Max = 25
# ckf.chi2Max = 25
ckf.chi2Max = 100000
# Protect against running out of memory on busy events # Protect against running out of memory on busy events
ckf.maxSteps = 5000 ckf.maxSteps = 5000
acc.addEventAlgo(ckf) 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