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

Member Function Documentation

◆ chi2()

float Run3ScoutingVertex::chi2 ( void  ) const
inline

Definition at line 52 of file Run3ScoutingVertex.h.

References chi2_.

52 { return chi2_; }

◆ isValidVtx()

bool Run3ScoutingVertex::isValidVtx ( ) const
inline

Definition at line 54 of file Run3ScoutingVertex.h.

References isValidVtx_.

54 { return isValidVtx_; }

◆ ndof()

int Run3ScoutingVertex::ndof ( ) const
inline

Definition at line 53 of file Run3ScoutingVertex.h.

References ndof_.

53 { return ndof_; }

◆ tracksSize()

int Run3ScoutingVertex::tracksSize ( ) const
inline

Definition at line 51 of file Run3ScoutingVertex.h.

References tracksSize_.

51 { return tracksSize_; }

◆ x()

float Run3ScoutingVertex::x ( ) const
inline

◆ xError()

float Run3ScoutingVertex::xError ( ) const
inline

Definition at line 49 of file Run3ScoutingVertex.h.

References xError_.

49 { return xError_; }

◆ y()

float Run3ScoutingVertex::y ( ) const
inline

◆ yError()

float Run3ScoutingVertex::yError ( ) const
inline

Definition at line 50 of file Run3ScoutingVertex.h.

References yError_.

50 { return yError_; }

◆ z()

float Run3ScoutingVertex::z ( ) const
inline

Definition at line 47 of file Run3ScoutingVertex.h.

References z_.

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

47 { return z_; }

◆ zError()

float Run3ScoutingVertex::zError ( ) const
inline

Definition at line 48 of file Run3ScoutingVertex.h.

References zError_.

48 { return 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().