Geant4
9.6.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4_9_6_p02
environments
g4py
tests
test07
test.py
Go to the documentation of this file.
1
#!/usr/bin/python
2
# ==================================================================
3
# python script for Geant4Py test
4
#
5
#
6
# ==================================================================
7
import
test07
8
9
acolor= test07.Color().red
10
11
print
acolor==test07.Color().red
12
print
acolor==test07.Color().blue
13
print
acolor==test07.Color().yellow
14
Generated on Sat May 25 2013 14:32:00 for Geant4 by
1.8.4