#include <ScoutingVertex.h>
Public Member Functions | |
float | chi2 () const |
bool | isValidVtx () const |
int | ndof () const |
ScoutingVertex (float x, float y, float z, float zError, float xError, float yError, int tracksSize, float chi2, int ndof, bool isValidVtx) | |
ScoutingVertex () | |
int | tracksSize () const |
float | x () const |
float | xError () const |
float | y () const |
float | yError () const |
float | z () const |
float | zError () const |
Private Attributes | |
float | chi2_ |
bool | isValidVtx_ |
int | ndof_ |
int | tracksSize_ |
float | x_ |
float | xError_ |
float | y_ |
float | yError_ |
float | z_ |
float | zError_ |
Definition at line 8 of file ScoutingVertex.h.
|
inline |
Definition at line 11 of file ScoutingVertex.h.
|
inline |
Definition at line 32 of file ScoutingVertex.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 45 of file ScoutingVertex.h.
References x_.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
inline |
|
inline |
Definition at line 46 of file ScoutingVertex.h.
References y_.
Referenced by svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
inline |
|
inline |
Definition at line 47 of file ScoutingVertex.h.
References z_.
Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().
|
inline |
|
private |
Definition at line 64 of file ScoutingVertex.h.
Referenced by chi2().
|
private |
Definition at line 66 of file ScoutingVertex.h.
Referenced by isValidVtx().
|
private |
Definition at line 65 of file ScoutingVertex.h.
Referenced by ndof().
|
private |
Definition at line 63 of file ScoutingVertex.h.
Referenced by tracksSize().
|
private |
Definition at line 57 of file ScoutingVertex.h.
Referenced by x().
|
private |
Definition at line 61 of file ScoutingVertex.h.
Referenced by xError().
|
private |
Definition at line 58 of file ScoutingVertex.h.
Referenced by y().
|
private |
Definition at line 62 of file ScoutingVertex.h.
Referenced by yError().
|
private |
Definition at line 59 of file ScoutingVertex.h.
Referenced by z().
|
private |
Definition at line 60 of file ScoutingVertex.h.
Referenced by zError().