CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
Run3ScoutingVertex Class Reference

#include <Run3ScoutingVertex.h>

Public Member Functions

float chi2 () const
 
bool isValidVtx () const
 
int ndof () const
 
 Run3ScoutingVertex ()
 
 Run3ScoutingVertex (float x, float y, float z, float zError, float xError, float yError, int tracksSize, float chi2, int ndof, bool isValidVtx)
 
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_
 

Detailed Description

Definition at line 8 of file Run3ScoutingVertex.h.

Constructor & Destructor Documentation

◆ 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

Definition at line 11 of file Run3ScoutingVertex.h.

21  : x_(x),
22  y_(y),
23  z_(z),
24  zError_(zError),
25  xError_(xError),
26  yError_(yError),
28  chi2_(chi2),
29  ndof_(ndof),

◆ Run3ScoutingVertex() [2/2]

Run3ScoutingVertex::Run3ScoutingVertex ( )
inline

Definition at line 32 of file Run3ScoutingVertex.h.

33  : x_(0),
34  y_(0),
35  z_(0),
36  zError_(0),
37  xError_(0),
38  yError_(0),
39  tracksSize_(0),
40  chi2_(0),
41  ndof_(0),
42  isValidVtx_(false) {}

Member Function Documentation

◆ chi2()

float Run3ScoutingVertex::chi2 ( void  ) const
inline

Definition at line 52 of file Run3ScoutingVertex.h.

52 { return chi2_; }

References chi2_.

◆ isValidVtx()

bool Run3ScoutingVertex::isValidVtx ( ) const
inline

Definition at line 54 of file Run3ScoutingVertex.h.

54 { return isValidVtx_; }

References isValidVtx_.

◆ ndof()

int Run3ScoutingVertex::ndof ( ) const
inline

Definition at line 53 of file Run3ScoutingVertex.h.

53 { return ndof_; }

References ndof_.

◆ tracksSize()

int Run3ScoutingVertex::tracksSize ( ) const
inline

Definition at line 51 of file Run3ScoutingVertex.h.

51 { return tracksSize_; }

References tracksSize_.

◆ x()

float Run3ScoutingVertex::x ( ) const
inline

◆ xError()

float Run3ScoutingVertex::xError ( ) const
inline

Definition at line 49 of file Run3ScoutingVertex.h.

49 { return xError_; }

References xError_.

◆ y()

float Run3ScoutingVertex::y ( ) const
inline

◆ yError()

float Run3ScoutingVertex::yError ( ) const
inline

Definition at line 50 of file Run3ScoutingVertex.h.

50 { return yError_; }

References yError_.

◆ z()

float Run3ScoutingVertex::z ( ) const
inline

Definition at line 47 of file Run3ScoutingVertex.h.

47 { return z_; }

References z_.

Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().

◆ zError()

float Run3ScoutingVertex::zError ( ) const
inline

Definition at line 48 of file Run3ScoutingVertex.h.

48 { return zError_; }

References zError_.

Member Data Documentation

◆ chi2_

float Run3ScoutingVertex::chi2_
private

Definition at line 64 of file Run3ScoutingVertex.h.

Referenced by chi2().

◆ isValidVtx_

bool Run3ScoutingVertex::isValidVtx_
private

Definition at line 66 of file Run3ScoutingVertex.h.

Referenced by isValidVtx().

◆ ndof_

int Run3ScoutingVertex::ndof_
private

Definition at line 65 of file Run3ScoutingVertex.h.

Referenced by ndof().

◆ tracksSize_

int Run3ScoutingVertex::tracksSize_
private

Definition at line 63 of file Run3ScoutingVertex.h.

Referenced by tracksSize().

◆ x_

float Run3ScoutingVertex::x_
private

Definition at line 57 of file Run3ScoutingVertex.h.

Referenced by x().

◆ xError_

float Run3ScoutingVertex::xError_
private

Definition at line 61 of file Run3ScoutingVertex.h.

Referenced by xError().

◆ y_

float Run3ScoutingVertex::y_
private

Definition at line 58 of file Run3ScoutingVertex.h.

Referenced by y().

◆ yError_

float Run3ScoutingVertex::yError_
private

Definition at line 62 of file Run3ScoutingVertex.h.

Referenced by yError().

◆ z_

float Run3ScoutingVertex::z_
private

Definition at line 59 of file Run3ScoutingVertex.h.

Referenced by z().

◆ zError_

float Run3ScoutingVertex::zError_
private

Definition at line 60 of file Run3ScoutingVertex.h.

Referenced by zError().

Run3ScoutingVertex::tracksSize_
int tracksSize_
Definition: Run3ScoutingVertex.h:63
Run3ScoutingVertex::yError_
float yError_
Definition: Run3ScoutingVertex.h:62
Run3ScoutingVertex::x
float x() const
Definition: Run3ScoutingVertex.h:45
Run3ScoutingVertex::tracksSize
int tracksSize() const
Definition: Run3ScoutingVertex.h:51
Run3ScoutingVertex::yError
float yError() const
Definition: Run3ScoutingVertex.h:50
Run3ScoutingVertex::isValidVtx
bool isValidVtx() const
Definition: Run3ScoutingVertex.h:54
Run3ScoutingVertex::x_
float x_
Definition: Run3ScoutingVertex.h:57
Run3ScoutingVertex::y
float y() const
Definition: Run3ScoutingVertex.h:46
Run3ScoutingVertex::y_
float y_
Definition: Run3ScoutingVertex.h:58
Run3ScoutingVertex::xError_
float xError_
Definition: Run3ScoutingVertex.h:61
Run3ScoutingVertex::isValidVtx_
bool isValidVtx_
Definition: Run3ScoutingVertex.h:66
Run3ScoutingVertex::chi2_
float chi2_
Definition: Run3ScoutingVertex.h:64
Run3ScoutingVertex::chi2
float chi2() const
Definition: Run3ScoutingVertex.h:52
Run3ScoutingVertex::z
float z() const
Definition: Run3ScoutingVertex.h:47
Run3ScoutingVertex::ndof_
int ndof_
Definition: Run3ScoutingVertex.h:65
Run3ScoutingVertex::zError
float zError() const
Definition: Run3ScoutingVertex.h:48
Run3ScoutingVertex::ndof
int ndof() const
Definition: Run3ScoutingVertex.h:53
Run3ScoutingVertex::zError_
float zError_
Definition: Run3ScoutingVertex.h:60
Run3ScoutingVertex::z_
float z_
Definition: Run3ScoutingVertex.h:59
Run3ScoutingVertex::xError
float xError() const
Definition: Run3ScoutingVertex.h:49