Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VUPLData Class Reference

#include <G4VUserPhysicsList.hh>

Public Member Functions

void initialize ()
 

Public Attributes

G4ParticleTable::G4PTblDicIterator_theParticleIterator
 
G4UserPhysicsListMessenger_theMessenger
 
G4PhysicsListHelper_thePLHelper
 
G4bool _fIsPhysicsTableBuilt
 
G4int _fDisplayThreshold
 

Detailed Description

Definition at line 103 of file G4VUserPhysicsList.hh.

Member Function Documentation

◆ initialize()

void G4VUPLData::initialize ( )

Definition at line 98 of file G4VUserPhysicsList.cc.

99{
101 _theMessenger = 0;
103 _fIsPhysicsTableBuilt = false;
105}
G4PTblDicIterator * GetIterator() const
static G4ParticleTable * GetParticleTable()
static G4PhysicsListHelper * GetPhysicsListHelper()
G4bool _fIsPhysicsTableBuilt
G4ParticleTable::G4PTblDicIterator * _theParticleIterator
G4PhysicsListHelper * _thePLHelper
G4UserPhysicsListMessenger * _theMessenger

Member Data Documentation

◆ _fDisplayThreshold

G4int G4VUPLData::_fDisplayThreshold

Definition at line 113 of file G4VUserPhysicsList.hh.

Referenced by initialize().

◆ _fIsPhysicsTableBuilt

G4bool G4VUPLData::_fIsPhysicsTableBuilt

Definition at line 112 of file G4VUserPhysicsList.hh.

Referenced by initialize().

◆ _theMessenger

G4UserPhysicsListMessenger* G4VUPLData::_theMessenger

Definition at line 110 of file G4VUserPhysicsList.hh.

Referenced by initialize().

◆ _theParticleIterator

G4ParticleTable::G4PTblDicIterator* G4VUPLData::_theParticleIterator

Definition at line 109 of file G4VUserPhysicsList.hh.

Referenced by initialize().

◆ _thePLHelper

G4PhysicsListHelper* G4VUPLData::_thePLHelper

Definition at line 111 of file G4VUserPhysicsList.hh.

Referenced by initialize().


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