![]() |
Project
|
#include <PrimaryVertex.h>
Inherits o2::dataformats::Vertex< TimeStampWithError< float, float > >.
Inherited by o2::dataformats::PrimaryVertexExt, and o2::vertexing::VertexSeed.
Public Member Functions | |
PrimaryVertex ()=default | |
PrimaryVertex (const PrimaryVertex &)=default | |
~PrimaryVertex ()=default | |
const InteractionRecord & | getIRMax () const |
void | setIRMax (const InteractionRecord &ir) |
const InteractionRecord & | getIRMin () const |
void | setIRMin (const InteractionRecord &ir) |
void | setIR (const InteractionRecord &ir) |
bool | hasUniqueIR () const |
float | getTMAD () const |
void | setTMAD (float v) |
float | getZMAD () const |
void | setZMAD (float v) |
void | print () const |
std::string | asString () const |
![]() | |
GPUhdDefault () Vertex()=default | |
GPUhdDefault () ~Vertex()=default | |
GPUhd () Vertex(const math_utils | |
GPUd () ushort getNContributors() const | |
GPUd () void setNContributors(ushort v) | |
GPUd () void addContributor() | |
GPUd () ushort getFlags() const | |
GPUd () bool isFlagSet(uint f) const | |
GPUd () void setFlags(ushort f) | |
GPUd () void resetFlags(ushort f | |
chi2 or quality of tracks to vertex attachment | |
ClassDefNV (Vertex, 3) | |
![]() | |
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 |
Protected Member Functions | |
ClassDefNV (PrimaryVertex, 2) | |
![]() | |
ClassDefNV (VertexBase, 1) | |
Protected Attributes | |
InteractionRecord | mIRMin {} |
by default not assigned! | |
InteractionRecord | mIRMax {} |
by default not assigned! | |
float | mTMAD = -1 |
MAD estimator for Tsigma. | |
float | mZMAD = -1 |
MAD estimator for Zsigma. | |
![]() | |
math_utils::Point3D< float > | mPos {0., 0., 0.} |
cartesian position | |
gpu::gpustd::array< float, kNCov > | mCov {} |
errors, see CovElems enum | |
Additional Inherited Members | |
![]() | |
enum | Flags |
using | ushort = unsigned short |
![]() | |
enum | CovElems : int { kCovXX , kCovXY , kCovYY , kCovXZ , kCovYZ , kCovZZ } |
![]() | |
ushort | mNContributors |
N contributors. | |
ushort | mBits |
bit field for flags | |
TimeStampWithError< float, float > | mTimeStamp |
vertex time-stamp | |
![]() | |
float | y |
float float | z |
float | sxy |
float float | syy |
float float float | sxz |
float float float float | syz |
float float float float float | szz |
![]() | |
static constexpr int | kNCov = 6 |
Definition at line 25 of file PrimaryVertex.h.
|
default |
|
default |
|
default |
std::string o2::dataformats::PrimaryVertex::asString | ( | ) | const |
Definition at line 24 of file PrimaryVertex.cxx.
|
protected |
|
inline |
Definition at line 33 of file PrimaryVertex.h.
|
inline |
Definition at line 35 of file PrimaryVertex.h.
|
inline |
Definition at line 40 of file PrimaryVertex.h.
|
inline |
Definition at line 42 of file PrimaryVertex.h.
|
inline |
Definition at line 38 of file PrimaryVertex.h.
void o2::dataformats::PrimaryVertex::print | ( | ) | const |
Definition at line 42 of file PrimaryVertex.cxx.
|
inline |
Definition at line 37 of file PrimaryVertex.h.
|
inline |
Definition at line 34 of file PrimaryVertex.h.
|
inline |
Definition at line 36 of file PrimaryVertex.h.
|
inline |
Definition at line 41 of file PrimaryVertex.h.
|
inline |
Definition at line 43 of file PrimaryVertex.h.
|
protected |
by default not assigned!
Definition at line 52 of file PrimaryVertex.h.
|
protected |
by default not assigned!
Definition at line 51 of file PrimaryVertex.h.
|
protected |
MAD estimator for Tsigma.
Definition at line 53 of file PrimaryVertex.h.
|
protected |
MAD estimator for Zsigma.
Definition at line 54 of file PrimaryVertex.h.