group 4-vector string representations

4-vector string representations

Module: Functions for 4-momenta / 4-vector comparison functions (for sorting)

Functions

Name
std::stringtoString(const FourVector & lv)
Render a 4-vector as a string.
std::ostream &operator«(std::ostream & out, const FourVector & lv)
Write a 4-vector to an ostream.

Functions Documentation

function toString

inline std::string toString(
    const FourVector & lv
)

Render a 4-vector as a string.

function operator«

inline std::ostream & operator<<(
    std::ostream & out,
    const FourVector & lv
)

Write a 4-vector to an ostream.


Updated on 2022-08-07 at 20:17:18 +0100