Skip to content

Adding ALLPV{X,Y,Z} functors

Lukas Calefice requested to merge LC_ALLPVXYZ into master

This MR is adding three separate functors F.ALLPVX(pvs), F.ALLPVY(pvs), F.ALLPVZ(pvs) for the vertex positions of all PVs in the event.

This branch is based on !2745 (closed) and requires Analysis!866 (merged) (as it adds support for tupling std::vector<SIMDWrapper::scalar::float_v> types).

Examples for the functors in DaVinci are added here: DaVinci!659 (closed)

FYI: @amathad

Edited by Abhijit Mathad

Merge request reports