Project
Loading...
Searching...
No Matches
o2::gpu::TPCFastTransformGeo::RowInfo Struct Reference

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
 

Detailed Description

The struct contains necessary info about TPC padrow.

Definition at line 47 of file TPCFastTransformGeo.h.

Member Function Documentation

◆ GPUdi() [1/2]

o2::gpu::TPCFastTransformGeo::RowInfo::GPUdi ( ) const
inline

get Y max

Definition at line 57 of file TPCFastTransformGeo.h.

◆ GPUdi() [2/2]

o2::gpu::TPCFastTransformGeo::RowInfo::GPUdi ( ) const
inline

get Y min

Definition at line 54 of file TPCFastTransformGeo.h.

Member Data Documentation

◆ maxPad

int32_t o2::gpu::TPCFastTransformGeo::RowInfo::maxPad {0}

maximal pad number = n pads - 1

Definition at line 49 of file TPCFastTransformGeo.h.

◆ padWidth

float o2::gpu::TPCFastTransformGeo::RowInfo::padWidth {0.f}

width of pads [cm]

Definition at line 50 of file TPCFastTransformGeo.h.

◆ x

float o2::gpu::TPCFastTransformGeo::RowInfo::x {0.f}

nominal X coordinate of the padrow [cm]

Definition at line 48 of file TPCFastTransformGeo.h.

◆ yMin

float o2::gpu::TPCFastTransformGeo::RowInfo::yMin {0.f}

min. y coordinate

Definition at line 51 of file TPCFastTransformGeo.h.


The documentation for this struct was generated from the following file: