ROOT
v6-34
Reference Guide
Loading...
Searching...
No Matches
.enableImplicitMTWrapper.py
Go to the documentation of this file.
1
# this is meant to be used only to run tutorials as tests
2
3
import
ROOT
4
import
sys
5
6
7
nCores =
int
(
sys.argv
[1])
8
tutorialName =
sys.argv
[2]
9
10
if
"imt"
in
ROOT.gROOT.GetConfigFeatures
():
11
ROOT.EnableImplicitMT
(nCores)
12
13
tutorialFile = open(tutorialName)
14
exec(
tutorialFile.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
int
tutorials
.enableImplicitMTWrapper.py
ROOT v6-34 - Reference Guide Generated on Tue Jan 28 2025 04:59:52 (GVA Time) using Doxygen 1.10.0