CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 87 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 89 of file QcdLowPtDQM.h.

Member Function Documentation

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

Definition at line 92 of file QcdLowPtDQM.h.

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

Definition at line 99 of file QcdLowPtDQM.h.

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

Definition at line 104 of file QcdLowPtDQM.h.

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

Definition at line 93 of file QcdLowPtDQM.h.

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

Definition at line 96 of file QcdLowPtDQM.h.

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

Definition at line 94 of file QcdLowPtDQM.h.

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

Definition at line 97 of file QcdLowPtDQM.h.

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

Definition at line 95 of file QcdLowPtDQM.h.

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

Definition at line 98 of file QcdLowPtDQM.h.

Member Data Documentation

int QcdLowPtDQM::Vertex::n_
protected

Definition at line 117 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::x_
protected

Definition at line 116 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::xs_
protected

Definition at line 116 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::y_
protected

Definition at line 116 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::ys_
protected

Definition at line 116 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::z_
protected

Definition at line 116 of file QcdLowPtDQM.h.

double QcdLowPtDQM::Vertex::zs_
protected

Definition at line 116 of file QcdLowPtDQM.h.