Skip to content
Snippets Groups Projects
Commit f1fb96c4 authored by adrien-matta's avatar adrien-matta
Browse files

Merge branch 'NPTool.dev.prerelease' of https://github.com/adrien-matta/nptool...

Merge branch 'NPTool.dev.prerelease' of https://github.com/adrien-matta/nptool into NPTool.dev.prerelease
parents 9fc545b7 84abb78a
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
......@@ -854,6 +854,7 @@ void GaspardTrackerAnnular::InitializeScorers()
// First stage scorer
G4VPrimitiveScorer* GPDScorerFirstStage =
new SILICONSCORERS::PS_Silicon_Annular("GPDAnnularFirstStage",
0,
FirstStageRmin,
FirstStageRmax,
0*deg,
......@@ -865,6 +866,7 @@ void GaspardTrackerAnnular::InitializeScorers()
// Second stage scorer
G4VPrimitiveScorer* GPDScorerSecondStage =
new SILICONSCORERS::PS_Silicon_Annular("GPDAnnularSecondStage",
0,
FirstStageRmin,
FirstStageRmax,
0*deg,
......@@ -876,6 +878,7 @@ void GaspardTrackerAnnular::InitializeScorers()
// Third stage scorer
G4VPrimitiveScorer* GPDScorerThirdStage =
new SILICONSCORERS::PS_Silicon_Annular("GPDAnnularThirdStage",
0,
FirstStageRmin,
FirstStageRmax,
0*deg,
......
......@@ -750,6 +750,7 @@ void GaspardTrackerSquare::InitializeScorers()
// First stage scorer
G4VPrimitiveScorer* GPDScorerFirstStage =
new SILICONSCORERS::PS_Silicon_Rectangle("GPDSquareFirstStage",
0,
FirstStageFace,
FirstStageFace,
NumberOfStrips,
......@@ -758,6 +759,7 @@ void GaspardTrackerSquare::InitializeScorers()
// Second stage scorer
G4VPrimitiveScorer* GPDScorerSecondStage =
new SILICONSCORERS::PS_Silicon_Rectangle("GPDSquareSecondStage",
0,
SecondStageFace,
SecondStageFace,
1,
......@@ -766,6 +768,7 @@ void GaspardTrackerSquare::InitializeScorers()
// Third stage scorer
G4VPrimitiveScorer* GPDScorerThirdStage =
new SILICONSCORERS::PS_Silicon_Rectangle("GPDSquareThirdStage",
0,
ThirdStageFace,
ThirdStageFace,
1,
......
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