Logo ROOT  
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
3import ROOT
4import sys
5
6
7nCores = int(sys.argv[1])
8tutorialName = sys.argv[2]
9
12
13tutorialFile = open(tutorialName)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.