#include <G4SimVertex.h>
Public Member Functions | |
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... | |
~G4SimVertex ()=default | |
Private Attributes | |
math::XYZVectorD | ilv_ |
double | itime_ |
int | itrack_ |
unsigned int | procType_ |
Definition at line 8 of file G4SimVertex.h.
|
inline |
Definition at line 10 of file G4SimVertex.h.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 20 of file G4SimVertex.h.
Referenced by vertexPosition().
|
private |
Definition at line 21 of file G4SimVertex.h.
Referenced by vertexGlobalTime().
|
private |
Definition at line 22 of file G4SimVertex.h.
Referenced by parentIndex().
|
private |
Definition at line 23 of file G4SimVertex.h.
Referenced by processType().