I just wrote up an example that transformed a Cartesian Lorentz vector into cylindrical coordinate system with pseudorapidity and mass, and I had to say
lorentz_vector.to_rhophietatau()
although we had been talking about "pt", "phi", "eta", and "mass" coordinates earlier. What's worse, the Awkward backend makes these the field names. All 12 conversion functions should have momentum-named equivalents that ensure that the output array has momentum field names.
I just wrote up an example that transformed a Cartesian Lorentz vector into cylindrical coordinate system with pseudorapidity and mass, and I had to say
although we had been talking about "pt", "phi", "eta", and "mass" coordinates earlier. What's worse, the Awkward backend makes these the field names. All 12 conversion functions should have momentum-named equivalents that ensure that the output array has momentum field names.