|
list | absorberTh = self.absorberThickSpin.theValue*self.lengthUnit[self.absorberThickSpin.theUnit] |
|
list | gapTh = self.gapThickSpin.theValue*self.lengthUnit[self.gapThickSpin.theUnit] |
|
list | yzSize = self.sizeYZSpin.theValue*self.lengthUnit[self.sizeYZSpin.theUnit] |
|
list | cutLen = self.cutLengthSpin.theValue*self.lengthUnit[self.cutLengthSpin.theUnit] |
|
list | magF = self.magneticFieldSpin.theValue*self.magneticUnit[self.magneticFieldSpin.theUnit] |
|
tuple | position = -self.layerNo.slider.GetValue() |
|
tuple | eventNum = self.eventNo.slider.GetValue() |
|
Definition at line 437 of file Lesson2Wx.py.
def Lesson2Wx.MyApp.__init__ |
( |
|
self) | |
|
def Lesson2Wx.MyApp.OnPageChanged |
( |
|
self, |
|
|
|
event |
|
) |
| |
def Lesson2Wx.MyApp.OnPageChanging |
( |
|
self, |
|
|
|
event |
|
) |
| |
def Lesson2Wx.MyApp.RunStart |
( |
|
self, |
|
|
|
event |
|
) |
| |
list Lesson2Wx.MyApp.absorberTh = self.absorberThickSpin.theValue*self.lengthUnit[self.absorberThickSpin.theUnit] |
|
static |
Lesson2Wx.MyApp.absorberThickSpin |
list Lesson2Wx.MyApp.cutLen = self.cutLengthSpin.theValue*self.lengthUnit[self.cutLengthSpin.theUnit] |
|
static |
Lesson2Wx.MyApp.cutLengthSpin |
Lesson2Wx.MyApp.energySpin |
Lesson2Wx.MyApp.energyUnit |
tuple Lesson2Wx.MyApp.eventNum = self.eventNo.slider.GetValue() |
|
static |
list Lesson2Wx.MyApp.gapTh = self.gapThickSpin.theValue*self.lengthUnit[self.gapThickSpin.theUnit] |
|
static |
Lesson2Wx.MyApp.gapThickSpin |
Lesson2Wx.MyApp.lengthUnit |
list Lesson2Wx.MyApp.magF = self.magneticFieldSpin.theValue*self.magneticUnit[self.magneticFieldSpin.theUnit] |
|
static |
Lesson2Wx.MyApp.magneticFieldSpin |
Lesson2Wx.MyApp.magneticUnit |
tuple Lesson2Wx.MyApp.position = -self.layerNo.slider.GetValue() |
|
static |
Lesson2Wx.MyApp.processList |
Lesson2Wx.MyApp.sizeYZSpin |
Lesson2Wx.MyApp.theAbsorberMaterial |
Lesson2Wx.MyApp.theGapMaterial |
Lesson2Wx.MyApp.theParticle |
Lesson2Wx.MyApp.theProcesses |
list Lesson2Wx.MyApp.yzSize = self.sizeYZSpin.theValue*self.lengthUnit[self.sizeYZSpin.theUnit] |
|
static |
The documentation for this class was generated from the following file:
- D:/Geant4/geant4_9_6_p02/environments/g4py/examples/education/lesson2/Lesson2Wx.py