Geant4-11
Data Structures | Variables
testem0 Namespace Reference

Data Structures

class  App
 

Variables

 app = App()
 
list cutsList = ["um", "mm" , "cm", "m", "km"]
 
list enrgyList = ["eV","keV","MeV","GeV","TeV","PeV"]
 
 materialList = TestEm0.getMaterialTable();
 
 myDC = TestEm0.DetectorConstruction()
 
 myPGA = TestEm0.PrimaryGeneratorAction(myDC)
 
 myPL = TestEm0.PhysicsList()
 
 myRA = TestEm0.RunAction(myDC,myPGA)
 
 particleList = TestEm0.getParticleTable()
 
 pg = g4.G4ParticleGun()
 

Variable Documentation

◆ app

testem0.app = App()

Definition at line 189 of file testem0.py.

◆ cutsList

list testem0.cutsList = ["um", "mm" , "cm", "m", "km"]

Definition at line 45 of file testem0.py.

◆ enrgyList

list testem0.enrgyList = ["eV","keV","MeV","GeV","TeV","PeV"]

Definition at line 43 of file testem0.py.

◆ materialList

testem0.materialList = TestEm0.getMaterialTable();

Definition at line 39 of file testem0.py.

◆ myDC

testem0.myDC = TestEm0.DetectorConstruction()

Definition at line 18 of file testem0.py.

◆ myPGA

testem0.myPGA = TestEm0.PrimaryGeneratorAction(myDC)

Definition at line 25 of file testem0.py.

◆ myPL

testem0.myPL = TestEm0.PhysicsList()

Definition at line 21 of file testem0.py.

◆ myRA

testem0.myRA = TestEm0.RunAction(myDC,myPGA)

Definition at line 28 of file testem0.py.

◆ particleList

testem0.particleList = TestEm0.getParticleTable()

Definition at line 41 of file testem0.py.

◆ pg

testem0.pg = g4.G4ParticleGun()

Definition at line 37 of file testem0.py.