ATLAS Offline Software
Namespaces | Functions | Variables
SwapComponents.py File Reference

Go to the source code of this file.

Namespaces

 SwapComponents
 

Functions

def SwapComponents.GetKeyNames (self, dir="")
 

Variables

 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
 
dictionary SwapComponents.updates = {}
 
 SwapComponents.hist = updateFile.Get(histName)
 
list SwapComponents.newHists = []