LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Utilities to print vector types. More...
Functions | |
Output of old-style ROOT vectors (TVector3 etc.) | |
template<typename Stream > | |
void | Vector2 (Stream &&out, TVector2 const &v) |
Print a TVector2 to an output stream. More... | |
template<typename Stream > | |
void | Vector3 (Stream &&out, TVector3 const &v) |
Print a TVector3 to an output stream. More... | |
template<typename Stream > | |
void | LorentzVector (Stream &&out, TLorentzVector const &v) |
Print a TLorentzVector to an output stream. More... | |
std::ostream & | operator<< (std::ostream &out, TVector2 const &v) |
Print a TVector2 to an output stream. More... | |
std::ostream & | operator<< (std::ostream &out, TVector3 const &v) |
Print a TVector3 to an output stream. More... | |
std::ostream & | operator<< (std::ostream &out, TLorentzVector const &v) |
Print a TLorentzVector to an output stream. More... | |
Utilities to print vector types.
void geo::vect::dump::LorentzVector | ( | Stream && | out, |
TLorentzVector const & | v | ||
) |
Print a TLorentzVector
to an output stream.
Definition at line 76 of file geo_vectors_utils_TVector.h.
Referenced by operator<<().
|
inline |
Print a TVector2
to an output stream.
Definition at line 82 of file geo_vectors_utils_TVector.h.
References Vector2().
|
inline |
Print a TVector3
to an output stream.
Definition at line 89 of file geo_vectors_utils_TVector.h.
References Vector3().
|
inline |
Print a TLorentzVector
to an output stream.
Definition at line 96 of file geo_vectors_utils_TVector.h.
References LorentzVector().
void geo::vect::dump::Vector2 | ( | Stream && | out, |
TVector2 const & | v | ||
) |
Print a TVector2
to an output stream.
Definition at line 62 of file geo_vectors_utils_TVector.h.
Referenced by operator<<().
void geo::vect::dump::Vector3 | ( | Stream && | out, |
TVector3 const & | v | ||
) |
Print a TVector3
to an output stream.
Definition at line 69 of file geo_vectors_utils_TVector.h.
Referenced by operator<<().