|
CbmRoot
|
Structure to hold local coordinates in the field map. Local coordinates are defined as the distance from the field centre in the local coordinate system. The hemispheres (hemiX, hemiY, hemiZ) indicate the sign of the local coordinates relative to the field centre. More...
#include <CbmFieldMap.h>
Public Attributes | |
| Double_t | x {0.} |
| Double_t | y {0.} |
| Double_t | z {0.} |
| Double_t | hemiX {1.} |
| Double_t | hemiY {1.} |
| Double_t | hemiZ {1.} |
Structure to hold local coordinates in the field map. Local coordinates are defined as the distance from the field centre in the local coordinate system. The hemispheres (hemiX, hemiY, hemiZ) indicate the sign of the local coordinates relative to the field centre.
Definition at line 158 of file CbmFieldMap.h.
| Double_t CbmFieldMap::LocalCoordinates::hemiX {1.} |
Definition at line 162 of file CbmFieldMap.h.
| Double_t CbmFieldMap::LocalCoordinates::hemiY {1.} |
Definition at line 163 of file CbmFieldMap.h.
| Double_t CbmFieldMap::LocalCoordinates::hemiZ {1.} |
Definition at line 164 of file CbmFieldMap.h.
| Double_t CbmFieldMap::LocalCoordinates::x {0.} |
Definition at line 159 of file CbmFieldMap.h.
Referenced by CbmFieldMapSym1::Global2LocalReflected(), CbmFieldMapSym2::Global2LocalReflected(), CbmFieldMapSym3::Global2LocalReflected(), and CbmFieldMap::Local2Grid().
| Double_t CbmFieldMap::LocalCoordinates::y {0.} |
Definition at line 160 of file CbmFieldMap.h.
Referenced by CbmFieldMapSym2::Global2LocalReflected(), CbmFieldMapSym3::Global2LocalReflected(), and CbmFieldMap::Local2Grid().
| Double_t CbmFieldMap::LocalCoordinates::z {0.} |
Definition at line 161 of file CbmFieldMap.h.
Referenced by CbmFieldMapSym3::Global2LocalReflected(), and CbmFieldMap::Local2Grid().