|  | 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 102 of file runHistoBuilders.py.
| runHistoBuilders.branchesCOMMON = treeCOMMON.GetSetOfTreeBranchNames() | 
Definition at line 101 of file runHistoBuilders.py.
| runHistoBuilders.branchesJETMET = treeJETMET.GetSetOfTreeBranchNames() | 
First, branch name checks #.
Definition at line 100 of file runHistoBuilders.py.
| list runHistoBuilders.branchesNotExisting = [] | 
Definition at line 162 of file runHistoBuilders.py.
| runHistoBuilders.brNotInCOMMON = branchesJETMET-branchesCOMMON | 
Definition at line 103 of file runHistoBuilders.py.
| runHistoBuilders.brNotInJETMET = branchesCOMMON-branchesJETMET | 
Definition at line 104 of file runHistoBuilders.py.
| runHistoBuilders.fileCOMMON = ROOT.TFile(fileNameCOMMON,"READ") | 
Definition at line 71 of file runHistoBuilders.py.
| runHistoBuilders.fileJETMET = ROOT.TFile(fileNameJETMET,"READ") | 
Read the input files and get the trees #.
Definition at line 70 of file runHistoBuilders.py.
| runHistoBuilders.fileNameCOMMON = "/afs/cern.ch/user/d/delsart/public/COMMON/NTUP_COMMON_new.root" | 
Definition at line 28 of file runHistoBuilders.py.
| runHistoBuilders.fileNameJETMET = "/afs/cern.ch/user/d/delsart/public/COMMON/NTUP_COMMON_ref.root" | 
Definition at line 26 of file runHistoBuilders.py.
| bool runHistoBuilders.IsDebug = False | 
Definition at line 13 of file runHistoBuilders.py.
| runHistoBuilders.jetTypesBoth = set.intersection(jetTypesJETMET,jetTypesCOMMON) | 
Definition at line 158 of file runHistoBuilders.py.
| runHistoBuilders.jetTypesCOMMON = set([]) | 
Definition at line 149 of file runHistoBuilders.py.
| runHistoBuilders.jetTypesJETMET = set([]) | 
Next, jet types and variables checks #.
Definition at line 140 of file runHistoBuilders.py.
| runHistoBuilders.jetVarsBoth = set.intersection(jetVarsJETMET,jetVarsCOMMON) | 
Definition at line 159 of file runHistoBuilders.py.
| runHistoBuilders.jetVarsCOMMON = set([]) | 
Definition at line 150 of file runHistoBuilders.py.
| runHistoBuilders.jetVarsJETMET = set([]) | 
Definition at line 141 of file runHistoBuilders.py.
| runHistoBuilders.logFile | 
Definition at line 210 of file runHistoBuilders.py.
| runHistoBuilders.multiBuilder = MultipleHistoBuilderFromD3PD() | 
Now, do the thorough variable check #.
Definition at line 178 of file runHistoBuilders.py.
| runHistoBuilders.outFile = open('Branches_JETMET.txt','w') | 
Definition at line 107 of file runHistoBuilders.py.
| string runHistoBuilders.toCheck = aType + "_" + aVar | 
Definition at line 165 of file runHistoBuilders.py.
| runHistoBuilders.treeCOMMON = fileCOMMON.Get(treeNameCOMMON) | 
Definition at line 80 of file runHistoBuilders.py.
| runHistoBuilders.treeJETMET = fileJETMET.Get(treeNameJETMET) | 
Definition at line 73 of file runHistoBuilders.py.
| runHistoBuilders.treeNameCOMMON = "physics" | 
Definition at line 22 of file runHistoBuilders.py.
| string runHistoBuilders.treeNameJETMET = "qcd" | 
Read and store argument values #.
Definition at line 21 of file runHistoBuilders.py.
| runHistoBuilders.twikiLog = open('Twiki_ToleranceResults.log','w') | 
Definition at line 208 of file runHistoBuilders.py.
| runHistoBuilders.twikiLogFile | 
Definition at line 210 of file runHistoBuilders.py.
| runHistoBuilders.type = JetType(name) | 
Definition at line 144 of file runHistoBuilders.py.
| bool runHistoBuilders.writeBranchInformation = False | 
Definition at line 23 of file runHistoBuilders.py.
 1.8.18
 1.8.18