Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VParticlePropertyReporter.hh>
Public Types | |
using | G4PPDContainer = std::vector<G4ParticlePropertyData*> |
Public Member Functions | |
G4VParticlePropertyReporter () | |
virtual | ~G4VParticlePropertyReporter () |
G4bool | operator== (const G4VParticlePropertyReporter &right) const |
G4bool | 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 35 of file G4VParticlePropertyReporter.hh.
using G4VParticlePropertyReporter::G4PPDContainer = std::vector<G4ParticlePropertyData*> |
Definition at line 38 of file G4VParticlePropertyReporter.hh.
G4VParticlePropertyReporter::G4VParticlePropertyReporter | ( | ) |
Definition at line 31 of file G4VParticlePropertyReporter.cc.
Referenced by operator!=(), and operator==().
|
virtual |
Definition at line 36 of file G4VParticlePropertyReporter.cc.
|
virtual |
Definition at line 76 of file G4VParticlePropertyReporter.cc.
Definition at line 42 of file G4VParticlePropertyReporter.cc.
|
inline |
Definition at line 62 of file G4VParticlePropertyReporter.hh.
|
inline |
Definition at line 50 of file G4VParticlePropertyReporter.hh.
|
inline |
Definition at line 48 of file G4VParticlePropertyReporter.hh.
|
pure virtual |
Implemented in G4HtmlPPReporter, G4SimplePPReporter, and G4TextPPReporter.
|
protected |
Definition at line 65 of file G4VParticlePropertyReporter.hh.
Referenced by Clear(), FillList(), GetList(), G4HtmlPPReporter::Print(), G4SimplePPReporter::Print(), G4TextPPReporter::Print(), and ~G4VParticlePropertyReporter().
|
protected |
Definition at line 66 of file G4VParticlePropertyReporter.hh.
Referenced by FillList(), G4VParticlePropertyReporter(), and ~G4VParticlePropertyReporter().