From 7b54f6ee64d0e6f8d86dd3e185f61bc75a171f93 Mon Sep 17 00:00:00 2001 From: Hugo Jacob <hugojacob57@gmail.com> Date: Fri, 6 Oct 2023 17:25:49 +0200 Subject: [PATCH] Fixing MUST2 --- NPLib/Detectors/MUST2/TMust2Physics.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NPLib/Detectors/MUST2/TMust2Physics.cxx b/NPLib/Detectors/MUST2/TMust2Physics.cxx index a46beff39..b96a5ed82 100644 --- a/NPLib/Detectors/MUST2/TMust2Physics.cxx +++ b/NPLib/Detectors/MUST2/TMust2Physics.cxx @@ -1600,7 +1600,7 @@ void TMust2Physics::InitializeRootHistogramsCSIF(Int_t DetectorNumber){ std::cout << CutName << " " << cFileName << " " << CutsPath+cFileName << "\n"; htitleCSIE = Form("%s_MM%u_CSI%u",ParticleType[i].c_str(), DetectorNumber, j+1); - (*TH2Map)["MUST2"][CutName] = new TH2F(CutName, htitleCSIE, 2048, 8192, 16384, 2000, 0, 200); + (*TH2Map)["MUST2"][CutName] = new TH2F(CutName, htitleCSIE, 8192, 8192, 16384, 2000, 0, 200); if((*TFileMap)["MUST2"][CutName] = new TFile(CutsPath+cFileName)) { -- GitLab