|  | ATLAS Offline Software
    | 
| Functions | |
| def | GetKeyNames (self, dir="") | 
| Variables | |
| inputFile = TFile.Open(sys.argv[1],"READ") | |
| outputFile = TFile.Open(sys.argv[2],"RECREATE") | |
| compName = sys.argv[3] | |
| newName = sys.argv[4] | |
| hist = inputFile.Get(histName) | |
| newHistName = re.sub(compName,newName,histName) | |
| def SwitchComponentName.GetKeyNames | ( | self, | |
| dir = "" | |||
| ) | 
Definition at line 7 of file SwitchComponentName.py.
| SwitchComponentName.compName = sys.argv[3] | 
Definition at line 23 of file SwitchComponentName.py.
| SwitchComponentName.hist = inputFile.Get(histName) | 
Definition at line 27 of file SwitchComponentName.py.
| SwitchComponentName.inputFile = TFile.Open(sys.argv[1],"READ") | 
Definition at line 21 of file SwitchComponentName.py.
Definition at line 29 of file SwitchComponentName.py.
| SwitchComponentName.newName = sys.argv[4] | 
Definition at line 24 of file SwitchComponentName.py.
| SwitchComponentName.outputFile = TFile.Open(sys.argv[2],"RECREATE") | 
Definition at line 22 of file SwitchComponentName.py.
 1.8.18
 1.8.18