#include <QcdLowPtDQM.h>
List of all members.
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 69 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] |
Member Function Documentation
int QcdLowPtDQM::Vertex::n |
( |
| ) |
const [inline] |
void QcdLowPtDQM::Vertex::set |
( |
int |
n, |
|
|
double |
z, |
|
|
double |
zs |
|
) |
| [inline] |
void QcdLowPtDQM::Vertex::set |
( |
int |
n, |
|
|
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
double |
xs, |
|
|
double |
ys, |
|
|
double |
zs |
|
) |
| [inline] |
Definition at line 81 of file QcdLowPtDQM.h.
References n(), n_, x(), x_, xs(), xs_, y(), y_, ys(), ys_, z(), z_, zs(), and zs_.
double QcdLowPtDQM::Vertex::x |
( |
| ) |
const [inline] |
double QcdLowPtDQM::Vertex::xs |
( |
| ) |
const [inline] |
double QcdLowPtDQM::Vertex::y |
( |
| ) |
const [inline] |
double QcdLowPtDQM::Vertex::ys |
( |
| ) |
const [inline] |
double QcdLowPtDQM::Vertex::z |
( |
| ) |
const [inline] |
double QcdLowPtDQM::Vertex::zs |
( |
| ) |
const [inline] |
Member Data Documentation