![]() |
Project
|
The struct contains necessary info about TPC padrow. More...
#include <TPCFastTransformGeo.h>
Public Member Functions | |
| GPUd () float getUwidth() const | |
| get width in U | |
| ClassDefNV (RowInfo, 1) | |
Public Attributes | |
| float | x |
| nominal X coordinate of the row [cm] | |
| int32_t | maxPad |
| maximal pad number = n pads - 1 | |
| float | padWidth |
| width of pads [cm] | |
| float | u0 |
| min. u coordinate | |
| float | scaleUtoSU |
| scale for su (scaled u ) coordinate | |
| float | scaleSUtoU |
| scale for u coordinate | |
The struct contains necessary info about TPC padrow.
Definition at line 45 of file TPCFastTransformGeo.h.
| o2::gpu::TPCFastTransformGeo::RowInfo::ClassDefNV | ( | RowInfo | , |
| 1 | |||
| ) |
|
inline |
get width in U
Definition at line 54 of file TPCFastTransformGeo.h.
| int32_t o2::gpu::TPCFastTransformGeo::RowInfo::maxPad |
maximal pad number = n pads - 1
Definition at line 47 of file TPCFastTransformGeo.h.
| float o2::gpu::TPCFastTransformGeo::RowInfo::padWidth |
width of pads [cm]
Definition at line 48 of file TPCFastTransformGeo.h.
| float o2::gpu::TPCFastTransformGeo::RowInfo::scaleSUtoU |
scale for u coordinate
Definition at line 51 of file TPCFastTransformGeo.h.
| float o2::gpu::TPCFastTransformGeo::RowInfo::scaleUtoSU |
scale for su (scaled u ) coordinate
Definition at line 50 of file TPCFastTransformGeo.h.
| float o2::gpu::TPCFastTransformGeo::RowInfo::u0 |
min. u coordinate
Definition at line 49 of file TPCFastTransformGeo.h.
| float o2::gpu::TPCFastTransformGeo::RowInfo::x |
nominal X coordinate of the row [cm]
Definition at line 46 of file TPCFastTransformGeo.h.