ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
ExtractComponent | |
Functions | |
def | ExtractComponent.GetKeyNames (self, dir="") |
Variables | |
ExtractComponent.inputFile = TFile.Open(sys.argv[1],"READ") | |
ExtractComponent.outputFile = TFile.Open(sys.argv[2],"RECREATE") | |
ExtractComponent.compNames = sys.argv[3:] | |
ExtractComponent.hist = inputFile.Get(compName) | |