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

* Fixing issue with Sector number

parent f1fb96c4
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ void Tiara::InitializeScorers(){
G4VPrimitiveScorer* Hyball= new SILICONSCORERS::PS_Silicon_Annular("Hyball",1,
HYBALL_ActiveWafer_InnerRadius,
HYBALL_ActiveWafer_OuterRadius,
-0.5*HYBALL_ActiveWafer_Angle,HYBALL_ActiveWafer_Angle,
-0.5*HYBALL_ActiveWafer_Angle,0.5*HYBALL_ActiveWafer_Angle,
HYBALL_NumberOfAnnularStrip,
HYBALL_NumberOfRadialStrip);
......
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