![]() |
Project
|
The struct contains necessary info about TPC padrow. More...
#include <TPCFastTransformGeo.h>
Public Member Functions | |
| GPUdi () float getYmin() const | |
| get Y min | |
| GPUdi () float getYmax() const | |
| get Y max | |
Public Attributes | |
| float | x {0.f} |
| nominal X coordinate of the padrow [cm] | |
| int32_t | maxPad {0} |
| maximal pad number = n pads - 1 | |
| float | padWidth {0.f} |
| width of pads [cm] | |
| float | yMin {0.f} |
| min. y coordinate | |
The struct contains necessary info about TPC padrow.
Definition at line 47 of file TPCFastTransformGeo.h.
|
inline |
get Y max
Definition at line 57 of file TPCFastTransformGeo.h.
|
inline |
get Y min
Definition at line 54 of file TPCFastTransformGeo.h.
| int32_t o2::gpu::TPCFastTransformGeo::RowInfo::maxPad {0} |
maximal pad number = n pads - 1
Definition at line 49 of file TPCFastTransformGeo.h.
| float o2::gpu::TPCFastTransformGeo::RowInfo::padWidth {0.f} |
width of pads [cm]
Definition at line 50 of file TPCFastTransformGeo.h.
| float o2::gpu::TPCFastTransformGeo::RowInfo::x {0.f} |
nominal X coordinate of the padrow [cm]
Definition at line 48 of file TPCFastTransformGeo.h.
| float o2::gpu::TPCFastTransformGeo::RowInfo::yMin {0.f} |
min. y coordinate
Definition at line 51 of file TPCFastTransformGeo.h.