CellData struct
#include <Cell.h>
Contents
- Reference
Public variables
- uint64_t m_id
- Unique identifier for the cell.
- Position m_pos
- Position of the cell in 3D space (x, y, z, eta, phi, r)
- uint32_t m_layer
- Layer of the cell.
- bool m_isBarrel
- Flag to indicate if the cell is in the barrel.
- bool m_isXYZ
- Flags to indicate the coordinate system of the (cuboid) cell.
- bool m_isEtaPhiR
- bool m_isEtaPhiZ
- bool m_isRPhiZ
- double m_dx
- Cell sizes.
- double m_dy
- double m_dz
- double m_deta
- double m_dphi
- double m_dr
- bool m_is_valid
- Flag to invalidate cell.