ATLAS Offline Software
Variables
rootconvert Namespace Reference

Variables

string fName = 'MyOutput.yoda.gz'
 
 yodaAOs = yoda.read(fName)
 
 rtFile = rt.TFile(fName[:fName.find('.yoda')] + '.root', 'recreate')
 
 name = name_slashes.replace("/", "_")
 
 yodaAO = yodaAOs[name_slashes]
 
 rtAO = None
 
 rtErrs = rtAO.GetSumw2()
 
 x = yodaAO.point(i).y()
 
 xLo
 
 xHi
 
 yLo
 
 yHi
 

Variable Documentation

◆ fName

string rootconvert.fName = 'MyOutput.yoda.gz'

Definition at line 5 of file rootconvert.py.

◆ name

rootconvert.name = name_slashes.replace("/", "_")

Definition at line 10 of file rootconvert.py.

◆ rtAO

rootconvert.rtAO = None

Definition at line 12 of file rootconvert.py.

◆ rtErrs

rootconvert.rtErrs = rtAO.GetSumw2()

Definition at line 19 of file rootconvert.py.

◆ rtFile

rootconvert.rtFile = rt.TFile(fName[:fName.find('.yoda')] + '.root', 'recreate')

Definition at line 7 of file rootconvert.py.

◆ x

rootconvert.x = yodaAO.point(i).y()

Definition at line 31 of file rootconvert.py.

◆ xHi

rootconvert.xHi

Definition at line 32 of file rootconvert.py.

◆ xLo

rootconvert.xLo

Definition at line 32 of file rootconvert.py.

◆ yHi

rootconvert.yHi

Definition at line 33 of file rootconvert.py.

◆ yLo

rootconvert.yLo

Definition at line 33 of file rootconvert.py.

◆ yodaAO

rootconvert.yodaAO = yodaAOs[name_slashes]

Definition at line 11 of file rootconvert.py.

◆ yodaAOs

rootconvert.yodaAOs = yoda.read(fName)

Definition at line 6 of file rootconvert.py.