From a4f164bc9b0b9206abe92d5ba16a2bf5ad2e4539 Mon Sep 17 00:00:00 2001
From: HEITZ Louis <louis.heitz@ijclab.in2p3.fr>
Date: Thu, 6 Jun 2024 09:53:38 +0200
Subject: [PATCH] Update MUSETT.cc, correction of PS_Images declaration

---
 NPSimulation/Detectors/MUSETT/MUSETT.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NPSimulation/Detectors/MUSETT/MUSETT.cc b/NPSimulation/Detectors/MUSETT/MUSETT.cc
index da308d88b..767f092bd 100644
--- a/NPSimulation/Detectors/MUSETT/MUSETT.cc
+++ b/NPSimulation/Detectors/MUSETT/MUSETT.cc
@@ -795,7 +795,7 @@ void MUSETT::InitializeScorers() {
   string nptool = getenv("NPTOOL");
   G4VPrimitiveScorer* SiScorer = new DSSDScorers::PS_Images(
         "SquareScorer", nptool + "/NPLib/Detectors/MUSETT/ressources/maskFront.png",
-        nptool + "/NPLib/Detectors/MUSETT/ressources/maskBack.png", 97.22 / 12800, 97.22 / 12800, 0, 0, 0xffff0000, 1);
+        nptool + "/NPLib/Detectors/MUSETT/ressources/maskBack.png", 97.22 / 12800, 97.22 / 12800, 0, 0, 0xffff0000, 1,true);
 
   G4VPrimitiveScorer* InterScorer = new InteractionScorers::PS_Interactions("SiScorer", ms_InterCoord, 0);
 
-- 
GitLab