#include <Run3ScoutingVertex.h>
Public Member Functions | |
float | chi2 () const |
bool | isValidVtx () const |
int | ndof () const |
Run3ScoutingVertex (float x, float y, float z, float zError, float xError, float yError, int tracksSize, float chi2, int ndof, bool isValidVtx, float xyCov, float xzCov, float yzCov) | |
Run3ScoutingVertex () | |
int | tracksSize () const |
float | x () const |
float | xError () const |
float | xyCov () const |
float | xzCov () const |
float | y () const |
float | yError () const |
float | yzCov () const |
float | z () const |
float | zError () const |
Private Attributes | |
float | chi2_ |
bool | isValidVtx_ |
int | ndof_ |
int | tracksSize_ |
float | x_ |
float | xError_ |
float | xyCov_ |
float | xzCov_ |
float | y_ |
float | yError_ |
float | yzCov_ |
float | z_ |
float | zError_ |
Definition at line 8 of file Run3ScoutingVertex.h.
|
inline |
Definition at line 11 of file Run3ScoutingVertex.h.
|
inline |
Definition at line 38 of file Run3ScoutingVertex.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 54 of file Run3ScoutingVertex.h.
References x_.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 55 of file Run3ScoutingVertex.h.
References y_.
Referenced by svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
inline |
|
inline |
|
inline |
Definition at line 56 of file Run3ScoutingVertex.h.
References z_.
Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().
|
inline |
|
private |
Definition at line 76 of file Run3ScoutingVertex.h.
Referenced by chi2().
|
private |
Definition at line 78 of file Run3ScoutingVertex.h.
Referenced by isValidVtx().
|
private |
Definition at line 77 of file Run3ScoutingVertex.h.
Referenced by ndof().
|
private |
Definition at line 75 of file Run3ScoutingVertex.h.
Referenced by tracksSize().
|
private |
Definition at line 69 of file Run3ScoutingVertex.h.
Referenced by x().
|
private |
Definition at line 73 of file Run3ScoutingVertex.h.
Referenced by xError().
|
private |
Definition at line 79 of file Run3ScoutingVertex.h.
Referenced by xyCov().
|
private |
Definition at line 80 of file Run3ScoutingVertex.h.
Referenced by xzCov().
|
private |
Definition at line 70 of file Run3ScoutingVertex.h.
Referenced by y().
|
private |
Definition at line 74 of file Run3ScoutingVertex.h.
Referenced by yError().
|
private |
Definition at line 81 of file Run3ScoutingVertex.h.
Referenced by yzCov().
|
private |
Definition at line 71 of file Run3ScoutingVertex.h.
Referenced by z().
|
private |
Definition at line 72 of file Run3ScoutingVertex.h.
Referenced by zError().