ATLAS Offline Software
|
Functions | |
def | GetKeyNames (self, dir="") |
def | getJetDef (histName) |
Variables | |
inputFile = TFile.Open(sys.argv[1],"READ") | |
outputFile = TFile.Open(sys.argv[2],"RECREATE") | |
compName = sys.argv[3] | |
numDim = int(sys.argv[4]) | |
binning = sys.argv[5] | |
binTokens = binning.split(";") | |
list | bins = [] |
rangeTokens = aToken.split(",") | |
list | jetDefs = [] |
def | jetDef = getJetDef(histName) |
hist = inputFile.Get(histName) | |
string | histName = compName+"_"+aDef |
def AddEmptyComponent.getJetDef | ( | histName | ) |
Definition at line 14 of file AddEmptyComponent.py.
def AddEmptyComponent.GetKeyNames | ( | self, | |
dir = "" |
|||
) |
Definition at line 8 of file AddEmptyComponent.py.
AddEmptyComponent.binning = sys.argv[5] |
Definition at line 34 of file AddEmptyComponent.py.
list AddEmptyComponent.bins = [] |
Definition at line 44 of file AddEmptyComponent.py.
AddEmptyComponent.binTokens = binning.split(";") |
Definition at line 40 of file AddEmptyComponent.py.
AddEmptyComponent.compName = sys.argv[3] |
Definition at line 32 of file AddEmptyComponent.py.
AddEmptyComponent.hist = inputFile.Get(histName) |
Definition at line 58 of file AddEmptyComponent.py.
string AddEmptyComponent.histName = compName+"_"+aDef |
Definition at line 64 of file AddEmptyComponent.py.
AddEmptyComponent.inputFile = TFile.Open(sys.argv[1],"READ") |
Definition at line 30 of file AddEmptyComponent.py.
Definition at line 55 of file AddEmptyComponent.py.
list AddEmptyComponent.jetDefs = [] |
Definition at line 53 of file AddEmptyComponent.py.
AddEmptyComponent.numDim = int(sys.argv[4]) |
Definition at line 33 of file AddEmptyComponent.py.
AddEmptyComponent.outputFile = TFile.Open(sys.argv[2],"RECREATE") |
Definition at line 31 of file AddEmptyComponent.py.
AddEmptyComponent.rangeTokens = aToken.split(",") |
Definition at line 46 of file AddEmptyComponent.py.