Skip to content
Snippets Groups Projects

Test the new BPVIP functor

Merged Abhijit Mathad requested to merge AM_bpvip into master
Files
2
@@ -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)
Loading