Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G3PartTable.hh>
Public Member Functions | |
G3PartTable () | |
virtual | ~G3PartTable () |
G4ParticleDefinition * | Get (G4int partid) |
void | Put (G4int partid, G4ParticleDefinition *partpt) |
void | PrintAll () |
Definition at line 42 of file G3PartTable.hh.
G3PartTable::G3PartTable | ( | ) |
Definition at line 37 of file G3PartTable.cc.
|
virtual |
Definition at line 40 of file G3PartTable.cc.
G4ParticleDefinition * G3PartTable::Get | ( | G4int | partid | ) |
Definition at line 51 of file G3PartTable.cc.
void G3PartTable::PrintAll | ( | ) |
Definition at line 78 of file G3PartTable.cc.
Referenced by G4BuildGeom().
void G3PartTable::Put | ( | G4int | partid, |
G4ParticleDefinition * | partpt ) |
Definition at line 59 of file G3PartTable.cc.