source:
trunk/examples/advanced/Tiara/source/py_modules/myPI.py@
1241
| Last change on this file since 1241 was 807, checked in by , 17 years ago | |
|---|---|
| File size: 325 bytes | |
| Line | |
|---|---|
| 1 | # $Id: myPI.py,v 1.1 2004/06/09 15:04:36 daquinog Exp $ |
| 2 | # ------------------------------------------------------------------- |
| 3 | # GEANT4 tag $Name: $ |
| 4 | # ------------------------------------------------------------------- |
| 5 | # |
| 6 | import sys |
| 7 | |
| 8 | origArgv = sys.argv |
| 9 | sys.argv = ["","--noGraphics"] |
| 10 | from PyAida import * |
| 11 | sys.argv = origArgv |
Note:
See TracBrowser
for help on using the repository browser.
