19#ifndef GPUCA_GPUCODE_DEVICE
57 GPUd() auto getY()
const {
return mY; }
58 GPUd() auto getZ()
const {
return mZ; }
59 GPUd() auto getR2()
const {
return mY * mY + mZ * mZ; }
60 GPUd() auto getSigmaY2()
const {
return mCov[0]; }
61 GPUd() auto getSigmaYZ()
const {
return mCov[1]; }
62 GPUd() auto getSigmaZ2()
const {
return mCov[2]; }
63 GPUd() const auto& getCovariance()
const {
return mCov; }
70 gpu::gpustd::array<float, 3> mCov;
75#ifndef GPUCA_GPUCODE_DEVICE
76std::ostream&
operator<<(std::ostream& os,
const DCA& d);
typedef void(APIENTRYP PFNGLCULLFACEPROC)(GLenum mode)
GLdouble GLdouble GLdouble z
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...