From 785ae86402c5b397d49d2982eda4f01951fc3700 Mon Sep 17 00:00:00 2001
From: adrien-matta <a.matta@surrey.ac.uk>
Date: Thu, 8 Jan 2015 09:41:55 +0000
Subject: [PATCH] * Fixing issue with Sector number

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

diff --git a/NPSimulation/Tiara/Tiara.cc b/NPSimulation/Tiara/Tiara.cc
index 519b06602..7970be9f4 100644
--- a/NPSimulation/Tiara/Tiara.cc
+++ b/NPSimulation/Tiara/Tiara.cc
@@ -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);
 
-- 
GitLab