From 6fbba722834b4f63494e07fb20813e4c5bb8f6e9 Mon Sep 17 00:00:00 2001 From: "jihee.kim" <jihee.kim@anl.gov> Date: Thu, 19 Nov 2020 17:18:28 -0600 Subject: [PATCH] Debugging --- ecal/scripts/emcal_electrons_analysis.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ecal/scripts/emcal_electrons_analysis.cxx b/ecal/scripts/emcal_electrons_analysis.cxx index 766683e6..544bbf91 100644 --- a/ecal/scripts/emcal_electrons_analysis.cxx +++ b/ecal/scripts/emcal_electrons_analysis.cxx @@ -13,7 +13,8 @@ #include "TCanvas.h" #include "TStyle.h" #include "TMath.h" -#include "TH1F.h" +#include "TH1.h" +#include "TH1D.h" // If root cannot find a dd4pod header make sure to add the include dir to ROOT_INCLUDE_PATH: // export ROOT_INCLUDE_PATH=$HOME/include:$ROOT_INCLUDE_PATH -- GitLab