Import Geant4 5.2.0 source tree
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# $Id: posLog.py,v 1.2 2003/06/16 17:06:44 dressel Exp $
|
||||
# -------------------------------------------------------------------
|
||||
# GEANT4 tag $Name: geant4-05-02 $
|
||||
# -------------------------------------------------------------------
|
||||
#
|
||||
|
||||
class PosLog(object):
|
||||
def __init__(self, pos, log):
|
||||
self.pos = pos
|
||||
self.log = log
|
||||
Reference in New Issue
Block a user