Skip to content
Snippets Groups Projects
Commit 17bf05a3 authored by Miguel Ramos Pernas's avatar Miguel Ramos Pernas
Browse files

Merge branch 'mtat-IDDL-HLT2-Spruce-cuts-adjustment' into 'rd-devel-spruce'

Tightened B vertex chi2 cuts in three- and four-body IDDL spruce lines and...

See merge request !3977
parents dc39b340 3f23da90
No related branches found
No related tags found
4 merge requests!4022RpK_lines same sign leptons new lines for 2025 (hackathon),!4021Draft: Turbo B2emu lines bug fix (hackathon),!3977Tightened B vertex chi2 cuts in three- and four-body IDDL spruce lines and...,!3926RD developments towards End-of-Year Resprucing 2024
Pipeline #8379388 passed
......@@ -40,7 +40,7 @@ BtoHee = {
"am_max": 7_000. * MeV, #iddl NOT M
"B_pt_min": 0. * MeV,
"FDchi2_min": 10., #100.,#iddlM
"vchi2pdof_max": 30., #9., #iddlM
"vchi2pdof_max": 20., #9., #iddlM
"bpvipchi2_max": 100_000., #16., #not in iddl, loosened
"min_cosine": 0.9995, #not in iddl
},
......@@ -70,7 +70,7 @@ BtoHmumu = {
"am_max": 7_000. * MeV, #iddl NOT M
"B_pt_min": 0. * MeV, #iddlM
"FDchi2_min": 10., #36.,
"vchi2pdof_max": 30., #16.,#iddlM
"vchi2pdof_max": 20., #16.,#iddlM
"bpvipchi2_max": 100_000., #5., #no cut in iddl, loosened
"min_cosine": 0.9995, #no cut in iddl, NOT M
},
......@@ -270,7 +270,7 @@ BtoHHee = {
"am_max": 7_000. * MeV, #iddl NOT M
"B_pt_min": 0. * MeV, #iddlM
"FDchi2_min": 10., #100.,#iddlM
"vchi2pdof_max": 30., #9.,#iddlM
"vchi2pdof_max": 20., #9.,#iddlM
"bpvipchi2_max": 100_000., #16.,# not in iddl, loosen cut
"min_cosine": 0.9995, #not in iddl, NOT M
},
......@@ -288,6 +288,7 @@ BtoHHee = {
},
"rhos": {
"pi_pid": None,
"pi_ipchi2_min": 6.,
}
}
......@@ -297,7 +298,7 @@ BtoHHmumu = {
"am_max": 7_000. * MeV, #iddl NOT M
"B_pt_min": 0. * MeV, #iddlM
"FDchi2_min": 10., #36.,
"vchi2pdof_max": 30., #16.,#iddlM
"vchi2pdof_max": 20., #16.,#iddlM
"bpvipchi2_max": 100_000., #5., #no cut in iddl, loosened
"min_cosine": 0.9995, #no cut in iddl, NOT M
},
......@@ -316,6 +317,7 @@ BtoHHmumu = {
},
"rhos": {
"pi_pid": None,
"pi_ipchi2_min": 6.,
}
}
......
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