#include <TPCFastSpaceChargeCorrection.h>
|
| void | set (float y0_, float yScale_, float z0_, float zScale_, float zOut_, float zReadout_) |
| |
| float | getY0 () const |
| |
| float | getYscale () const |
| |
| float | getZ0 () const |
| |
| float | getZscale () const |
| |
| | GPUdi () float getSpineScaleForZ(float z) const |
| |
| | GPUdi () void convLocalToGridUntruncated(int sector |
| | convert local y, z to internal grid coordinates u,v, and spline scale
|
| |
| | GPUdi () void convGridToLocal(int sector |
| | convert internal grid coordinates u,v to local y, z
|
| |
| | if (sector >=TPCFastTransformGeo::getNumberOfSectorsA()) |
| |
| | ClassDefNV (GridInfo, 1) |
| |
|
| float | y |
| |
| float float | z |
| |
| float float float & | u |
| |
| float float float float & | v |
| |
| float float float float float &s | const |
| |
| | v = (z - z0) * zScale |
| |
| | s = getSpineScaleForZ(z) |
| |
| float | gridU |
| |
| float float | gridV |
| |
| float float float & | y |
| |
| float float float float &z | const |
| |
| | z = z0 + gridV / zScale |
| |
◆ ClassDefNV()
| o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::ClassDefNV |
( |
GridInfo |
, |
|
|
1 |
|
|
) |
| |
◆ getY0()
| float o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::getY0 |
( |
| ) |
const |
|
inline |
◆ getYscale()
| float o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::getYscale |
( |
| ) |
const |
|
inline |
◆ getZ0()
| float o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::getZ0 |
( |
| ) |
const |
|
inline |
◆ getZscale()
| float o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::getZscale |
( |
| ) |
const |
|
inline |
◆ GPUdi() [1/3]
| o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::GPUdi |
( |
| ) |
const |
|
inline |
◆ GPUdi() [2/3]
| o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::GPUdi |
( |
| ) |
|
convert internal grid coordinates u,v to local y, z
◆ GPUdi() [3/3]
| o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::GPUdi |
( |
| ) |
|
convert local y, z to internal grid coordinates u,v, and spline scale
◆ if()
| o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::if |
( |
sector >= |
TPCFastTransformGeo::getNumberOfSectorsA() | ) |
|
|
inline |
◆ set()
| void o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::set |
( |
float |
y0_, |
|
|
float |
yScale_, |
|
|
float |
z0_, |
|
|
float |
zScale_, |
|
|
float |
zOut_, |
|
|
float |
zReadout_ |
|
) |
| |
|
inline |
◆ const [1/2]
| float float float float float& s o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::const |
◆ const [2/2]
| float float float float& z o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::const |
◆ gridU
| float o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::gridU |
◆ gridV
| float float o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::gridV |
| o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::s = getSpineScaleForZ(z) |
| float float float& o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::u |
◆ v [1/2]
| float float float float& o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::v |
◆ v [2/2]
| o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::v = (z - z0) * zScale |
◆ y [1/2]
| float o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::y |
◆ y [2/2]
| float float float& o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::y |
◆ z [1/2]
| float float o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::z |
◆ z [2/2]
| o2::gpu::TPCFastSpaceChargeCorrection::GridInfo::z = z0 + gridV / zScale |
The documentation for this struct was generated from the following file: