diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/example-tupling-AllFunctors.py b/DaVinciExamples/python/DaVinciExamples/tupling/example-tupling-AllFunctors.py index c65bb294977b8be85e1a08d92ce333a28aae5cd1..25eecc8f90debb23da6c2134487c5bba6757f7ad 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/example-tupling-AllFunctors.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/example-tupling-AllFunctors.py @@ -81,6 +81,7 @@ def all_variables(pvs, DTFR, ptype): vars['CHARGE'] = F.CHARGE # vars['SIZE'] = F.SIZE(DTFParts) # doesn't work + vars['BPVIP'] = F.BPVIP(pvs) vars['BPVIPCHI2'] = F.BPVIPCHI2(pvs) if (_composite == ptype): # all these require a vertex vars['BPVETA'] = F.BPVETA(pvs) 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 1db831d58026579951beb4bc22925f685e064f5d..ff843ccb1db6cdc4483936bef542c0aaea80faff 100755 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt @@ -1,7 +1,7 @@ <?xml version="1.0" ?> <!-- ############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # +# (c) Copyright 2021-2022 CERN for the benefit of the LHCb Collaboration # # # # This software is distributed under the terms of the GNU General Public # # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # @@ -71,6 +71,8 @@ B_vars_stored = ['B0_BPVCORRM' , 'B0_VZ' , 'B0_Ds_VZ' , 'B0_Delta_VZ_DsB0' +, 'B0_BPVIP' +, 'Kaon_BPVIP' , 'Kaon_BPVIPCHI2' , 'Kaon_CHARGE' , 'Kaon_DTF_BPVIPCHI2'