#include <Run3ScoutingVertex.h>
Definition at line 8 of file Run3ScoutingVertex.h.
◆ Run3ScoutingVertex() [1/2]
Run3ScoutingVertex::Run3ScoutingVertex |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
float |
zError, |
|
|
float |
xError, |
|
|
float |
yError, |
|
|
int |
tracksSize, |
|
|
float |
chi2, |
|
|
int |
ndof, |
|
|
bool |
isValidVtx |
|
) |
| |
|
inline |
◆ Run3ScoutingVertex() [2/2]
Run3ScoutingVertex::Run3ScoutingVertex |
( |
| ) |
|
|
inline |
◆ chi2()
float Run3ScoutingVertex::chi2 |
( |
void |
| ) |
const |
|
inline |
◆ isValidVtx()
bool Run3ScoutingVertex::isValidVtx |
( |
| ) |
const |
|
inline |
◆ ndof()
int Run3ScoutingVertex::ndof |
( |
| ) |
const |
|
inline |
◆ tracksSize()
int Run3ScoutingVertex::tracksSize |
( |
| ) |
const |
|
inline |
◆ x()
float Run3ScoutingVertex::x |
( |
| ) |
const |
|
inline |
◆ xError()
float Run3ScoutingVertex::xError |
( |
| ) |
const |
|
inline |
◆ y()
float Run3ScoutingVertex::y |
( |
| ) |
const |
|
inline |
◆ yError()
float Run3ScoutingVertex::yError |
( |
| ) |
const |
|
inline |
◆ z()
float Run3ScoutingVertex::z |
( |
| ) |
const |
|
inline |
◆ zError()
float Run3ScoutingVertex::zError |
( |
| ) |
const |
|
inline |
◆ chi2_
float Run3ScoutingVertex::chi2_ |
|
private |
◆ isValidVtx_
bool Run3ScoutingVertex::isValidVtx_ |
|
private |
◆ ndof_
int Run3ScoutingVertex::ndof_ |
|
private |
◆ tracksSize_
int Run3ScoutingVertex::tracksSize_ |
|
private |
◆ x_
float Run3ScoutingVertex::x_ |
|
private |
◆ xError_
float Run3ScoutingVertex::xError_ |
|
private |
◆ y_
float Run3ScoutingVertex::y_ |
|
private |
◆ yError_
float Run3ScoutingVertex::yError_ |
|
private |
◆ z_
float Run3ScoutingVertex::z_ |
|
private |
◆ zError_
float Run3ScoutingVertex::zError_ |
|
private |