ATLAS Offline Software
Loading...
Searching...
No Matches
PrepareReferenceFile.py File Reference

Go to the source code of this file.

Namespaces

namespace  PrepareReferenceFile

Functions

 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)