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 x, double y, double z, double xs, double ys, double zs)
 
void set (int n, double z, 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

◆ Vertex()

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.

94  : x_(x), y_(y), z_(z), xs_(xs), ys_(ys), zs_(zs), n_(n) {}

Member Function Documentation

◆ n()

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

Definition at line 95 of file QcdLowPtDQM.h.

95 { return n_; }

References n_.

Referenced by set().

◆ set() [1/2]

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

Definition at line 107 of file QcdLowPtDQM.h.

107  {
108  n_ = n;
109  x_ = x;
110  xs_ = xs;
111  y_ = y;
112  ys_ = ys;
113  z_ = z;
114  zs_ = zs;
115  }

References n(), n_, x(), x_, xs(), xs_, y(), y_, ys(), ys_, z(), z_, zs(), and zs_.

◆ set() [2/2]

void QcdLowPtDQM::Vertex::set ( int  n,
double  z,
double  zs 
)
inline

Definition at line 102 of file QcdLowPtDQM.h.

102  {
103  n_ = n;
104  z_ = z;
105  zs_ = zs;
106  }

References n(), n_, z(), z_, zs(), and zs_.

◆ x()

double QcdLowPtDQM::Vertex::x ( ) const
inline

◆ xs()

double QcdLowPtDQM::Vertex::xs ( ) const
inline

Definition at line 99 of file QcdLowPtDQM.h.

99 { return xs_; }

References xs_.

Referenced by set().

◆ y()

double QcdLowPtDQM::Vertex::y ( ) const
inline

◆ ys()

double QcdLowPtDQM::Vertex::ys ( ) const
inline

Definition at line 100 of file QcdLowPtDQM.h.

100 { return ys_; }

References ys_.

Referenced by set().

◆ z()

double QcdLowPtDQM::Vertex::z ( ) const
inline

◆ zs()

double QcdLowPtDQM::Vertex::zs ( ) const
inline

Definition at line 101 of file QcdLowPtDQM.h.

101 { return zs_; }

References zs_.

Referenced by set().

Member Data Documentation

◆ n_

int QcdLowPtDQM::Vertex::n_
protected

Definition at line 119 of file QcdLowPtDQM.h.

Referenced by n(), and set().

◆ x_

double QcdLowPtDQM::Vertex::x_
protected

Definition at line 118 of file QcdLowPtDQM.h.

Referenced by set(), and x().

◆ xs_

double QcdLowPtDQM::Vertex::xs_
protected

Definition at line 118 of file QcdLowPtDQM.h.

Referenced by set(), and xs().

◆ y_

double QcdLowPtDQM::Vertex::y_
protected

Definition at line 118 of file QcdLowPtDQM.h.

Referenced by set(), and y().

◆ ys_

double QcdLowPtDQM::Vertex::ys_
protected

Definition at line 118 of file QcdLowPtDQM.h.

Referenced by set(), and ys().

◆ z_

double QcdLowPtDQM::Vertex::z_
protected

Definition at line 118 of file QcdLowPtDQM.h.

Referenced by set(), and z().

◆ zs_

double QcdLowPtDQM::Vertex::zs_
protected

Definition at line 118 of file QcdLowPtDQM.h.

Referenced by set(), and zs().

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