10 #ifndef GARSOFT_GEOMETRY_LOCALTRANSFORMATION_H 11 #define GARSOFT_GEOMETRY_LOCALTRANSFORMATION_H 40 template <
typename StoredMatrix>
95 void LocalToWorld(
double const* local,
double* world)
const;
127 void WorldToLocal(
double const* world,
double* local)
const;
147 (std::vector<TGeoNode const*>
const& path,
size_t depth);
150 void SetPath(std::vector<TGeoNode const*>
const& path,
size_t depth){
152 for(
size_t i = 0; i <= depth; i++)
fNodeVec.push_back(path[i]);
177 #include "LocalTransformation.tcc" 179 #endif // GARSOFT_GEOMETRY_LOCALTRANSFORMATION_H
General GArSoft Utilities.
LArSoft geometry interface.