ATLAS Offline Software
|
Variables | |
bool | IsDebug = False |
string | treeNameJETMET = "qcd" |
Read and store argument values #. More... | |
string | treeNameCOMMON = "physics" |
bool | writeBranchInformation = False |
string | fileNameJETMET = "/afs/cern.ch/user/d/delsart/public/COMMON/NTUP_COMMON_ref.root" |
string | fileNameCOMMON = "/afs/cern.ch/user/d/delsart/public/COMMON/NTUP_COMMON_new.root" |
fileJETMET = ROOT.TFile(fileNameJETMET,"READ") | |
Read the input files and get the trees #. More... | |
fileCOMMON = ROOT.TFile(fileNameCOMMON,"READ") | |
treeJETMET = fileJETMET.Get(treeNameJETMET) | |
treeCOMMON = fileCOMMON.Get(treeNameCOMMON) | |
branchesJETMET = treeJETMET.GetSetOfTreeBranchNames() | |
First, branch name checks #. More... | |
branchesCOMMON = treeCOMMON.GetSetOfTreeBranchNames() | |
branchesBOTH = frozenset.intersection(branchesJETMET,branchesCOMMON) | |
brNotInCOMMON = branchesJETMET-branchesCOMMON | |
brNotInJETMET = branchesCOMMON-branchesJETMET | |
outFile = open('Branches_JETMET.txt','w') | |
jetTypesJETMET = set([]) | |
Next, jet types and variables checks #. More... | |
jetVarsJETMET = set([]) | |
type = JetType(name) | |
jetTypesCOMMON = set([]) | |
jetVarsCOMMON = set([]) | |
jetTypesBoth = set.intersection(jetTypesJETMET,jetTypesCOMMON) | |
jetVarsBoth = set.intersection(jetVarsJETMET,jetVarsCOMMON) | |
list | branchesNotExisting = [] |
string | toCheck = aType + "_" + aVar |
multiBuilder = MultipleHistoBuilderFromD3PD() | |
Now, do the thorough variable check #. More... | |
twikiLog = open('Twiki_ToleranceResults.log','w') | |
logFile | |
twikiLogFile | |
runHistoBuilders.branchesBOTH = frozenset.intersection(branchesJETMET,branchesCOMMON) |
Definition at line 103 of file runHistoBuilders.py.
runHistoBuilders.branchesCOMMON = treeCOMMON.GetSetOfTreeBranchNames() |
Definition at line 102 of file runHistoBuilders.py.
runHistoBuilders.branchesJETMET = treeJETMET.GetSetOfTreeBranchNames() |
First, branch name checks #.
Definition at line 101 of file runHistoBuilders.py.
list runHistoBuilders.branchesNotExisting = [] |
Definition at line 163 of file runHistoBuilders.py.
runHistoBuilders.brNotInCOMMON = branchesJETMET-branchesCOMMON |
Definition at line 104 of file runHistoBuilders.py.
runHistoBuilders.brNotInJETMET = branchesCOMMON-branchesJETMET |
Definition at line 105 of file runHistoBuilders.py.
runHistoBuilders.fileCOMMON = ROOT.TFile(fileNameCOMMON,"READ") |
Definition at line 72 of file runHistoBuilders.py.
runHistoBuilders.fileJETMET = ROOT.TFile(fileNameJETMET,"READ") |
Read the input files and get the trees #.
Definition at line 71 of file runHistoBuilders.py.
runHistoBuilders.fileNameCOMMON = "/afs/cern.ch/user/d/delsart/public/COMMON/NTUP_COMMON_new.root" |
Definition at line 29 of file runHistoBuilders.py.
runHistoBuilders.fileNameJETMET = "/afs/cern.ch/user/d/delsart/public/COMMON/NTUP_COMMON_ref.root" |
Definition at line 27 of file runHistoBuilders.py.
bool runHistoBuilders.IsDebug = False |
Definition at line 14 of file runHistoBuilders.py.
runHistoBuilders.jetTypesBoth = set.intersection(jetTypesJETMET,jetTypesCOMMON) |
Definition at line 159 of file runHistoBuilders.py.
runHistoBuilders.jetTypesCOMMON = set([]) |
Definition at line 150 of file runHistoBuilders.py.
runHistoBuilders.jetTypesJETMET = set([]) |
Next, jet types and variables checks #.
Definition at line 141 of file runHistoBuilders.py.
runHistoBuilders.jetVarsBoth = set.intersection(jetVarsJETMET,jetVarsCOMMON) |
Definition at line 160 of file runHistoBuilders.py.
runHistoBuilders.jetVarsCOMMON = set([]) |
Definition at line 151 of file runHistoBuilders.py.
runHistoBuilders.jetVarsJETMET = set([]) |
Definition at line 142 of file runHistoBuilders.py.
runHistoBuilders.logFile |
Definition at line 211 of file runHistoBuilders.py.
runHistoBuilders.multiBuilder = MultipleHistoBuilderFromD3PD() |
Now, do the thorough variable check #.
Definition at line 179 of file runHistoBuilders.py.
runHistoBuilders.outFile = open('Branches_JETMET.txt','w') |
Definition at line 108 of file runHistoBuilders.py.
string runHistoBuilders.toCheck = aType + "_" + aVar |
Definition at line 166 of file runHistoBuilders.py.
runHistoBuilders.treeCOMMON = fileCOMMON.Get(treeNameCOMMON) |
Definition at line 81 of file runHistoBuilders.py.
runHistoBuilders.treeJETMET = fileJETMET.Get(treeNameJETMET) |
Definition at line 74 of file runHistoBuilders.py.
runHistoBuilders.treeNameCOMMON = "physics" |
Definition at line 23 of file runHistoBuilders.py.
string runHistoBuilders.treeNameJETMET = "qcd" |
Read and store argument values #.
Definition at line 22 of file runHistoBuilders.py.
runHistoBuilders.twikiLog = open('Twiki_ToleranceResults.log','w') |
Definition at line 209 of file runHistoBuilders.py.
runHistoBuilders.twikiLogFile |
Definition at line 211 of file runHistoBuilders.py.
runHistoBuilders.type = JetType(name) |
Definition at line 145 of file runHistoBuilders.py.
bool runHistoBuilders.writeBranchInformation = False |
Definition at line 24 of file runHistoBuilders.py.