DESY Hbb Analysis Framework
|
#include <Vertex.h>
Public Member Functions | |
float | chi2 () const |
returns chi^2 of the vertex fit More... | |
void | chi2 (const float &) |
sets chi^2 of the vertex fit More... | |
bool | fake () const |
returns if vertex is fake or not More... | |
void | fake (const bool &) |
sets if vertex is fake or not More... | |
float | ndof () const |
returns number of degrees of freedom of the vertex fit More... | |
void | ndof (const float &) |
sets number of degrees of freedom of the vertex fit More... | |
float | rho () const |
returns rho coordinate of vertex position More... | |
void | rho (const float &) |
sets rho coordinate of vertex position More... | |
Vertex () | |
default constructor More... | |
Vertex (const float &, const float &, const float &) | |
constructor with defined position x, y, z More... | |
float | x () const |
returns x coordinate of vertex position More... | |
void | x (const float &) |
sets x coordinate of vertex position More... | |
float | xe () const |
returns error on x coordinate of vertex position More... | |
void | xe (const float &) |
sets error on x coordinate of vertex position More... | |
float | y () const |
returns y coordinate of vertex position More... | |
void | y (const float &) |
sets y coordinate of vertex position More... | |
float | ye () const |
returns error on y coordinate of vertex position More... | |
void | ye (const float &) |
sets error on y coordinate of vertex position More... | |
float | z () const |
returns z coordinate of vertex position More... | |
void | z (const float &) |
sets z coordinate of vertex position More... | |
float | ze () const |
returns error on z coordinate of vertex position More... | |
void | ze (const float &) |
sets error on z coordinate of vertex position More... | |
~Vertex () | |
destructor More... | |
Protected Attributes | |
float | chi2_ |
chi^2 of the vertex fit More... | |
bool | fake_ |
if vertex is fake or not More... | |
float | ndof_ |
number of degrees of freedom of the vertex fit More... | |
float | rho_ |
rho coordinate of vertex position More... | |
float | x_ |
x coordinate of vertex position More... | |
float | xe_ |
error on x coordinate of vertex position More... | |
float | y_ |
y coordinate of vertex position More... | |
float | ye_ |
error on y coordinate of vertex position More... | |
float | z_ |
z coordinate of vertex position More... | |
float | ze_ |
error on z coordinate of vertex position More... | |
Vertex::Vertex | ( | const float & | x, |
const float & | y, | ||
const float & | z | ||
) |
constructor with defined position x, y, z
Definition at line 25 of file Vertex.cc.
Vertex::~Vertex | ( | ) |
float Vertex::chi2 | ( | ) | const |
returns chi^2 of the vertex fit
Definition at line 48 of file Vertex.cc.
References chi2_.
Referenced by chi2(), and analysis::tools::PhysicsObjectTree< Object >::collection().
void Vertex::chi2 | ( | const float & | chi2 | ) |
sets chi^2 of the vertex fit
Definition at line 61 of file Vertex.cc.
bool Vertex::fake | ( | ) | const |
returns if vertex is fake or not
Definition at line 51 of file Vertex.cc.
References fake_.
Referenced by analysis::tools::PhysicsObjectTree< Object >::collection(), and fake().
void Vertex::fake | ( | const bool & | fake | ) |
sets if vertex is fake or not
Definition at line 65 of file Vertex.cc.
float Vertex::ndof | ( | ) | const |
returns number of degrees of freedom of the vertex fit
Definition at line 49 of file Vertex.cc.
References ndof_.
Referenced by analysis::tools::PhysicsObjectTree< Object >::collection(), and ndof().
void Vertex::ndof | ( | const float & | ndof | ) |
sets number of degrees of freedom of the vertex fit
Definition at line 62 of file Vertex.cc.
float Vertex::rho | ( | ) | const |
returns rho coordinate of vertex position
Definition at line 50 of file Vertex.cc.
References rho_.
Referenced by analysis::tools::PhysicsObjectTree< Object >::collection(), and rho().
void Vertex::rho | ( | const float & | rho | ) |
sets rho coordinate of vertex position
Definition at line 63 of file Vertex.cc.
float Vertex::x | ( | ) | const |
void Vertex::x | ( | const float & | x | ) |
sets x coordinate of vertex position
Definition at line 54 of file Vertex.cc.
float Vertex::xe | ( | ) | const |
returns error on x coordinate of vertex position
Definition at line 45 of file Vertex.cc.
References xe_.
Referenced by xe().
void Vertex::xe | ( | const float & | xe | ) |
sets error on x coordinate of vertex position
Definition at line 57 of file Vertex.cc.
float Vertex::y | ( | ) | const |
void Vertex::y | ( | const float & | y | ) |
sets y coordinate of vertex position
Definition at line 55 of file Vertex.cc.
float Vertex::ye | ( | ) | const |
returns error on y coordinate of vertex position
Definition at line 46 of file Vertex.cc.
References ye_.
Referenced by ye().
void Vertex::ye | ( | const float & | ye | ) |
sets error on y coordinate of vertex position
Definition at line 58 of file Vertex.cc.
float Vertex::z | ( | ) | const |
void Vertex::z | ( | const float & | z | ) |
sets z coordinate of vertex position
Definition at line 56 of file Vertex.cc.
float Vertex::ze | ( | ) | const |
returns error on z coordinate of vertex position
Definition at line 47 of file Vertex.cc.
References ze_.
Referenced by ze().
void Vertex::ze | ( | const float & | ze | ) |
sets error on z coordinate of vertex position
Definition at line 59 of file Vertex.cc.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |