#include <G4VParticlePropertyReporter.hh>
◆ G4PPDContainer
◆ G4VParticlePropertyReporter()
G4VParticlePropertyReporter::G4VParticlePropertyReporter |
( |
| ) |
|
Definition at line 41 of file G4VParticlePropertyReporter.cc.
42{
44}
static G4ParticlePropertyTable * GetParticlePropertyTable()
G4ParticlePropertyTable * pPropertyTable
◆ ~G4VParticlePropertyReporter()
G4VParticlePropertyReporter::~G4VParticlePropertyReporter |
( |
| ) |
|
|
virtual |
◆ Clear()
void G4VParticlePropertyReporter::Clear |
( |
| ) |
|
|
virtual |
◆ FillList()
Definition at line 54 of file G4VParticlePropertyReporter.cc.
55{
58 if (pData != 0) {
59
60 pList.push_back(pData);
61 result = true;
62 } else {
63
66 theParticleIterator = theParticleTable->
GetIterator();
67
68
69 theParticleIterator->
reset();
70 while( (*theParticleIterator)() ){
74 if ( name == "all" ) {
75 pList.push_back(pData);
76 result = true;
77 } else if ( name == type ) {
78 pList.push_back(pData);
79 result = true;
80 }
81 }
82 }
83 return result;
84}
const G4String & GetParticleType() const
G4ParticlePropertyData * GetParticleProperty(const G4String &aParticleName)
G4PTblDicIterator * GetIterator()
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: