Geant4  10.02.p03
test.MyX Class Reference
Inheritance diagram for test.MyX:
Collaboration diagram for test.MyX:

Public Member Functions

def VMethodA (self, a)
 
def VMethodB (self, b)
 

Detailed Description

Definition at line 9 of file tests/test10/test.py.

Member Function Documentation

◆ VMethodA()

def test.MyX.VMethodA (   self,
  a 
)

Definition at line 12 of file tests/test10/test.py.

12  def VMethodA(self, a):
13  print "*** MyX::VMethod...A() is called."
14 

◆ VMethodB()

def test.MyX.VMethodB (   self,
  b 
)

Definition at line 15 of file tests/test10/test.py.

15  def VMethodB(self, b):
16  print "*** MyX::VMethod...B() is called."
17 
18 
19 x= test10.XBase()
20 myx= MyX()
21 z= test10.ZClass()
22 

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