#include <G4VParticlePropertyReporter.hh>
◆ G4PPDContainer
◆ G4VParticlePropertyReporter()
G4VParticlePropertyReporter::G4VParticlePropertyReporter |
( |
| ) |
|
Definition at line 31 of file G4VParticlePropertyReporter.cc.
32{
34}
static G4ParticlePropertyTable * GetParticlePropertyTable()
G4ParticlePropertyTable * pPropertyTable
◆ ~G4VParticlePropertyReporter()
G4VParticlePropertyReporter::~G4VParticlePropertyReporter |
( |
| ) |
|
|
virtual |
◆ Clear()
void G4VParticlePropertyReporter::Clear |
( |
| ) |
|
|
virtual |
◆ FillList()
Definition at line 42 of file G4VParticlePropertyReporter.cc.
43{
46 if (pData != nullptr) {
47
48 pList.push_back(pData);
49 result = true;
50 }
51 else {
52
56
57
63 if (name == "all") {
64 pList.push_back(pData);
65 result = true;
66 }
67 else if (name == type) {
68 pList.push_back(pData);
69 result = true;
70 }
71 }
72 }
73 return result;
74}
#define theParticleIterator
const G4String & GetParticleType() const
G4ParticlePropertyData * GetParticleProperty(const G4String &aParticleName)
void reset(G4bool ifSkipIon=true)
G4PTblDicIterator * GetIterator() const
static G4ParticleTable * GetParticleTable()
◆ GetList()
◆ operator!=()
◆ operator==()
◆ Print()
virtual void G4VParticlePropertyReporter::Print |
( |
const G4String & | option | ) |
|
|
pure virtual |
◆ pList
◆ pPropertyTable
The documentation for this class was generated from the following files: