source:
trunk/examples/advanced/Tiara/source/py_modules/posLog.py@
1209
| Last change on this file since 1209 was 807, checked in by , 17 years ago | |
|---|---|
| File size: 333 bytes | |
| Line | |
|---|---|
| 1 | # $Id: posLog.py,v 1.2 2003/06/16 17:06:44 dressel Exp $ |
| 2 | # ------------------------------------------------------------------- |
| 3 | # GEANT4 tag $Name: $ |
| 4 | # ------------------------------------------------------------------- |
| 5 | # |
| 6 | |
| 7 | class PosLog(object): |
| 8 | def __init__(self, pos, log): |
| 9 | self.pos = pos |
| 10 | self.log = log |
Note:
See TracBrowser
for help on using the repository browser.
