Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VParticlePropertyRetriever.hh>
Public Member Functions | |
G4VParticlePropertyRetriever () | |
virtual | ~G4VParticlePropertyRetriever () |
G4bool | operator== (const G4VParticlePropertyRetriever &right) const |
G4bool | operator!= (const G4VParticlePropertyRetriever &right) const |
virtual void | Retrieve (const G4String &option)=0 |
Protected Attributes | |
G4ParticlePropertyTable * | pPropertyTable |
Definition at line 36 of file G4VParticlePropertyRetriever.hh.
|
inline |
Definition at line 57 of file G4VParticlePropertyRetriever.hh.
Referenced by operator!=(), and operator==().
|
inlinevirtual |
Definition at line 63 of file G4VParticlePropertyRetriever.hh.
|
inline |
Definition at line 48 of file G4VParticlePropertyRetriever.hh.
|
inline |
Definition at line 46 of file G4VParticlePropertyRetriever.hh.
|
pure virtual |
Implemented in G4TextPPRetriever.
|
protected |
Definition at line 54 of file G4VParticlePropertyRetriever.hh.
Referenced by G4VParticlePropertyRetriever(), G4TextPPRetriever::ModifyPropertyTable(), and ~G4VParticlePropertyRetriever().