From c80d6a16a2997f2bb535df65c56f291e22799c06 Mon Sep 17 00:00:00 2001 From: Christian Weber <Christian.Weber@yale.edu> Date: Thu, 24 Jan 2019 16:18:22 -0500 Subject: [PATCH] Bugfix: instead of adding mc16a+mc16d hists, we git 2*mc16d hists. Now fixed --- plotPostProcess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotPostProcess.py b/plotPostProcess.py index 4bbbb86..3a72f1d 100644 --- a/plotPostProcess.py +++ b/plotPostProcess.py @@ -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")) -- GitLab