#include <SpacePointConversionUtils.h>
|
| std::array< float, 4 > & | m_xtrf |
| std::array< float, 4 > & | m_ytrf |
| std::array< float, 4 > & | m_ztrf |
◆ SpacePointTransform() [1/2]
| FTF::SpacePointTransform::SpacePointTransform |
( |
std::array< float, 4 > & | x, |
|
|
std::array< float, 4 > & | y, |
|
|
std::array< float, 4 > & | z ) |
|
inline |
◆ SpacePointTransform() [2/2]
◆ operator()()
Definition at line 224 of file SpacePointConversionUtils.h.
224 {
225
226 double xs =
sp.offlineSpacePoint()->globalPosition().x()-
m_xtrf[0];
227 double ys =
sp.offlineSpacePoint()->globalPosition().y()-
m_ytrf[0];
228 double zs =
sp.offlineSpacePoint()->globalPosition().z()-
m_ztrf[0];
229
233 double Phi = atan2(ys,xs);
234 double r = std::sqrt(xr*xr+yr*yr);
240 }
◆ m_xtrf
| std::array<float, 4>& FTF::SpacePointTransform::m_xtrf |
|
protected |
◆ m_ytrf
| std::array<float, 4>& FTF::SpacePointTransform::m_ytrf |
|
protected |
◆ m_ztrf
| std::array<float, 4>& FTF::SpacePointTransform::m_ztrf |
|
protected |
The documentation for this class was generated from the following file: