ATLAS Offline Software
Namespaces | Functions | Variables
copySelective.py File Reference

Go to the source code of this file.

Namespaces

 copySelective
 

Functions

def copySelective.copyHist (indir, outdir, dirfilt)
 

Variables

string copySelective.dirfilt = 'run_.*|GLOBAL|lb_.*|lowStat_LB.*|DQTGlobalWZFinder'
 
string copySelective.source = 'test.root'
 
string copySelective.target = 'copy.root'
 
 copySelective.infile = ROOT.TFile(source)
 
 copySelective.outfile = ROOT.TFile.Open(target, "RECREATE")