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

Go to the source code of this file.

Namespaces

 SwitchComponentName
 

Functions

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

Variables

 SwitchComponentName.inputFile = TFile.Open(sys.argv[1],"READ")
 
 SwitchComponentName.outputFile = TFile.Open(sys.argv[2],"RECREATE")
 
 SwitchComponentName.compName = sys.argv[3]
 
 SwitchComponentName.newName = sys.argv[4]
 
 SwitchComponentName.hist = inputFile.Get(histName)
 
 SwitchComponentName.newHistName = re.sub(compName,newName,histName)