ATLAS Offline Software
|
Functions | |
def | GetKeyNames (self, dir="") |
Variables | |
outFile = TFile.Open(sys.argv[1],"RECREATE") | |
primaryFile = TFile.Open(sys.argv[2],"READ") | |
updateFile = TFile.Open(sys.argv[3],"READ") | |
bool | 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 | updates = {} |
hist = updateFile.Get(histName) | |
list | newHists = [] |
def SwapComponents.GetKeyNames | ( | self, | |
dir = "" |
|||
) |
Definition at line 7 of file SwapComponents.py.
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 |
Definition at line 24 of file SwapComponents.py.
dictionary SwapComponents.hist = updateFile.Get(histName) |
Definition at line 30 of file SwapComponents.py.
list SwapComponents.newHists = [] |
Definition at line 36 of file SwapComponents.py.
SwapComponents.outFile = TFile.Open(sys.argv[1],"RECREATE") |
Definition at line 21 of file SwapComponents.py.
SwapComponents.primaryFile = TFile.Open(sys.argv[2],"READ") |
Definition at line 22 of file SwapComponents.py.
SwapComponents.updateFile = TFile.Open(sys.argv[3],"READ") |
Definition at line 23 of file SwapComponents.py.
dictionary SwapComponents.updates = {} |
Definition at line 28 of file SwapComponents.py.