ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/particles/utils/include/G4VParticlePropertyReporter.hh>
Public Types | |
typedef std::vector < G4ParticlePropertyData * > | G4PPDContainer |
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 45 of file G4VParticlePropertyReporter.hh.
View newest version in sPHENIX GitHub at line 45 of file G4VParticlePropertyReporter.hh
typedef std::vector<G4ParticlePropertyData*> G4VParticlePropertyReporter::G4PPDContainer |
Definition at line 63 of file G4VParticlePropertyReporter.hh.
View newest version in sPHENIX GitHub at line 63 of file G4VParticlePropertyReporter.hh
G4VParticlePropertyReporter::G4VParticlePropertyReporter | ( | ) |
Definition at line 40 of file G4VParticlePropertyReporter.cc.
View newest version in sPHENIX GitHub at line 40 of file G4VParticlePropertyReporter.cc
References G4ParticlePropertyTable::GetParticlePropertyTable(), and pPropertyTable.
|
virtual |
Definition at line 46 of file G4VParticlePropertyReporter.cc.
View newest version in sPHENIX GitHub at line 46 of file G4VParticlePropertyReporter.cc
References G4ParticlePropertyTable::Clear(), pList, and pPropertyTable.
|
virtual |
Definition at line 85 of file G4VParticlePropertyReporter.cc.
View newest version in sPHENIX GitHub at line 85 of file G4VParticlePropertyReporter.cc
References pList.
Definition at line 53 of file G4VParticlePropertyReporter.cc.
View newest version in sPHENIX GitHub at line 53 of file G4VParticlePropertyReporter.cc
References G4ParticleTable::GetIterator(), G4ParticlePropertyTable::GetParticleProperty(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetParticleType(), particle, pList, pPropertyTable, G4ParticleTableIterator< K, V >::reset(), theParticleIterator, and G4ParticleTableIterator< K, V >::value().
|
inline |
Definition at line 76 of file G4VParticlePropertyReporter.hh.
View newest version in sPHENIX GitHub at line 76 of file G4VParticlePropertyReporter.hh
References pList.
|
inline |
Definition at line 59 of file G4VParticlePropertyReporter.hh.
View newest version in sPHENIX GitHub at line 59 of file G4VParticlePropertyReporter.hh
|
inline |
Definition at line 56 of file G4VParticlePropertyReporter.hh.
View newest version in sPHENIX GitHub at line 56 of file G4VParticlePropertyReporter.hh
Implemented in G4HtmlPPReporter, G4SimplePPReporter, and G4TextPPReporter.
|
protected |
Definition at line 79 of file G4VParticlePropertyReporter.hh.
View newest version in sPHENIX GitHub at line 79 of file G4VParticlePropertyReporter.hh
Referenced by Clear(), FillList(), G4HtmlPPReporter::GenerateIndex(), GetList(), G4TextPPReporter::Print(), G4SimplePPReporter::Print(), G4HtmlPPReporter::Print(), and ~G4VParticlePropertyReporter().
|
protected |
Definition at line 80 of file G4VParticlePropertyReporter.hh.
View newest version in sPHENIX GitHub at line 80 of file G4VParticlePropertyReporter.hh
Referenced by FillList(), G4VParticlePropertyReporter(), and ~G4VParticlePropertyReporter().