LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Functions | |
Overloads of STL C++ functions for ROOT GenVector vectors | |
template<class CoordSystem , class Tag > | |
decltype(auto) | begin (ROOT::Math::PositionVector2D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | cbegin (ROOT::Math::PositionVector2D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | end (ROOT::Math::PositionVector2D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | cend (ROOT::Math::PositionVector2D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | begin (ROOT::Math::DisplacementVector2D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | cbegin (ROOT::Math::DisplacementVector2D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | end (ROOT::Math::DisplacementVector2D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | cend (ROOT::Math::DisplacementVector2D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | begin (ROOT::Math::PositionVector3D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | cbegin (ROOT::Math::PositionVector3D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | end (ROOT::Math::PositionVector3D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | cend (ROOT::Math::PositionVector3D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | begin (ROOT::Math::DisplacementVector3D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | cbegin (ROOT::Math::DisplacementVector3D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | end (ROOT::Math::DisplacementVector3D< CoordSystem, Tag > const &v) |
template<class CoordSystem , class Tag > | |
decltype(auto) | cend (ROOT::Math::DisplacementVector3D< CoordSystem, Tag > const &v) |
template<class CoordSystem > | |
decltype(auto) | begin (ROOT::Math::LorentzVector< CoordSystem > const &v) |
template<class CoordSystem > | |
decltype(auto) | cbegin (ROOT::Math::LorentzVector< CoordSystem > const &v) |
template<class CoordSystem > | |
decltype(auto) | end (ROOT::Math::LorentzVector< CoordSystem > const &v) |
template<class CoordSystem > | |
decltype(auto) | cend (ROOT::Math::LorentzVector< CoordSystem > const &v) |
decltype(auto) ROOT::Math::begin | ( | ROOT::Math::PositionVector2D< CoordSystem, Tag > const & | v | ) |
Definition at line 1646 of file geo_vectors_utils.h.
References geo::vect::vector_cbegin().
decltype(auto) ROOT::Math::begin | ( | ROOT::Math::DisplacementVector2D< CoordSystem, Tag > const & | v | ) |
Definition at line 1670 of file geo_vectors_utils.h.
References geo::vect::vector_cbegin().
decltype(auto) ROOT::Math::begin | ( | ROOT::Math::PositionVector3D< CoordSystem, Tag > const & | v | ) |
Definition at line 1697 of file geo_vectors_utils.h.
References geo::vect::vector_cbegin().
decltype(auto) ROOT::Math::begin | ( | ROOT::Math::DisplacementVector3D< CoordSystem, Tag > const & | v | ) |
Definition at line 1721 of file geo_vectors_utils.h.
References geo::vect::vector_cbegin().
decltype(auto) ROOT::Math::begin | ( | ROOT::Math::LorentzVector< CoordSystem > const & | v | ) |
Definition at line 1748 of file geo_vectors_utils.h.
References geo::vect::vector_cbegin().
Referenced by geo::vect::middlePoint(), and geo::vect::middlePointAs().
decltype(auto) ROOT::Math::cbegin | ( | ROOT::Math::PositionVector2D< CoordSystem, Tag > const & | v | ) |
Definition at line 1652 of file geo_vectors_utils.h.
References geo::vect::vector_cbegin().
decltype(auto) ROOT::Math::cbegin | ( | ROOT::Math::DisplacementVector2D< CoordSystem, Tag > const & | v | ) |
Definition at line 1676 of file geo_vectors_utils.h.
References geo::vect::vector_cbegin().
decltype(auto) ROOT::Math::cbegin | ( | ROOT::Math::PositionVector3D< CoordSystem, Tag > const & | v | ) |
Definition at line 1703 of file geo_vectors_utils.h.
References geo::vect::vector_cbegin().
decltype(auto) ROOT::Math::cbegin | ( | ROOT::Math::DisplacementVector3D< CoordSystem, Tag > const & | v | ) |
Definition at line 1727 of file geo_vectors_utils.h.
References geo::vect::vector_cbegin().
decltype(auto) ROOT::Math::cbegin | ( | ROOT::Math::LorentzVector< CoordSystem > const & | v | ) |
Definition at line 1754 of file geo_vectors_utils.h.
References geo::vect::vector_cbegin().
decltype(auto) ROOT::Math::cend | ( | ROOT::Math::PositionVector2D< CoordSystem, Tag > const & | v | ) |
Definition at line 1664 of file geo_vectors_utils.h.
References geo::vect::vector_cend().
decltype(auto) ROOT::Math::cend | ( | ROOT::Math::DisplacementVector2D< CoordSystem, Tag > const & | v | ) |
Definition at line 1688 of file geo_vectors_utils.h.
References geo::vect::vector_cend().
decltype(auto) ROOT::Math::cend | ( | ROOT::Math::PositionVector3D< CoordSystem, Tag > const & | v | ) |
Definition at line 1715 of file geo_vectors_utils.h.
References geo::vect::vector_cend().
decltype(auto) ROOT::Math::cend | ( | ROOT::Math::DisplacementVector3D< CoordSystem, Tag > const & | v | ) |
Definition at line 1739 of file geo_vectors_utils.h.
References geo::vect::vector_cend().
decltype(auto) ROOT::Math::cend | ( | ROOT::Math::LorentzVector< CoordSystem > const & | v | ) |
Definition at line 1766 of file geo_vectors_utils.h.
References geo::vect::vector_cend().
decltype(auto) ROOT::Math::end | ( | ROOT::Math::PositionVector2D< CoordSystem, Tag > const & | v | ) |
Definition at line 1658 of file geo_vectors_utils.h.
References geo::vect::vector_cend().
decltype(auto) ROOT::Math::end | ( | ROOT::Math::DisplacementVector2D< CoordSystem, Tag > const & | v | ) |
Definition at line 1682 of file geo_vectors_utils.h.
References geo::vect::vector_cend().
decltype(auto) ROOT::Math::end | ( | ROOT::Math::PositionVector3D< CoordSystem, Tag > const & | v | ) |
Definition at line 1709 of file geo_vectors_utils.h.
References geo::vect::vector_cend().
decltype(auto) ROOT::Math::end | ( | ROOT::Math::DisplacementVector3D< CoordSystem, Tag > const & | v | ) |
Definition at line 1733 of file geo_vectors_utils.h.
References geo::vect::vector_cend().
decltype(auto) ROOT::Math::end | ( | ROOT::Math::LorentzVector< CoordSystem > const & | v | ) |
Definition at line 1760 of file geo_vectors_utils.h.
References geo::vect::vector_cend().
Referenced by geo::vect::middlePoint(), and geo::vect::middlePointAs().