Skip to content
Snippets Groups Projects
Commit ca22bc34 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Merge branch 'rowina_changetrackeff_trackchi2cut' into 'master'

loosen cut trackchi2 cut in Velo tracking efficiency lines

See merge request !2676
parents 113f03d0 da648c76
No related branches found
No related tags found
2 merge requests!4232Run5: rebase, restructure run5 code, add back examples,!2676loosen cut trackchi2 cut in Velo tracking efficiency lines
Pipeline #6899654 passed with warnings
......@@ -112,11 +112,11 @@ MuonUT_cuts = { # all cuts need to be checked
}
#use SciFi+Muon track for efficiency of Velo(+UT)
SeedMuon_cuts = {
'max_ProbeTrChi2': 3,
'max_ProbeTrChi2': 5,
'min_ProbeP': 5 * GeV,
'min_ProbePT': 0.5 * GeV,
'min_ProbeIPchi2': 0,
'max_TagTrChi2': 2,
'max_TagTrChi2': 3,
'min_TagP': 10 * GeV,
'min_TagPT': 0.5 * GeV,
'min_TagMuonID': -2,
......
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