Skip to content
Snippets Groups Projects
Commit da8369e8 authored by Jamie Gooding's avatar Jamie Gooding :computer:
Browse files

Included GEC, fixed bpvFDchi2 typo

parent 5580a999
No related branches found
No related tags found
2 merge requests!2292B2OC: uncomment BuToD0h_D0ToKsLLHHPi0Resolved lines (shifters please ignore),!1979Cut-based inclusive dilepton trigger
......@@ -54,7 +54,7 @@ def make_inclusive_cut_dilepton(
two_body=False,
#dilepton (as resonance) cuts
vchi2pdof_dilepton_max=9.,
bpvFDdchi2_dilepton_min=300.,
bpvFDchi2_dilepton_min=300.,
adocachi2cut_dilepton_max=30.,
#dilepton (as B) cuts
vchi2pdof_B_max=9.,
......@@ -76,7 +76,7 @@ def make_inclusive_cut_dilepton(
else: # Build as intermediate candidate
vertex_code = F.require_all(
F.CHI2DOF < vchi2pdof_dilepton_max,
F.BPVFDCHI2(pvs) > bpvFDdchi2_dilepton_min,
F.BPVFDCHI2(pvs) > bpvFDchi2_dilepton_min,
)
return ParticleCombiner([lepton1, lepton2],
......
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