![]() |
ATLAS Offline Software
|
#include <CaloDetDescrElement_g.h>
Public Member Functions | |
| CUDA_HOSTDEV | CaloDetDescrElement_Gpu (const long long identify, const long long hash_id, const int calosample, const float eta, const float phi, const float deta, const float dphi, const float r, const float eta_raw, const float phi_raw, const float r_raw, const float dr, const float x, const float y, const float z, const float x_raw, const float y_raw, const float z_raw, const float dx, const float dy, const float dz) |
| CUDA_HOSTDEV | CaloDetDescrElement_Gpu () |
| CUDA_HOSTDEV | ~CaloDetDescrElement_Gpu () |
| virtual destructor | |
| CUDA_HOSTDEV float | eta () const |
| cell eta | |
| CUDA_HOSTDEV float | phi () const |
| cell phi | |
| CUDA_HOSTDEV float | r () const |
| cell r | |
| CUDA_HOSTDEV float | eta_raw () const |
| cell eta_raw | |
| CUDA_HOSTDEV float | phi_raw () const |
| cell phi_raw | |
| CUDA_HOSTDEV float | r_raw () const |
| cell r_raw | |
| CUDA_HOSTDEV float | dphi () const |
| cell dphi | |
| CUDA_HOSTDEV float | deta () const |
| cell deta | |
| CUDA_HOSTDEV float | dr () const |
| cell dr | |
| CUDA_HOSTDEV float | x () const |
| cell x | |
| CUDA_HOSTDEV float | y () const |
| cell y | |
| CUDA_HOSTDEV float | z () const |
| cell z | |
| CUDA_HOSTDEV float | x_raw () const |
| cell x_raw | |
| CUDA_HOSTDEV float | y_raw () const |
| cell y_raw | |
| CUDA_HOSTDEV float | z_raw () const |
| cell z_raw | |
| CUDA_HOSTDEV float | dx () const |
| cell dx | |
| CUDA_HOSTDEV float | dy () const |
| cell dy | |
| CUDA_HOSTDEV float | dz () const |
| cell dz | |
| CUDA_HOSTDEV Identifier_Gpu | identify () const |
| cell identifier | |
| CUDA_HOSTDEV long long | get_compact () const |
| CUDA_HOSTDEV unsigned long long | calo_hash () const |
| CUDA_HOSTDEV int | getSampling () const |
Public Attributes | |
| long long | m_identify |
| long long | m_hash_id |
| int | m_calosample |
| float | m_eta |
| cylindric coordinates : eta | |
| float | m_phi |
| cylindric coordinates : phi | |
| float | m_sinTh |
| this one is cached for algorithm working in transverse Energy | |
| float | m_cosTh |
| this one is cached for algorithm working in transverse Energy | |
| float | m_deta |
| cylindric coordinates : delta eta | |
| float | m_dphi |
| cylindric coordinates : delta phi | |
| float | m_volume |
| cylindric coordinates : r | |
| float | m_sinPhi |
| cache to allow fast px py pz computation | |
| float | m_cosPhi |
| cache to allow fast px py pz computation | |
| float | m_r |
| cylindric coordinates : r | |
| float | m_eta_raw |
| cylindric coordinates : eta_raw | |
| float | m_phi_raw |
| cylindric coordinates : phi_raw | |
| float | m_r_raw |
| cylindric coordinates : r_raw | |
| float | m_dr |
| cylindric coordinates : delta r | |
| float | m_x |
| cartesian coordinates : X | |
| float | m_y |
| cartesian coordinates : Y | |
| float | m_z |
| cartesian coordinates : Z | |
| float | m_x_raw |
| cartesian coordinates : X raw | |
| float | m_y_raw |
| cartesian coordinates : Y raw | |
| float | m_z_raw |
| cartesian coordinates : Z raw | |
| float | m_dx |
| cartesian coordinates : delta X | |
| float | m_dy |
| cartesian coordinates : delta Y | |
| float | m_dz |
| cartesian coordinates : delta Z | |
Definition at line 10 of file CaloDetDescrElement_g.h.
|
inline |
Definition at line 12 of file CaloDetDescrElement_g.h.
|
inline |
Definition at line 36 of file CaloDetDescrElement_g.h.
|
inline |
|
inline |
Definition at line 224 of file CaloDetDescrElement_g.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 220 of file CaloDetDescrElement_g.h.
|
inline |
Definition at line 226 of file CaloDetDescrElement_g.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int CaloDetDescrElement_Gpu::m_calosample |
Definition at line 134 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_cosPhi |
cache to allow fast px py pz computation
Definition at line 168 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_cosTh |
this one is cached for algorithm working in transverse Energy
Definition at line 148 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_deta |
cylindric coordinates : delta eta
Definition at line 152 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_dphi |
cylindric coordinates : delta phi
Definition at line 155 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_dr |
cylindric coordinates : delta r
Definition at line 184 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_dx |
cartesian coordinates : delta X
Definition at line 206 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_dy |
cartesian coordinates : delta Y
Definition at line 209 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_dz |
cartesian coordinates : delta Z
Definition at line 212 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_eta |
cylindric coordinates : eta
Definition at line 138 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_eta_raw |
cylindric coordinates : eta_raw
Definition at line 175 of file CaloDetDescrElement_g.h.
| long long CaloDetDescrElement_Gpu::m_hash_id |
Definition at line 132 of file CaloDetDescrElement_g.h.
| long long CaloDetDescrElement_Gpu::m_identify |
Definition at line 131 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_phi |
cylindric coordinates : phi
Definition at line 141 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_phi_raw |
cylindric coordinates : phi_raw
Definition at line 178 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_r |
cylindric coordinates : r
Definition at line 172 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_r_raw |
cylindric coordinates : r_raw
Definition at line 181 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_sinPhi |
cache to allow fast px py pz computation
Definition at line 164 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_sinTh |
this one is cached for algorithm working in transverse Energy
Definition at line 145 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_volume |
cylindric coordinates : r
Definition at line 160 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_x |
cartesian coordinates : X
Definition at line 188 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_x_raw |
cartesian coordinates : X raw
Definition at line 197 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_y |
cartesian coordinates : Y
Definition at line 191 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_y_raw |
cartesian coordinates : Y raw
Definition at line 200 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_z |
cartesian coordinates : Z
Definition at line 194 of file CaloDetDescrElement_g.h.
| float CaloDetDescrElement_Gpu::m_z_raw |
cartesian coordinates : Z raw
Definition at line 203 of file CaloDetDescrElement_g.h.