#include <G4VParticlePropertyReporter.hh>
◆ G4PPDContainer
◆ G4VParticlePropertyReporter()
G4VParticlePropertyReporter::G4VParticlePropertyReporter |
( |
| ) |
|
Definition at line 41 of file G4VParticlePropertyReporter.cc.
G4ParticlePropertyTable * pPropertyTable
static G4ParticlePropertyTable * GetParticlePropertyTable()
◆ ~G4VParticlePropertyReporter()
G4VParticlePropertyReporter::~G4VParticlePropertyReporter |
( |
| ) |
|
|
virtual |
◆ Clear()
void G4VParticlePropertyReporter::Clear |
( |
| ) |
|
|
virtual |
◆ FillList()
Definition at line 54 of file G4VParticlePropertyReporter.cc.
60 pList.push_back(pData);
66 theParticleIterator = theParticleTable->
GetIterator();
69 theParticleIterator->
reset();
70 while( (*theParticleIterator)() ){
74 if ( name ==
"all" ) {
75 pList.push_back(pData);
77 }
else if ( name == type ) {
78 pList.push_back(pData);
G4ParticlePropertyTable * pPropertyTable
G4ParticlePropertyData * GetParticleProperty(const G4String &aParticleName)
const G4String & GetParticleType() const
void reset(G4bool ifSkipIon=true)
static G4ParticleTable * GetParticleTable()
G4PTblDicIterator * GetIterator() const
#define theParticleIterator
◆ 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: