Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Lesson2Wx.MyApp Class Reference
Inheritance diagram for Lesson2Wx.MyApp:
Inheritance graph
[legend]
Collaboration diagram for Lesson2Wx.MyApp:
Collaboration graph
[legend]

Public Member Functions

def __init__
 
def OnPageChanged
 
def OnPageChanging
 
def RunStart
 

Public Attributes

 nb
 
 runStart
 
 theAbsorberMaterial
 
 theGapMaterial
 
 theParticle
 
 processList
 
 theProcesses
 
 eventNo
 
 layerNo
 
 lengthUnit
 
 absorberThickSpin
 
 gapThickSpin
 
 sizeYZSpin
 
 cutLengthSpin
 
 magneticUnit
 
 magneticFieldSpin
 
 energyUnit
 
 energySpin
 

Static Public Attributes

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()
 

Detailed Description

Definition at line 437 of file Lesson2Wx.py.

Constructor & Destructor Documentation

def Lesson2Wx.MyApp.__init__ (   self)

Definition at line 438 of file Lesson2Wx.py.

Member Function Documentation

def Lesson2Wx.MyApp.OnPageChanged (   self,
  event 
)

Definition at line 540 of file Lesson2Wx.py.

def Lesson2Wx.MyApp.OnPageChanging (   self,
  event 
)

Definition at line 546 of file Lesson2Wx.py.

def Lesson2Wx.MyApp.RunStart (   self,
  event 
)

Definition at line 552 of file Lesson2Wx.py.

Member Data Documentation

list Lesson2Wx.MyApp.absorberTh = self.absorberThickSpin.theValue*self.lengthUnit[self.absorberThickSpin.theUnit]
static

Definition at line 554 of file Lesson2Wx.py.

Lesson2Wx.MyApp.absorberThickSpin

Definition at line 493 of file Lesson2Wx.py.

list Lesson2Wx.MyApp.cutLen = self.cutLengthSpin.theValue*self.lengthUnit[self.cutLengthSpin.theUnit]
static

Definition at line 558 of file Lesson2Wx.py.

Lesson2Wx.MyApp.cutLengthSpin

Definition at line 496 of file Lesson2Wx.py.

Lesson2Wx.MyApp.energySpin

Definition at line 501 of file Lesson2Wx.py.

Lesson2Wx.MyApp.energyUnit

Definition at line 500 of file Lesson2Wx.py.

Lesson2Wx.MyApp.eventNo

Definition at line 489 of file Lesson2Wx.py.

tuple Lesson2Wx.MyApp.eventNum = self.eventNo.slider.GetValue()
static

Definition at line 590 of file Lesson2Wx.py.

list Lesson2Wx.MyApp.gapTh = self.gapThickSpin.theValue*self.lengthUnit[self.gapThickSpin.theUnit]
static

Definition at line 555 of file Lesson2Wx.py.

Lesson2Wx.MyApp.gapThickSpin

Definition at line 494 of file Lesson2Wx.py.

Lesson2Wx.MyApp.layerNo

Definition at line 490 of file Lesson2Wx.py.

Lesson2Wx.MyApp.lengthUnit

Definition at line 492 of file Lesson2Wx.py.

list Lesson2Wx.MyApp.magF = self.magneticFieldSpin.theValue*self.magneticUnit[self.magneticFieldSpin.theUnit]
static

Definition at line 559 of file Lesson2Wx.py.

Lesson2Wx.MyApp.magneticFieldSpin

Definition at line 498 of file Lesson2Wx.py.

Lesson2Wx.MyApp.magneticUnit

Definition at line 497 of file Lesson2Wx.py.

Lesson2Wx.MyApp.nb

Definition at line 440 of file Lesson2Wx.py.

tuple Lesson2Wx.MyApp.position = -self.layerNo.slider.GetValue()
static

Definition at line 567 of file Lesson2Wx.py.

Lesson2Wx.MyApp.processList

Definition at line 486 of file Lesson2Wx.py.

Lesson2Wx.MyApp.runStart

Definition at line 473 of file Lesson2Wx.py.

Lesson2Wx.MyApp.sizeYZSpin

Definition at line 495 of file Lesson2Wx.py.

Lesson2Wx.MyApp.theAbsorberMaterial

Definition at line 479 of file Lesson2Wx.py.

Lesson2Wx.MyApp.theGapMaterial

Definition at line 481 of file Lesson2Wx.py.

Lesson2Wx.MyApp.theParticle

Definition at line 484 of file Lesson2Wx.py.

Lesson2Wx.MyApp.theProcesses

Definition at line 487 of file Lesson2Wx.py.

list Lesson2Wx.MyApp.yzSize = self.sizeYZSpin.theValue*self.lengthUnit[self.sizeYZSpin.theUnit]
static

Definition at line 556 of file Lesson2Wx.py.


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