Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
test.MyX Class Reference
Inheritance diagram for test.MyX:

Public Member Functions

def VMethodA
 
def VMethodB
 

Detailed Description

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

Member Function Documentation

def test.MyX.VMethodA (   self,
  a 
)

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

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

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

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

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