![]() |
LArSoft
v10_04_05
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 1624 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 1648 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 1675 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 1699 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 1726 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 1630 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 1654 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 1681 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 1705 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 1732 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 1642 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 1666 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 1693 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 1717 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 1744 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 1636 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 1660 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 1687 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 1711 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 1738 of file geo_vectors_utils.h.
References geo::vect::vector_cend().
Referenced by geo::vect::middlePoint(), and geo::vect::middlePointAs().