|
| MeanVertexObject (float x, float y, float z, float sigmax, float sigmay, float sigmaz, float slopeX, float slopeY) |
|
| MeanVertexObject (std::array< float, 3 > pos, std::array< float, 3 > sigma, float slopeX, float slopeY) |
|
| MeanVertexObject ()=default |
|
| ~MeanVertexObject ()=default |
|
| MeanVertexObject (const MeanVertexObject &other)=default |
|
| MeanVertexObject (MeanVertexObject &&other)=default |
|
MeanVertexObject & | operator= (const MeanVertexObject &other)=default |
|
MeanVertexObject & | operator= (MeanVertexObject &&other)=default |
|
void | set (int icoord, float val) |
|
void | setSigma (int icoord, float val) |
|
void | setSigma (std::array< float, 3 > val) |
|
void | setSlopeX (float val) |
|
void | setSlopeY (float val) |
|
math_utils::Point3D< float > & | getPos () |
|
math_utils::Point3D< float > | getPos () const |
|
float | getSlopeX () const |
|
float | getSlopeY () const |
|
float | getXAtZ (float z) const |
|
float | getYAtZ (float z) const |
|
void | print () const |
|
std::string | asString () const |
|
math_utils::Point3D< float > | sample () const |
| sample a vertex from the MeanVertex parameters
|
|
VertexBase | getMeanVertex (float z) const |
|
void | setMeanXYVertexAtZ (VertexBase &v, float z) const |
|
const VertexBase & | getMeanVertex () const |
|
| GPUhdDefault () VertexBase()=default |
|
| GPUhdDefault () ~VertexBase()=default |
|
| GPUhd () VertexBase(const math_utils |
|
void | print () const |
|
std::string | asString () const |
|
| GPUhd () float getX() const |
|
| GPUhd () float getY() const |
|
| GPUhd () float getZ() const |
|
| GPUd () float getSigmaX2() const |
|
| GPUd () float getSigmaY2() const |
|
| GPUd () float getSigmaZ2() const |
|
| GPUd () float getSigmaXY() const |
|
| GPUd () float getSigmaXZ() const |
|
| GPUd () float getSigmaYZ() const |
|
| GPUd () float getSigmaX() const |
|
| GPUd () float getSigmaY() const |
|
| GPUd () float getSigmaZ() const |
|
| GPUd () const gpu |
|
| GPUd () void setX(float x) |
|
| GPUd () void setY(float y) |
|
| GPUd () void setZ(float z) |
|
| GPUd () void setXYZ(float x |
|
| setY (y) |
|
| setZ (z) |
|
| GPUd () void setPos(const math_utils |
|
| GPUd () void setSigmaX2(float v) |
|
| GPUd () void setSigmaY2(float v) |
|
| GPUd () void setSigmaZ2(float v) |
|
| GPUd () void setSigmaXY(float v) |
|
| GPUd () void setSigmaXZ(float v) |
|
| GPUd () void setSigmaYZ(float v) |
|
| GPUd () void setSigmaX(float val) |
|
| GPUd () void setSigmaY(float val) |
|
| GPUd () void setSigmaZ(float val) |
|
| GPUd () void setCov(float sxx |
|
| setSigmaY2 (syy) |
|
| setSigmaZ2 (szz) |
|
| setSigmaXY (sxy) |
|
| setSigmaXZ (sxz) |
|
| setSigmaYZ (syz) |
|
| GPUd () void setCov(const gpu |
|
bool | operator== (const VertexBase &other) const |
|
bool | operator!= (const VertexBase &other) const |
|
Definition at line 23 of file MeanVertexObject.h.