Skip to content
Snippets Groups Projects
Commit e56a4705 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

Merge branch 'NPTool.2.dev' of gitlab.in2p3.fr:np/nptool into NPTool.2.dev

parents c409cda1 a4f164bc
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline #324758 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