![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| CombineRootFiles | |
Functions | |
| def | CombineRootFiles.GetKeyNames (self, dir="") |
Variables | |
| CombineRootFiles.outFileName = sys.argv[1] | |
| CombineRootFiles.inFileNames = sys.argv[2:] | |
| CombineRootFiles.outFile = TFile(outFileName,"RECREATE") | |
| dictionary | 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 ) |
1.8.18