Geant4-11
|
#include <G4VParticlePropertyReporter.hh>
Public Types | |
typedef std::vector< G4ParticlePropertyData * > | G4PPDContainer |
Public Member Functions | |
virtual void | Clear () |
virtual G4bool | FillList (G4String name) |
G4VParticlePropertyReporter () | |
const G4PPDContainer & | GetList () const |
G4bool | operator!= (const G4VParticlePropertyReporter &right) const |
G4bool | operator== (const G4VParticlePropertyReporter &right) const |
virtual void | Print (const G4String &option)=0 |
virtual | ~G4VParticlePropertyReporter () |
Protected Attributes | |
G4PPDContainer | pList |
G4ParticlePropertyTable * | pPropertyTable |
Definition at line 45 of file G4VParticlePropertyReporter.hh.
typedef std::vector<G4ParticlePropertyData*> G4VParticlePropertyReporter::G4PPDContainer |
Definition at line 63 of file G4VParticlePropertyReporter.hh.
G4VParticlePropertyReporter::G4VParticlePropertyReporter | ( | ) |
Definition at line 40 of file G4VParticlePropertyReporter.cc.
References G4ParticlePropertyTable::GetParticlePropertyTable(), and pPropertyTable.
|
virtual |
Definition at line 46 of file G4VParticlePropertyReporter.cc.
References G4ParticlePropertyTable::Clear(), pList, and pPropertyTable.
|
virtual |
Definition at line 85 of file G4VParticlePropertyReporter.cc.
References pList.
Definition at line 53 of file G4VParticlePropertyReporter.cc.
References G4ParticleTable::GetIterator(), G4ParticlePropertyTable::GetParticleProperty(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetParticleType(), G4InuclParticleNames::name(), pList, pPropertyTable, and theParticleIterator.
|
inline |
|
inline |
Definition at line 59 of file G4VParticlePropertyReporter.hh.
|
inline |
Definition at line 56 of file G4VParticlePropertyReporter.hh.
|
pure virtual |
Implemented in G4HtmlPPReporter, G4SimplePPReporter, and G4TextPPReporter.
|
protected |
Definition at line 79 of file G4VParticlePropertyReporter.hh.
Referenced by Clear(), FillList(), G4HtmlPPReporter::GenerateIndex(), GetList(), G4HtmlPPReporter::Print(), G4SimplePPReporter::Print(), G4TextPPReporter::Print(), and ~G4VParticlePropertyReporter().
|
protected |
Definition at line 80 of file G4VParticlePropertyReporter.hh.
Referenced by FillList(), G4VParticlePropertyReporter(), and ~G4VParticlePropertyReporter().