Definition at line 12 of file python3/read_gdml.py.
◆ __init__() [1/2]
def read_gdml.MyDetectorConstruction.__init__ |
( |
|
self | ) |
|
◆ __del__() [1/2]
def read_gdml.MyDetectorConstruction.__del__ |
( |
|
self | ) |
|
◆ __init__() [2/2]
def read_gdml.MyDetectorConstruction.__init__ |
( |
|
self | ) |
|
Definition at line 15 of file read_gdml.py.
16 G4VUserDetectorConstruction.__init__(self)
◆ __del__() [2/2]
def read_gdml.MyDetectorConstruction.__del__ |
( |
|
self | ) |
|
◆ Construct() [1/2]
def read_gdml.MyDetectorConstruction.Construct |
( |
|
self | ) |
|
Definition at line 25 of file python3/read_gdml.py.
26 self.gdml_parser.Read(
"qgeom.gdml")
27 self.world= self.gdml_parser.GetWorldVolume()
37 gRunManager.SetUserInitialization(myDC)
40 g4py.ExN01pl.Construct()
43 g4py.ParticleGun.Construct()
46 gRunManager.Initialize()
◆ Construct() [2/2]
def read_gdml.MyDetectorConstruction.Construct |
( |
|
self | ) |
|
Definition at line 25 of file read_gdml.py.
26 self.gdml_parser.Read(
"qgeom.gdml")
27 self.world= self.gdml_parser.GetWorldVolume()
37 gRunManager.SetUserInitialization(myDC)
40 g4py.ExN01pl.Construct()
43 g4py.ParticleGun.Construct()
46 gRunManager.Initialize()
◆ gdml_parser
read_gdml.MyDetectorConstruction.gdml_parser |
◆ world
read_gdml.MyDetectorConstruction.world |
The documentation for this class was generated from the following file: