Skip to content
Snippets Groups Projects
Commit a4f164bc authored by HEITZ Louis's avatar HEITZ Louis
Browse files

Update MUSETT.cc, correction of PS_Images declaration

parent 2f7bdd3f
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline #324720 passed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment