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 94 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 96 of file QcdLowPtDQM.h.

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

Member Function Documentation

◆ n()

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

Definition at line 98 of file QcdLowPtDQM.h.

References n_.

Referenced by set().

98 { return n_; }

◆ set() [1/2]

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

Definition at line 105 of file QcdLowPtDQM.h.

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

105  {
106  n_ = n;
107  z_ = z;
108  zs_ = zs;
109  }
double zs() const
Definition: QcdLowPtDQM.h:104
double z() const
Definition: QcdLowPtDQM.h:101

◆ set() [2/2]

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

Definition at line 110 of file QcdLowPtDQM.h.

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

110  {
111  n_ = n;
112  x_ = x;
113  xs_ = xs;
114  y_ = y;
115  ys_ = ys;
116  z_ = z;
117  zs_ = zs;
118  }
double zs() const
Definition: QcdLowPtDQM.h:104
double z() const
Definition: QcdLowPtDQM.h:101
double y() const
Definition: QcdLowPtDQM.h:100
double x() const
Definition: QcdLowPtDQM.h:99
double ys() const
Definition: QcdLowPtDQM.h:103
double xs() const
Definition: QcdLowPtDQM.h:102

◆ x()

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

◆ xs()

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

Definition at line 102 of file QcdLowPtDQM.h.

References xs_.

Referenced by set().

102 { return xs_; }

◆ y()

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

◆ ys()

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

Definition at line 103 of file QcdLowPtDQM.h.

References ys_.

Referenced by set().

103 { return ys_; }

◆ z()

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

◆ zs()

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

Definition at line 104 of file QcdLowPtDQM.h.

References zs_.

Referenced by set().

104 { return zs_; }

Member Data Documentation

◆ n_

int QcdLowPtDQM::Vertex::n_
protected

Definition at line 122 of file QcdLowPtDQM.h.

Referenced by n(), and set().

◆ x_

double QcdLowPtDQM::Vertex::x_
protected

Definition at line 121 of file QcdLowPtDQM.h.

Referenced by set(), and x().

◆ xs_

double QcdLowPtDQM::Vertex::xs_
protected

Definition at line 121 of file QcdLowPtDQM.h.

Referenced by set(), and xs().

◆ y_

double QcdLowPtDQM::Vertex::y_
protected

Definition at line 121 of file QcdLowPtDQM.h.

Referenced by set(), and y().

◆ ys_

double QcdLowPtDQM::Vertex::ys_
protected

Definition at line 121 of file QcdLowPtDQM.h.

Referenced by set(), and ys().

◆ z_

double QcdLowPtDQM::Vertex::z_
protected

Definition at line 121 of file QcdLowPtDQM.h.

Referenced by set(), and z().

◆ zs_

double QcdLowPtDQM::Vertex::zs_
protected

Definition at line 121 of file QcdLowPtDQM.h.

Referenced by set(), and zs().