LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
geo::vect::details::ConvertToImplDim< Dest, Source, 4U > Struct Template Reference

#include "geo_vectors_utils.h"

Inheritance diagram for geo::vect::details::ConvertToImplDim< Dest, Source, 4U >:
geo::vect::details::ConvertToImplBase< Dest, Source >

Static Public Member Functions

static Dest convert (Source const &v)
 

Detailed Description

template<typename Dest, typename Source>
struct geo::vect::details::ConvertToImplDim< Dest, Source, 4U >

Definition at line 2084 of file geo_vectors_utils.h.

Member Function Documentation

template<typename Dest , typename Source >
static Dest geo::vect::details::ConvertToImplDim< Dest, Source, 4U >::convert ( Source const &  v)
inlinestatic

Definition at line 2085 of file geo_vectors_utils.h.

References geo::vect::Tcoord(), geo::vect::Xcoord(), geo::vect::Ycoord(), and geo::vect::Zcoord().

2086  {
2087  return {Xcoord(v)(), Ycoord(v)(), Zcoord(v)(), Tcoord(v)()};
2088  }
auto Zcoord(Vector &v)
Returns an object to manage the coordinate Z of the vector v.
auto Ycoord(Vector &v)
Returns an object to manage the coordinate Y of the vector v.
auto Xcoord(Vector &v)
Returns an object to manage the coordinate X of the vector v.
auto Tcoord(Vector &v)
Returns an object to manage the coordinate T of the vector v.

The documentation for this struct was generated from the following file: