diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/example-tupling-AllFunctors.py b/DaVinciExamples/python/DaVinciExamples/tupling/example-tupling-AllFunctors.py index 153731ba31cb1a07030549b104c88a0cfb8914ea..b2785c6cc670fe29a2fd609d0cb6da736f326443 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/example-tupling-AllFunctors.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/example-tupling-AllFunctors.py @@ -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 diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt index fb40815f963fef8a5b915c9d65c818d82dde9216..1db831d58026579951beb4bc22925f685e064f5d 100755 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt @@ -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'