Geometry
5 macrodir = os.path.join(ROOT.gROOT.GetTutorialsDir(),
'pyroot')
8 ROOT.gROOT.Macro( ROOT.gSystem.UnixPathName( os.path.join( macrodir, os.pardir,
'geom',
'na49.C' ) ) )
10 exec(
open(os.path.join( macrodir,
'na49visible.py')).
read())
11 exec(
open(os.path.join( macrodir,
'na49geomfile.py')).
read())
- Author
- Wim Lavrijsen
Definition in file geometry.py.