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

Go to the source code of this file.

Namespaces

 PrepareReferenceFile
 

Functions

def PrepareReferenceFile.iterate (ROOT.TDirectory thisdir, ROOT.TDirectory targetdir, str prefix, typing.Pattern regex, bool excludeTrees)
 

Variables

 PrepareReferenceFile.parser = argparse.ArgumentParser()
 
 PrepareReferenceFile.default
 
 PrepareReferenceFile.args = parser.parse_args()
 
 PrepareReferenceFile.infile = ROOT.TFile.Open(args.infile, "READ")
 
 PrepareReferenceFile.outfile = ROOT.TFile.Open(args.outfile, "RECREATE")
 
 PrepareReferenceFile.regex = re.compile(args.excludeRegex)