![]() |
![]() |
Go to the source code of this file.
Namespaces | |
haddnano | |
Functions | |
def | haddnano.zeroFill |
Variables | |
tuple | haddnano.additionalBranches = list(otherBranches - branchNames) |
tuple | haddnano.branchNames = set([x.GetName() for x in obj.GetListOfBranches()]) |
tuple | haddnano.cl = ROOT.TClass.GetClass(e.GetClassName()) |
list | haddnano.fileHandles = [] |
list | haddnano.files = sys.argv[2:] |
haddnano.goFast = True | |
tuple | haddnano.inputs = ROOT.TList() |
tuple | haddnano.isTree = obj.IsA() |
tuple | haddnano.missingBranches = list(branchNames - otherBranches) |
tuple | haddnano.name = e.GetName() |
tuple | haddnano.obj = e.ReadObj() |
tuple | haddnano.of = ROOT.TFile(ofname, "recreate") |
list | haddnano.ofname = sys.argv[1] |
tuple | haddnano.otherBranches |
tuple | haddnano.otherObj = fh.GetListOfKeys() |