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

Go to the source code of this file.

Namespaces

namespace  CombineRootFiles

Functions

 CombineRootFiles.GetKeyNames (self, dir="")

Variables

 CombineRootFiles.GetKeyNames
 CombineRootFiles.outFileName = sys.argv[1]
 CombineRootFiles.inFileNames = sys.argv[2:]
 CombineRootFiles.outFile = TFile(outFileName,"RECREATE")
dict CombineRootFiles.uniqueHistos = {}
 CombineRootFiles.aFile = TFile(aFileName,"READ")
 CombineRootFiles.hist = aFile.Get(histName)
tuple CombineRootFiles.areDifferent = ( math.fabs(hist.GetMinimum()) > 1.e-8 or math.fabs(hist.GetMaximum()) > 1.e-8 )