Geant4-11
Public Member Functions | Data Fields
G4VUPLData Class Reference

#include <G4VUserPhysicsList.hh>

Public Member Functions

void initialize ()
 

Data Fields

G4int _fDisplayThreshold = 0
 
G4bool _fIsPhysicsTableBuilt = false
 
G4UserPhysicsListMessenger_theMessenger = nullptr
 
G4ParticleTable::G4PTblDicIterator_theParticleIterator = nullptr
 
G4PhysicsListHelper_thePLHelper = nullptr
 

Detailed Description

Definition at line 60 of file G4VUserPhysicsList.hh.

Member Function Documentation

◆ initialize()

void G4VUPLData::initialize ( )

Definition at line 76 of file G4VUserPhysicsList.cc.

77{
79 _theMessenger = nullptr;
83}
G4PTblDicIterator * GetIterator() const
static G4ParticleTable * GetParticleTable()
static G4PhysicsListHelper * GetPhysicsListHelper()
G4int _fDisplayThreshold
G4bool _fIsPhysicsTableBuilt
G4ParticleTable::G4PTblDicIterator * _theParticleIterator
G4PhysicsListHelper * _thePLHelper
G4UserPhysicsListMessenger * _theMessenger

References _fDisplayThreshold, _fIsPhysicsTableBuilt, _theMessenger, _theParticleIterator, _thePLHelper, G4ParticleTable::GetIterator(), G4ParticleTable::GetParticleTable(), and G4PhysicsListHelper::GetPhysicsListHelper().

Field Documentation

◆ _fDisplayThreshold

G4int G4VUPLData::_fDisplayThreshold = 0

Definition at line 72 of file G4VUserPhysicsList.hh.

Referenced by initialize().

◆ _fIsPhysicsTableBuilt

G4bool G4VUPLData::_fIsPhysicsTableBuilt = false

Definition at line 71 of file G4VUserPhysicsList.hh.

Referenced by initialize().

◆ _theMessenger

G4UserPhysicsListMessenger* G4VUPLData::_theMessenger = nullptr

Definition at line 69 of file G4VUserPhysicsList.hh.

Referenced by initialize().

◆ _theParticleIterator

G4ParticleTable::G4PTblDicIterator* G4VUPLData::_theParticleIterator = nullptr

Definition at line 68 of file G4VUserPhysicsList.hh.

Referenced by initialize().

◆ _thePLHelper

G4PhysicsListHelper* G4VUPLData::_thePLHelper = nullptr

Definition at line 70 of file G4VUserPhysicsList.hh.

Referenced by initialize().


The documentation for this class was generated from the following files: