Geant4-11
|
#include <G4MCTGenEvent.hh>
Public Member Functions | |
G4int | AddGenEvent (const void *genevent) |
void | ClearEvent () |
G4MCTGenEvent () | |
G4MCTGenEvent (const G4MCTGenEvent &right) | |
const void * | GetGenEvent (G4int i) |
G4int | GetNofEvents () const |
G4MCTGenEvent & | operator= (const G4MCTGenEvent &right) |
virtual | ~G4MCTGenEvent () |
Protected Attributes | |
std::vector< void * > | eventList |
Definition at line 38 of file G4MCTGenEvent.hh.
G4MCTGenEvent::G4MCTGenEvent | ( | ) |
Definition at line 34 of file G4MCTGenEvent.cc.
|
virtual |
|
inline |
Definition at line 64 of file G4MCTGenEvent.hh.
G4int G4MCTGenEvent::AddGenEvent | ( | const void * | genevent | ) |
Definition at line 45 of file G4MCTGenEvent.cc.
References eventList.
void G4MCTGenEvent::ClearEvent | ( | ) |
Definition at line 68 of file G4MCTGenEvent.cc.
References eventList.
Referenced by G4MCTEvent::ClearEvent().
const void * G4MCTGenEvent::GetGenEvent | ( | G4int | i | ) |
Definition at line 58 of file G4MCTGenEvent.cc.
References eventList.
G4int G4MCTGenEvent::GetNofEvents | ( | ) | const |
Definition at line 52 of file G4MCTGenEvent.cc.
References eventList.
|
inline |
Definition at line 69 of file G4MCTGenEvent.hh.
References eventList.
|
protected |
Definition at line 57 of file G4MCTGenEvent.hh.
Referenced by AddGenEvent(), ClearEvent(), GetGenEvent(), GetNofEvents(), operator=(), and ~G4MCTGenEvent().