|
Geant4
10.00.p04
|
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 |
Private Attributes | |
| G4int | verboseLevel |
Static Private Attributes | |
| static G4ThreadLocal G4ParticlePropertyTable * | fgParticlePropertyTable |
|
protected |
|
protected |
|
virtual |
|
protected |
| G4int operator== | ( | const G4ParticlePropertyTable & | right | ) | const |
| G4int operator!= | ( | const G4ParticlePropertyTable & | right | ) | const |
|
static |
Referenced by G4VParticlePropertyRetriever::G4VParticlePropertyRetriever().
| G4ParticlePropertyData* GetParticleProperty | ( | const G4String & | aParticleName | ) |
| G4ParticlePropertyData* GetParticleProperty | ( | const G4ParticleDefinition * | aParticle | ) |
| G4bool SetParticleProperty | ( | const G4ParticlePropertyData & | newProperty | ) |
| void Clear | ( | ) |
| G4int GetVerboseLevel | ( | ) | const |
|
protected |
|
private |
|
staticprivate |
|
protected |