#include <TmpSimVertex.h>
Public Member Functions | |
int | parentIndex () const |
int | processType () const |
TmpSimVertex (const math::XYZVectorD &ip, double it, int iv, int typ=0) | |
double | vertexGlobalTime () const |
const math::XYZVectorD & | vertexPosition () const |
index of the parent (-1 if no parent) More... | |
~TmpSimVertex ()=default | |
Private Attributes | |
math::XYZVectorD | ilv_ |
double | itime_ |
int | itrack_ |
int | ptype_ |
Definition at line 8 of file TmpSimVertex.h.
|
inline |
Definition at line 10 of file TmpSimVertex.h.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
index of the parent (-1 if no parent)
Definition at line 14 of file TmpSimVertex.h.
References ilv_.
|
private |
Definition at line 20 of file TmpSimVertex.h.
Referenced by vertexPosition().
|
private |
Definition at line 21 of file TmpSimVertex.h.
Referenced by vertexGlobalTime().
|
private |
Definition at line 22 of file TmpSimVertex.h.
Referenced by parentIndex().
|
private |
Definition at line 23 of file TmpSimVertex.h.
Referenced by processType().