CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Attributes
QcdLowPtDQM::Vertex Class Reference

#include <QcdLowPtDQM.h>

Public Member Functions

int n () const
 
void set (int n, double z, double zs)
 
void set (int n, double x, double y, double z, double xs, double ys, double zs)
 
 Vertex (double x=0, double y=0, double z=0, double xs=0, double ys=0, double zs=0, int n=0)
 
double x () const
 
double xs () const
 
double y () const
 
double ys () const
 
double z () const
 
double zs () const
 

Protected Attributes

int n_
 
double x_
 
double xs_
 
double y_
 
double ys_
 
double z_
 
double zs_
 

Detailed Description

Definition at line 91 of file QcdLowPtDQM.h.

Constructor & Destructor Documentation

QcdLowPtDQM::Vertex::Vertex ( double  x = 0,
double  y = 0,
double  z = 0,
double  xs = 0,
double  ys = 0,
double  zs = 0,
int  n = 0 
)
inline

Definition at line 93 of file QcdLowPtDQM.h.

95  : x_(x), y_(y), z_(z), xs_(xs), ys_(ys), zs_(zs), n_(n) {}
double x() const
Definition: QcdLowPtDQM.h:97
int n() const
Definition: QcdLowPtDQM.h:96
double ys() const
Definition: QcdLowPtDQM.h:101
double z() const
Definition: QcdLowPtDQM.h:99
double zs() const
Definition: QcdLowPtDQM.h:102
double y() const
Definition: QcdLowPtDQM.h:98
double xs() const
Definition: QcdLowPtDQM.h:100

Member Function Documentation

int QcdLowPtDQM::Vertex::n ( ) const
inline

Definition at line 96 of file QcdLowPtDQM.h.

96 { return n_; }
void QcdLowPtDQM::Vertex::set ( int  n,
double  z,
double  zs 
)
inline

Definition at line 103 of file QcdLowPtDQM.h.

References gen::n.

Referenced by QcdLowPtDQM::trackletVertexUnbinned().

103  {
104  n_ = n;
105  z_ = z;
106  zs_ = zs;
107  }
int n() const
Definition: QcdLowPtDQM.h:96
double z() const
Definition: QcdLowPtDQM.h:99
double zs() const
Definition: QcdLowPtDQM.h:102
void QcdLowPtDQM::Vertex::set ( int  n,
double  x,
double  y,
double  z,
double  xs,
double  ys,
double  zs 
)
inline

Definition at line 108 of file QcdLowPtDQM.h.

References gen::n.

109  {
110  n_ = n;
111  x_ = x;
112  xs_ = xs;
113  y_ = y;
114  ys_ = ys;
115  z_ = z;
116  zs_ = zs;
117  }
double x() const
Definition: QcdLowPtDQM.h:97
int n() const
Definition: QcdLowPtDQM.h:96
double ys() const
Definition: QcdLowPtDQM.h:101
double z() const
Definition: QcdLowPtDQM.h:99
double zs() const
Definition: QcdLowPtDQM.h:102
double y() const
Definition: QcdLowPtDQM.h:98
double xs() const
Definition: QcdLowPtDQM.h:100
double QcdLowPtDQM::Vertex::x ( ) const
inline
double QcdLowPtDQM::Vertex::xs ( ) const
inline

Definition at line 100 of file QcdLowPtDQM.h.

100 { return xs_; }
double QcdLowPtDQM::Vertex::y ( ) const
inline
double QcdLowPtDQM::Vertex::ys ( ) const
inline

Definition at line 101 of file QcdLowPtDQM.h.

101 { return ys_; }
double QcdLowPtDQM::Vertex::z ( ) const
inline
double QcdLowPtDQM::Vertex::zs ( ) const
inline

Definition at line 102 of file QcdLowPtDQM.h.

102 { return zs_; }

Member Data Documentation

int QcdLowPtDQM::Vertex::n_
protected

Definition at line 121 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::x_
protected

Definition at line 120 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::xs_
protected

Definition at line 120 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::y_
protected

Definition at line 120 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::ys_
protected

Definition at line 120 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::z_
protected

Definition at line 120 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::zs_
protected

Definition at line 120 of file QcdLowPtDQM.h.