Skip to content
Snippets Groups Projects
Commit 11fa2d7b authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'AM_endvertex_diff' into 'master'

Add test for difference between end vertices of two composites

See merge request !635
parents af145852 0687e21e
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!635Add test for difference between end vertices of two composites
Pipeline #3519273 passed
......@@ -70,6 +70,8 @@ def all_variables(pvs, DTFR, ptype):
vars['VY'] = F.VY
vars['VZ'] = F.VZ
vars['VRho'] = F.VRho
vars['Ds_VZ'] = F.CHILD(1, F.VZ)
vars['Delta_VZ_DsB0'] = F.CHILD(1, F.VZ) - F.VZ
# vars['DOCA'] = F.DOCA(Child1=1,Child2=2) # no member named 'doca' in 'LHCb::Particle' (?)
# vars['DOCACHI2'] = F.DOCACHI2(Child1=1,Child2=2) # same here
......
......@@ -69,6 +69,8 @@ B_vars_stored = ['B0_BPVCORRM'
, 'B0_VX'
, 'B0_VY'
, 'B0_VZ'
, 'B0_Ds_VZ'
, 'B0_Delta_VZ_DsB0'
, 'Kaon_BPVIPCHI2'
, 'Kaon_CHARGE'
, 'Kaon_DTF_BPVIPCHI2'
......
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