Skip to content
Snippets Groups Projects
Commit c80d6a16 authored by Christian Weber's avatar Christian Weber
Browse files

Bugfix: instead of adding mc16a+mc16d hists, we git 2*mc16d hists. Now fixed

parent c757e2a3
No related branches found
No related tags found
No related merge requests found
......@@ -447,7 +447,7 @@ def fillMasterHistDict( inputFileDict , masterHistDict = collections.defaultdict
DSIDHelper = inputFileDict[mcTag]["DSIDHelper"]
# get the histograms in the diffrent TDirectories within the provided .root file
dirsAndContents = getTDirsAndContents(postProcessedData, recursiveCounter = float("inf"))
dirsAndContents = getTDirsAndContents(postProcessedData, outputDict = {}, recursiveCounter = float("inf"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment