Geant4
10.02.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.
References G4ParticlePropertyTable::GetParticlePropertyTable(), and pPropertyTable.
|
virtual |
Definition at line 47 of file G4VParticlePropertyReporter.cc.
References G4ParticlePropertyTable::Clear(), pList, and pPropertyTable.
|
virtual |
Definition at line 86 of file G4VParticlePropertyReporter.cc.
References pList.
Definition at line 54 of file G4VParticlePropertyReporter.cc.
References G4ParticleTable::GetIterator(), G4ParticlePropertyTable::GetParticleProperty(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetParticleType(), pList, pPropertyTable, G4ParticleTableIterator< K, V >::reset(), theParticleIterator, and G4ParticleTableIterator< K, V >::value().
|
inline |
Definition at line 77 of file G4VParticlePropertyReporter.hh.
References pList.
|
inline |
Definition at line 60 of file G4VParticlePropertyReporter.hh.
|
inline |
Definition at line 57 of file G4VParticlePropertyReporter.hh.
|
pure virtual |
Implemented in G4HtmlPPReporter, G4SimplePPReporter, and G4TextPPReporter.
|
protected |
Definition at line 80 of file G4VParticlePropertyReporter.hh.
Referenced by Clear(), FillList(), G4HtmlPPReporter::GenerateIndex(), GetList(), G4TextPPReporter::Print(), G4SimplePPReporter::Print(), G4HtmlPPReporter::Print(), and ~G4VParticlePropertyReporter().
|
protected |
Definition at line 81 of file G4VParticlePropertyReporter.hh.
Referenced by FillList(), G4VParticlePropertyReporter(), and ~G4VParticlePropertyReporter().