#include <QcdLowPtDQM.h>
|
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 |
|
Definition at line 87 of file QcdLowPtDQM.h.
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 |
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 |
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 |
int QcdLowPtDQM::Vertex::n_ |
|
protected |
double QcdLowPtDQM::Vertex::x_ |
|
protected |
double QcdLowPtDQM::Vertex::xs_ |
|
protected |
double QcdLowPtDQM::Vertex::y_ |
|
protected |
double QcdLowPtDQM::Vertex::ys_ |
|
protected |
double QcdLowPtDQM::Vertex::z_ |
|
protected |
double QcdLowPtDQM::Vertex::zs_ |
|
protected |