Skip to content
Snippets Groups Projects
Commit e395a625 authored by Abhijit Mathad's avatar Abhijit Mathad Committed by Eduardo Rodrigues
Browse files

Test the new BPVIP functor

parent 62664d3f
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!643Test the new BPVIP functor
......@@ -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