Classes | Namespaces | Typedefs | Functions
LocalTransformation.h File Reference

Class containing local-to-world transformations. More...

#include <vector>
#include <utility>
#include <type_traits>
#include <cstdlib>
#include "LocalTransformation.tcc"

Go to the source code of this file.

Classes

struct  geo::details::TransformationMatrixConverter< Dest, Src >
 
class  geo::LocalTransformation< StoredMatrix >
 Class to transform between world and local coordinates. More...
 

Namespaces

 geo
 LArSoft geometry interface.
 
 geo::details
 

Typedefs

using geo::GeoNodeIterator_t = std::vector< TGeoNode const * >::const_iterator
 

Functions

template<typename StoredMatrix , typename ITER >
static StoredMatrix geo::transformationFromPath (ITER begin, ITER end)
 Builds a matrix to go from local to world coordinates in one step. More...
 
template<typename StoredMatrix >
static StoredMatrix geo::transformationFromPath (std::vector< TGeoNode const * > const &path, size_t depth)
 Builds a matrix to go from local to world coordinates in one step. More...
 
template<typename Dest , typename Src >
decltype(auto) geo::convertTransformationMatrix (Src &&trans)
 Converts a transformation matrix into Dest format. More...
 

Detailed Description

Class containing local-to-world transformations.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
November 30, 2016

Definition in file LocalTransformation.h.