This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
0.1.0
Revised names for TVector*/TLorentzVectors
. Methods that will never have any parameters (like pt
, mass
, etc.) are now properties so that they don't need the ()
suffix. This is also to hide the distinction between vectors that are internally represented by cartesian coordinates and vectors that are internally represented by cylindrical coordinates.
Also, TLorentzVector.vect
has been renamed TLorentzVector.p3
(because it projects the 4-vector to a 3-vector).