Skip to content

Tuple: add (python) methods column_p4, column_v4, column_v3, column_p3

Vanya Belyaev requested to merge vanya-phys-2 into master

Tuple: add (python) methods column_p4, column_v4, column_v3, column_p3 to add LorentzVector, 3D-vectors and 3D-points to n-tuple as "array-like" columns (in contract to set of 3-4 scalar columnts). It should be a a little bit faster (both from Python and C++ sides) and more convinient for futher processing

Merge request reports