Skip to content
Snippets Groups Projects
Commit 9b3409ff authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Merge branch 'AM_bpvip' into 'master'

Test the new BPVIP functor

See merge request !643
parents 845c1bcd e395a625
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!643Test the new BPVIP functor
Pipeline #3552317 passed
......@@ -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)
......
<?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'
......
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