Project
Loading...
Searching...
No Matches
o2::gpu::GPUTRDSpacePoint Class Referenceabstract

#include <GPUTRDSpacePoint.h>

Public Member Functions

 GPUd () GPUTRDSpacePoint(float x=0
 

Public Attributes

float y = 0
 
float float z = 0
 
float float float dy
 
float mY
 
float mZ
 
float mDy
 

Detailed Description

Definition at line 25 of file GPUTRDSpacePoint.h.

Member Function Documentation

◆ GPUd()

o2::gpu::GPUTRDSpacePoint::GPUd ( )
pure virtual

Member Data Documentation

◆ dy

float float float o2::gpu::GPUTRDSpacePoint::dy
Initial value:
= 0) : mX(x), mY(y), mZ(z), mDy(dy) {}
GPUd() float getX() const { return mX; }
GPUd() float getY() const { return mY; }
GPUd() float getZ() const { return mZ; }
GPUd() float getDy() const { return mDy; }
GPUd() void setX(float x) { mX = x; }
GPUd() void setY(float y) { mY = y; }
GPUd() void setZ(float z) { mZ = z; }
GPUd() void setDy(float dy) { mDy = dy; }
private:
float mX
GPUd() GPUTRDSpacePoint(float x=0
GLint GLenum GLint x
Definition glcorearb.h:403
typedef void(APIENTRYP PFNGLCULLFACEPROC)(GLenum mode)
GLdouble GLdouble GLdouble z
Definition glcorearb.h:843

Definition at line 28 of file GPUTRDSpacePoint.h.

◆ mDy

float o2::gpu::GPUTRDSpacePoint::mDy

Definition at line 42 of file GPUTRDSpacePoint.h.

◆ mY

float o2::gpu::GPUTRDSpacePoint::mY

Definition at line 40 of file GPUTRDSpacePoint.h.

◆ mZ

float o2::gpu::GPUTRDSpacePoint::mZ

Definition at line 41 of file GPUTRDSpacePoint.h.

◆ y

float o2::gpu::GPUTRDSpacePoint::y = 0

Definition at line 28 of file GPUTRDSpacePoint.h.

◆ z

float float o2::gpu::GPUTRDSpacePoint::z = 0

Definition at line 28 of file GPUTRDSpacePoint.h.


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