source: trunk/examples/advanced/Tiara/source/py_modules/posLog.py@ 1354

Last change on this file since 1354 was 807, checked in by garnier, 17 years ago

update

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
7class 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.