ATLAS Offline Software
|
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 | |
string rootconvert.fName = 'MyOutput.yoda.gz' |
Definition at line 5 of file rootconvert.py.
rootconvert.name = name_slashes.replace("/", "_") |
Definition at line 10 of file rootconvert.py.
rootconvert.rtAO = None |
Definition at line 12 of file rootconvert.py.
rootconvert.rtErrs = rtAO.GetSumw2() |
Definition at line 19 of file rootconvert.py.
rootconvert.rtFile = rt.TFile(fName[:fName.find('.yoda')] + '.root', 'recreate') |
Definition at line 7 of file rootconvert.py.
rootconvert.x = yodaAO.point(i).y() |
Definition at line 31 of file rootconvert.py.
rootconvert.xHi |
Definition at line 32 of file rootconvert.py.
rootconvert.xLo |
Definition at line 32 of file rootconvert.py.
rootconvert.yHi |
Definition at line 33 of file rootconvert.py.
rootconvert.yLo |
Definition at line 33 of file rootconvert.py.
rootconvert.yodaAO = yodaAOs[name_slashes] |
Definition at line 11 of file rootconvert.py.
Definition at line 6 of file rootconvert.py.