PhysSel/PhysSelPython & Phys/PhysConf:
! 2017-01-19 - Vanya Belyaev
- Wrappers.py, Selections.py:
-
- Add "ValidBPVSelection'' (variant of FilterSelection) to allow easy check for validity of the associated best primary vertex
my_selection = ...
with_valid_BPV = VaidBPVSelection ( my_selection)
my_tuple = TupleSelection ( 'TUPLE' , with_valid_BPV , ... )