#include <Cartesian.h>
Inherits ROOT::Math::Transform3D.
Definition at line 159 of file Cartesian.h.
◆ Transform3D() [1/5]
o2::math_utils::Transform3D::Transform3D |
( |
| ) |
|
|
default |
◆ Transform3D() [2/5]
o2::math_utils::Transform3D::Transform3D |
( |
const TGeoMatrix & |
m | ) |
|
◆ ~Transform3D()
o2::math_utils::Transform3D::~Transform3D |
( |
| ) |
|
|
default |
◆ Transform3D() [3/5]
o2::math_utils::Transform3D::Transform3D |
( |
const ROOT::Math::Rotation3D & |
r, |
|
|
const Vector & |
v |
|
) |
| |
|
inline |
◆ Transform3D() [4/5]
o2::math_utils::Transform3D::Transform3D |
( |
const ROOT::Math::Rotation3D & |
r, |
|
|
const ROOT::Math::Translation3D & |
t |
|
) |
| |
|
inline |
◆ Transform3D() [5/5]
template<class IT >
o2::math_utils::Transform3D::Transform3D |
( |
IT |
begin, |
|
|
IT |
end |
|
) |
| |
|
inline |
◆ ClassDefNV()
o2::math_utils::Transform3D::ClassDefNV |
( |
Transform3D |
, |
|
|
1 |
|
|
) |
| |
◆ LocalToMaster()
template<typename T >
void o2::math_utils::Transform3D::LocalToMaster |
( |
const Point3D< T > & |
loc, |
|
|
Point3D< T > & |
mst |
|
) |
| const |
|
inline |
◆ LocalToMasterVect()
template<typename T >
void o2::math_utils::Transform3D::LocalToMasterVect |
( |
const Point3D< T > & |
loc, |
|
|
Point3D< T > & |
mst |
|
) |
| const |
|
inline |
◆ MasterToLocal()
template<typename T >
void o2::math_utils::Transform3D::MasterToLocal |
( |
const Point3D< T > & |
mst, |
|
|
Point3D< T > & |
loc |
|
) |
| const |
|
inline |
◆ MasterToLocalVect()
template<typename T >
void o2::math_utils::Transform3D::MasterToLocalVect |
( |
const Point3D< T > & |
mst, |
|
|
Point3D< T > & |
loc |
|
) |
| const |
|
inline |
◆ operator TGeoHMatrix &()
o2::math_utils::Transform3D::operator TGeoHMatrix & |
( |
| ) |
const |
|
inline |
◆ operator^() [1/2]
template<typename T >
Point3D< T > o2::math_utils::Transform3D::operator^ |
( |
const Point3D< T > & |
p | ) |
const |
|
inline |
◆ operator^() [2/2]
template<typename T >
Vector3D< T > o2::math_utils::Transform3D::operator^ |
( |
const Vector3D< T > & |
v | ) |
const |
|
inline |
◆ print()
void o2::math_utils::Transform3D::print |
( |
| ) |
const |
◆ set()
void o2::math_utils::Transform3D::set |
( |
const TGeoMatrix & |
m | ) |
|
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Common/MathUtils/include/MathUtils/Cartesian.h
- /home/runner/work/AliceO2/AliceO2/Common/MathUtils/src/Cartesian.cxx