Geant4-11
Data Structures | Namespaces | Variables
demo.py File Reference

Go to the source code of this file.

Data Structures

class  demo.App
 

Namespaces

namespace  demo
 

Variables

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