ATLAS Offline Software
|
Functions | |
def | copyHist (indir, outdir, dirfilt) |
Variables | |
string | dirfilt = 'run_.*|GLOBAL|lb_.*|lowStat_LB.*|DQTGlobalWZFinder' |
string | source = 'test.root' |
string | target = 'copy.root' |
infile = ROOT.TFile(source) | |
outfile = ROOT.TFile.Open(target, "RECREATE") | |
def copySelective.copyHist | ( | indir, | |
outdir, | |||
dirfilt | |||
) |
Definition at line 6 of file copySelective.py.
string copySelective.dirfilt = 'run_.*|GLOBAL|lb_.*|lowStat_LB.*|DQTGlobalWZFinder' |
Definition at line 30 of file copySelective.py.
copySelective.infile = ROOT.TFile(source) |
Definition at line 44 of file copySelective.py.
copySelective.outfile = ROOT.TFile.Open(target, "RECREATE") |
Definition at line 49 of file copySelective.py.
copySelective.source = 'test.root' |
Definition at line 32 of file copySelective.py.
copySelective.target = 'copy.root' |
Definition at line 37 of file copySelective.py.