Geant4_10
|
#include <G4ParticlePropertyTable.hh>
Public Member Functions | |
G4int | operator== (const G4ParticlePropertyTable &right) const |
G4int | operator!= (const G4ParticlePropertyTable &right) const |
virtual | ~G4ParticlePropertyTable () |
G4ParticlePropertyData * | GetParticleProperty (const G4String &aParticleName) |
G4ParticlePropertyData * | GetParticleProperty (const G4ParticleDefinition *aParticle) |
G4bool | SetParticleProperty (const G4ParticlePropertyData &newProperty) |
void | Clear () |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel () const |
Static Public Member Functions | |
static G4ParticlePropertyTable * | GetParticlePropertyTable () |
Protected Member Functions | |
G4ParticlePropertyTable () | |
G4ParticlePropertyTable (const G4ParticlePropertyTable &right) | |
G4ParticlePropertyTable & | operator= (const G4ParticlePropertyTable &right) |
Protected Attributes | |
G4ParticleTable * | fParticleTable |
std::vector < G4ParticlePropertyData * > | arrayDataObject |
Definition at line 48 of file G4ParticlePropertyTable.hh.
|
protected |
Definition at line 65 of file G4ParticlePropertyTable.cc.
|
protected |
|
virtual |
Definition at line 56 of file G4ParticlePropertyTable.cc.
void G4ParticlePropertyTable::Clear | ( | ) |
Definition at line 101 of file G4ParticlePropertyTable.cc.
G4ParticlePropertyData * G4ParticlePropertyTable::GetParticleProperty | ( | const G4String & | aParticleName | ) |
Definition at line 110 of file G4ParticlePropertyTable.cc.
G4ParticlePropertyData * G4ParticlePropertyTable::GetParticleProperty | ( | const G4ParticleDefinition * | aParticle | ) |
Definition at line 119 of file G4ParticlePropertyTable.cc.
|
static |
Definition at line 46 of file G4ParticlePropertyTable.cc.
G4int G4ParticlePropertyTable::GetVerboseLevel | ( | ) | const |
G4int G4ParticlePropertyTable::operator!= | ( | const G4ParticlePropertyTable & | right | ) | const |
Definition at line 95 of file G4ParticlePropertyTable.cc.
|
protected |
Definition at line 79 of file G4ParticlePropertyTable.cc.
G4int G4ParticlePropertyTable::operator== | ( | const G4ParticlePropertyTable & | right | ) | const |
Definition at line 89 of file G4ParticlePropertyTable.cc.
G4bool G4ParticlePropertyTable::SetParticleProperty | ( | const G4ParticlePropertyData & | newProperty | ) |
Definition at line 149 of file G4ParticlePropertyTable.cc.
|
protected |
Definition at line 105 of file G4ParticlePropertyTable.hh.
|
protected |
Definition at line 98 of file G4ParticlePropertyTable.hh.