ROOT
Version v6.34
master
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
►
ROOT
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
geometry.py
Go to the documentation of this file.
1
## \file
2
## \ingroup tutorial_pyroot
3
## \notebook -nodraw
4
## Geometry
5
##
6
## \macro_code
7
##
8
## \author Wim Lavrijsen
9
10
import
os
11
import
ROOT
12
13
macrodir =
os.path.join
(str(
ROOT.gROOT.GetTutorialDir
()),
'pyroot'
)
14
15
# the na49.C file was generated, so no python conversion is provided
16
ROOT.gROOT.Macro
(
ROOT.gSystem.UnixPathName
(
os.path.join
( macrodir,
os.pardir
,
'geom'
,
'na49.C'
) ) )
17
18
exec(open(
os.path.join
( macrodir,
'na49visible.py'
)).read())
19
exec(open(
os.path.join
( macrodir,
'na49geomfile.py'
)).read())
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
tutorials
pyroot
geometry.py
ROOT v6-34 - Reference Guide Generated on Sat Apr 12 2025 16:37:50 (GVA Time) using Doxygen 1.10.0