![]() |
ATLAS Offline Software
|
Functions | |
| copyHist (indir, outdir, dirfilt) | |
Variables | |
| str | dirfilt = 'run_.*|GLOBAL|lb_.*|lowStat_LB.*|DQTGlobalWZFinder' |
| str | source = 'test.root' |
| str | target = 'copy.root' |
| infile = ROOT.TFile(source) | |
| outfile = ROOT.TFile.Open(target, "RECREATE") | |
| copyHist | ( | indir, | |
| outdir, | |||
| dirfilt ) |
Definition at line 5 of file copySelective.py.
| str copySelective.dirfilt = 'run_.*|GLOBAL|lb_.*|lowStat_LB.*|DQTGlobalWZFinder' |
Definition at line 29 of file copySelective.py.
| copySelective.infile = ROOT.TFile(source) |
Definition at line 43 of file copySelective.py.
| copySelective.outfile = ROOT.TFile.Open(target, "RECREATE") |
Definition at line 48 of file copySelective.py.
| copySelective.source = 'test.root' |
Definition at line 31 of file copySelective.py.
| copySelective.target = 'copy.root' |
Definition at line 36 of file copySelective.py.