#include <G4SimVertex.h>
Public Member Functions | |
G4SimVertex () | |
G4SimVertex (const math::XYZVectorD &ip, double it, int iv, unsigned int typ=0) | |
int | parentIndex () const |
unsigned int | processType () const |
double | vertexGlobalTime () const |
const math::XYZVectorD & | vertexPosition () const |
index of the parent (-1 if no parent) More... | |
Private Attributes | |
math::XYZVectorD | ilv_ |
double | itime_ |
int | itrack_ |
unsigned int | procType_ |
Definition at line 9 of file G4SimVertex.h.
|
inline |
Definition at line 11 of file G4SimVertex.h.
|
inline |
Definition at line 12 of file G4SimVertex.h.
|
inline |
|
inline |
Definition at line 18 of file G4SimVertex.h.
References procType_.
Referenced by G4SimEvent::load().
|
inline |
|
inline |
index of the parent (-1 if no parent)
Definition at line 15 of file G4SimVertex.h.
References ilv_.
Referenced by G4SimEvent::load().
|
private |
Definition at line 21 of file G4SimVertex.h.
Referenced by vertexPosition().
|
private |
Definition at line 22 of file G4SimVertex.h.
Referenced by vertexGlobalTime().
|
private |
Definition at line 23 of file G4SimVertex.h.
Referenced by parentIndex().
|
private |
Definition at line 24 of file G4SimVertex.h.
Referenced by processType().