#include <SimG4Core/Application/interface/G4SimVertex.h>
Public Member Functions | |
G4SimVertex (const math::XYZVectorD &ip, double it, int iv) | |
G4SimVertex () | |
const int | parentIndex () const |
const double | vertexGlobalTime () const |
const math::XYZVectorD & | vertexPosition () const |
index of the parent (-1 if no parent) | |
Private Attributes | |
math::XYZVectorD | ilv_ |
double | itime_ |
int | itrack_ |
Definition at line 9 of file G4SimVertex.h.
G4SimVertex::G4SimVertex | ( | ) | [inline] |
G4SimVertex::G4SimVertex | ( | const math::XYZVectorD & | ip, | |
double | it, | |||
int | iv | |||
) | [inline] |
const int G4SimVertex::parentIndex | ( | ) | const [inline] |
Definition at line 18 of file G4SimVertex.h.
References itrack_.
Referenced by G4SimEvent::load().
00018 { return itrack_; }
const double G4SimVertex::vertexGlobalTime | ( | ) | const [inline] |
Definition at line 17 of file G4SimVertex.h.
References itime_.
Referenced by G4SimEvent::load().
00017 { return itime_; }
const math::XYZVectorD& G4SimVertex::vertexPosition | ( | ) | const [inline] |
index of the parent (-1 if no parent)
Definition at line 16 of file G4SimVertex.h.
References ilv_.
Referenced by G4SimEvent::load().
00016 { return ilv_; }
math::XYZVectorD G4SimVertex::ilv_ [private] |
double G4SimVertex::itime_ [private] |
int G4SimVertex::itrack_ [private] |