CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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::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),
float xError() const
float yError() const
float zError() const
bool isValidVtx() const
Run3ScoutingVertex::Run3ScoutingVertex ( )
inline

Definition at line 32 of file Run3ScoutingVertex.h.

Member Function Documentation

float Run3ScoutingVertex::chi2 ( void  ) const
inline

Definition at line 52 of file Run3ScoutingVertex.h.

References chi2_.

52 { return chi2_; }
bool Run3ScoutingVertex::isValidVtx ( ) const
inline

Definition at line 54 of file Run3ScoutingVertex.h.

References isValidVtx_.

54 { return isValidVtx_; }
int Run3ScoutingVertex::ndof ( ) const
inline

Definition at line 53 of file Run3ScoutingVertex.h.

References ndof_.

53 { return ndof_; }
int Run3ScoutingVertex::tracksSize ( ) const
inline

Definition at line 51 of file Run3ScoutingVertex.h.

References tracksSize_.

51 { return tracksSize_; }
float Run3ScoutingVertex::x ( ) const
inline
float Run3ScoutingVertex::xError ( ) const
inline

Definition at line 49 of file Run3ScoutingVertex.h.

References xError_.

49 { return xError_; }
float Run3ScoutingVertex::y ( ) const
inline
float Run3ScoutingVertex::yError ( ) const
inline

Definition at line 50 of file Run3ScoutingVertex.h.

References yError_.

50 { return yError_; }
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_; }
float Run3ScoutingVertex::zError ( ) const
inline

Definition at line 48 of file Run3ScoutingVertex.h.

References zError_.

48 { return zError_; }

Member Data Documentation

float Run3ScoutingVertex::chi2_
private

Definition at line 64 of file Run3ScoutingVertex.h.

Referenced by chi2().

bool Run3ScoutingVertex::isValidVtx_
private

Definition at line 66 of file Run3ScoutingVertex.h.

Referenced by isValidVtx().

int Run3ScoutingVertex::ndof_
private

Definition at line 65 of file Run3ScoutingVertex.h.

Referenced by ndof().

int Run3ScoutingVertex::tracksSize_
private

Definition at line 63 of file Run3ScoutingVertex.h.

Referenced by tracksSize().

float Run3ScoutingVertex::x_
private

Definition at line 57 of file Run3ScoutingVertex.h.

Referenced by x().

float Run3ScoutingVertex::xError_
private

Definition at line 61 of file Run3ScoutingVertex.h.

Referenced by xError().

float Run3ScoutingVertex::y_
private

Definition at line 58 of file Run3ScoutingVertex.h.

Referenced by y().

float Run3ScoutingVertex::yError_
private

Definition at line 62 of file Run3ScoutingVertex.h.

Referenced by yError().

float Run3ScoutingVertex::z_
private

Definition at line 59 of file Run3ScoutingVertex.h.

Referenced by z().

float Run3ScoutingVertex::zError_
private

Definition at line 60 of file Run3ScoutingVertex.h.

Referenced by zError().