77 |
|
Tree = input.Get(job.tree) |
78 |
|
output.cd() |
79 |
|
CuttedTree=Tree.CopyTree(treeCut) |
80 |
< |
|
80 |
> |
input.Close() |
81 |
> |
del input |
82 |
|
# get all Histos at once |
83 |
|
weightF=self.config.get('Weights',self.which_weightF) |
84 |
|
for options in self.optionsList: |
145 |
|
hTree.SetBinError(1,uFlowErr) |
146 |
|
hTree.SetBinError(hTree.GetNbinsX(),oFlowErr) |
147 |
|
hTree.SetDirectory(0) |
147 |
– |
input.Close() |
148 |
|
hTreeList.append(hTree) |
149 |
|
groupList.append(group) |
150 |
< |
|
150 |
> |
|
151 |
> |
output.Close() |
152 |
> |
del output |
153 |
|
return hTreeList, groupList |
154 |
|
|
155 |
|
|