Geant4-11
|
#include <G4ParticlePropertyTable.hh>
Public Member Functions | |
void | Clear () |
G4ParticlePropertyTable (const G4ParticlePropertyTable &)=delete | |
G4ParticlePropertyData * | GetParticleProperty (const G4ParticleDefinition *aP) |
G4ParticlePropertyData * | GetParticleProperty (const G4String &aParticleName) |
G4int | GetVerboseLevel () const |
G4ParticlePropertyTable & | operator= (const G4ParticlePropertyTable &)=delete |
G4bool | SetParticleProperty (const G4ParticlePropertyData &newProperty) |
void | SetVerboseLevel (G4int value) |
~G4ParticlePropertyTable () | |
Static Public Member Functions | |
static G4ParticlePropertyTable * | GetParticlePropertyTable () |
Protected Member Functions | |
G4ParticlePropertyTable () | |
Protected Attributes | |
std::vector< G4ParticlePropertyData * > | arrayDataObject |
G4ParticleTable * | fParticleTable = nullptr |
Private Attributes | |
G4int | verboseLevel = 1 |
Static Private Attributes | |
static G4ThreadLocal G4ParticlePropertyTable * | fgParticlePropertyTable = nullptr |
Definition at line 47 of file G4ParticlePropertyTable.hh.
|
delete |
G4ParticlePropertyTable::~G4ParticlePropertyTable | ( | ) |
Definition at line 53 of file G4ParticlePropertyTable.cc.
References arrayDataObject.
|
protected |
Definition at line 63 of file G4ParticlePropertyTable.cc.
References fParticleTable, and G4ParticleTable::GetParticleTable().
Referenced by GetParticlePropertyTable().
void G4ParticlePropertyTable::Clear | ( | ) |
Definition at line 69 of file G4ParticlePropertyTable.cc.
References arrayDataObject.
Referenced by G4VParticlePropertyReporter::~G4VParticlePropertyReporter(), and G4VParticlePropertyRetriever::~G4VParticlePropertyRetriever().
G4ParticlePropertyData * G4ParticlePropertyTable::GetParticleProperty | ( | const G4ParticleDefinition * | aP | ) |
Definition at line 89 of file G4ParticlePropertyTable.cc.
References arrayDataObject, G4ParticleDefinition::GetAntiPDGEncoding(), G4ParticleDefinition::GetBaryonNumber(), G4ParticleDefinition::GetLeptonNumber(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGEncoding(), G4ParticleDefinition::GetPDGiConjugation(), G4ParticleDefinition::GetPDGiGParity(), G4ParticleDefinition::GetPDGiIsospin(), G4ParticleDefinition::GetPDGiIsospin3(), G4ParticleDefinition::GetPDGiParity(), G4ParticleDefinition::GetPDGiSpin(), G4ParticleDefinition::GetPDGLifeTime(), G4ParticleDefinition::GetPDGMagneticMoment(), G4ParticleDefinition::GetPDGMass(), G4ParticleDefinition::GetPDGWidth(), G4ParticlePropertyData::NumberOfQuarkFlavor, G4ParticlePropertyData::theAntiPDGEncoding, G4ParticleDefinition::theAntiQuarkContent, G4ParticlePropertyData::theAntiQuarkContent, G4ParticlePropertyData::theBaryonNumber, G4ParticlePropertyData::theLeptonNumber, G4ParticlePropertyData::thePDGCharge, G4ParticlePropertyData::thePDGEncoding, G4ParticlePropertyData::thePDGiConjugation, G4ParticlePropertyData::thePDGiGParity, G4ParticlePropertyData::thePDGiIsospin, G4ParticlePropertyData::thePDGiIsospin3, G4ParticlePropertyData::thePDGiParity, G4ParticlePropertyData::thePDGiSpin, G4ParticlePropertyData::thePDGLifeTime, G4ParticlePropertyData::thePDGMagneticMoment, G4ParticlePropertyData::thePDGMass, G4ParticlePropertyData::thePDGWidth, G4ParticleDefinition::theQuarkContent, and G4ParticlePropertyData::theQuarkContent.
G4ParticlePropertyData * G4ParticlePropertyTable::GetParticleProperty | ( | const G4String & | aParticleName | ) |
Definition at line 80 of file G4ParticlePropertyTable.cc.
References G4ParticleTable::FindParticle(), fParticleTable, and GetParticleProperty().
Referenced by G4VParticlePropertyReporter::FillList(), GetParticleProperty(), and G4TextPPRetriever::ModifyPropertyTable().
|
static |
Definition at line 43 of file G4ParticlePropertyTable.cc.
References fgParticlePropertyTable, and G4ParticlePropertyTable().
Referenced by G4VParticlePropertyReporter::G4VParticlePropertyReporter(), and G4VParticlePropertyRetriever::G4VParticlePropertyRetriever().
G4int G4ParticlePropertyTable::GetVerboseLevel | ( | ) | const |
|
delete |
G4bool G4ParticlePropertyTable::SetParticleProperty | ( | const G4ParticlePropertyData & | newProperty | ) |
Definition at line 123 of file G4ParticlePropertyTable.cc.
References G4ParticlePropertyData::fAntiPDGEncodingModified, G4ParticlePropertyData::fAntiQuarkContentModified, G4ParticlePropertyData::fBaryonNumberModified, G4ParticleTable::FindParticle(), G4ParticlePropertyData::fLeptonNumberModified, fParticleTable, G4ParticlePropertyData::fPDGChargeModified, G4ParticlePropertyData::fPDGEncodingModified, G4ParticlePropertyData::fPDGiConjugationModified, G4ParticlePropertyData::fPDGiGParityModified, G4ParticlePropertyData::fPDGiIsospin3Modified, G4ParticlePropertyData::fPDGiIsospinModified, G4ParticlePropertyData::fPDGiParityModified, G4ParticlePropertyData::fPDGiSpinModified, G4ParticlePropertyData::fPDGLifeTimeModified, G4ParticlePropertyData::fPDGMagneticMomentModified, G4ParticlePropertyData::fPDGMassModified, G4ParticlePropertyData::fPDGWidthModified, G4ParticlePropertyData::fQuarkContentModified, G4cout, G4endl, G4State_PreInit, G4StateManager::GetCurrentState(), G4StateManager::GetStateManager(), G4ParticlePropertyData::NumberOfQuarkFlavor, G4ParticleDefinition::theAntiPDGEncoding, G4ParticlePropertyData::theAntiPDGEncoding, G4ParticleDefinition::theAntiQuarkContent, G4ParticlePropertyData::theAntiQuarkContent, G4ParticleDefinition::theBaryonNumber, G4ParticlePropertyData::theBaryonNumber, G4ParticleDefinition::theLeptonNumber, G4ParticlePropertyData::theLeptonNumber, G4ParticlePropertyData::theParticleName, G4ParticleDefinition::thePDGCharge, G4ParticlePropertyData::thePDGCharge, G4ParticleDefinition::thePDGEncoding, G4ParticlePropertyData::thePDGEncoding, G4ParticleDefinition::thePDGiConjugation, G4ParticlePropertyData::thePDGiConjugation, G4ParticleDefinition::thePDGiGParity, G4ParticlePropertyData::thePDGiGParity, G4ParticleDefinition::thePDGiIsospin, G4ParticlePropertyData::thePDGiIsospin, G4ParticleDefinition::thePDGiIsospin3, G4ParticlePropertyData::thePDGiIsospin3, G4ParticleDefinition::thePDGiParity, G4ParticlePropertyData::thePDGiParity, G4ParticleDefinition::thePDGIsospin, G4ParticleDefinition::thePDGIsospin3, G4ParticleDefinition::thePDGiSpin, G4ParticlePropertyData::thePDGiSpin, G4ParticleDefinition::thePDGLifeTime, G4ParticlePropertyData::thePDGLifeTime, G4ParticleDefinition::thePDGMagneticMoment, G4ParticlePropertyData::thePDGMagneticMoment, G4ParticleDefinition::thePDGMass, G4ParticlePropertyData::thePDGMass, G4ParticleDefinition::thePDGSpin, G4ParticleDefinition::theQuarkContent, G4ParticlePropertyData::theQuarkContent, and verboseLevel.
Referenced by G4TextPPRetriever::ModifyPropertyTable().
void G4ParticlePropertyTable::SetVerboseLevel | ( | G4int | value | ) |
|
protected |
Definition at line 89 of file G4ParticlePropertyTable.hh.
Referenced by Clear(), GetParticleProperty(), and ~G4ParticlePropertyTable().
|
staticprivate |
Definition at line 94 of file G4ParticlePropertyTable.hh.
Referenced by GetParticlePropertyTable().
|
protected |
Definition at line 87 of file G4ParticlePropertyTable.hh.
Referenced by G4ParticlePropertyTable(), GetParticleProperty(), and SetParticleProperty().
|
private |
Definition at line 93 of file G4ParticlePropertyTable.hh.
Referenced by SetParticleProperty().