Geant4
9.6.p02
|
#include <G4VParticlePropertyReporter.hh>
Public Types | |
typedef std::vector < G4ParticlePropertyData * > | G4PPDContainer |
Public Member Functions | |
G4VParticlePropertyReporter () | |
virtual | ~G4VParticlePropertyReporter () |
G4int | operator== (const G4VParticlePropertyReporter &right) const |
G4int | operator!= (const G4VParticlePropertyReporter &right) const |
virtual G4bool | FillList (G4String name) |
virtual void | Clear () |
virtual void | Print (const G4String &option)=0 |
const G4PPDContainer & | GetList () const |
Protected Attributes | |
G4PPDContainer | pList |
G4ParticlePropertyTable * | pPropertyTable |
Definition at line 46 of file G4VParticlePropertyReporter.hh.
typedef std::vector<G4ParticlePropertyData*> G4VParticlePropertyReporter::G4PPDContainer |
Definition at line 64 of file G4VParticlePropertyReporter.hh.
G4VParticlePropertyReporter::G4VParticlePropertyReporter | ( | ) |
Definition at line 41 of file G4VParticlePropertyReporter.cc.
|
virtual |
Definition at line 47 of file G4VParticlePropertyReporter.cc.
|
virtual |
Definition at line 86 of file G4VParticlePropertyReporter.cc.
Definition at line 54 of file G4VParticlePropertyReporter.cc.
|
inline |
Definition at line 77 of file G4VParticlePropertyReporter.hh.
|
inline |
Definition at line 60 of file G4VParticlePropertyReporter.hh.
|
inline |
Definition at line 57 of file G4VParticlePropertyReporter.hh.
Implemented in G4HtmlPPReporter, G4SimplePPReporter, and G4TextPPReporter.
|
protected |
Definition at line 80 of file G4VParticlePropertyReporter.hh.
|
protected |
Definition at line 81 of file G4VParticlePropertyReporter.hh.