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

Go to the source code of this file.

Namespaces

namespace  SwapComponents

Functions

 SwapComponents.GetKeyNames (self, dir="")

Variables

 SwapComponents.GetKeyNames
 SwapComponents.outFile = TFile.Open(sys.argv[1],"RECREATE")
 SwapComponents.primaryFile = TFile.Open(sys.argv[2],"READ")
 SwapComponents.updateFile = TFile.Open(sys.argv[3],"READ")
bool SwapComponents.addNew = True if len(sys.argv) > 4 and (sys.argv[4] == "TRUE" or sys.argv[4] == "True" or sys.argv[4] == "true") else False
dict SwapComponents.updates = {}
 SwapComponents.hist = updateFile.Get(histName)
list SwapComponents.newHists = []