From 90b4ee73dfe80d4515e3f30abb316eee2be19a7f Mon Sep 17 00:00:00 2001
From: adrien-matta <a.matta@surrey.ac.uk>
Date: Tue, 12 Apr 2016 09:48:39 +0100
Subject: [PATCH] * Fixing Annular S1 simulation Energy resolution gone problem

---
 NPSimulation/Detectors/AnnularS1/AnnularS1.hh | 3 ++-
 NPSimulation/Detectors/MUST2/MUST2Array.hh    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/NPSimulation/Detectors/AnnularS1/AnnularS1.hh b/NPSimulation/Detectors/AnnularS1/AnnularS1.hh
index ce6da38b9..cff0adae5 100644
--- a/NPSimulation/Detectors/AnnularS1/AnnularS1.hh
+++ b/NPSimulation/Detectors/AnnularS1/AnnularS1.hh
@@ -116,9 +116,10 @@ private:
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 namespace ANNULARS1{
    // Energy/Time resolutions for the different layers
-   const G4double ResoEnergy      = 0.017              ;// = 52keV of Resolution   //   Unit is MeV/2.35
    const G4double ResoTime        = 0.106382979    ;// = 250 ps                //   Unit is  ns/2.35
    const G4double EnergyThreshold = 0.300          ;// = 300 keV
+   const G4double ResoEnergy       = 0.017  ;// = 250 ps                //   Unit is  ns/2.35
+
    // PCB
    const G4double PCBPointsX[8]={-40,40,60,60,40,-40,-60,-60};
    const G4double PCBPointsY[8]={60,60,40,-40,-60,-60,-40,40};
diff --git a/NPSimulation/Detectors/MUST2/MUST2Array.hh b/NPSimulation/Detectors/MUST2/MUST2Array.hh
index fcddab3ea..45fb21cf5 100644
--- a/NPSimulation/Detectors/MUST2/MUST2Array.hh
+++ b/NPSimulation/Detectors/MUST2/MUST2Array.hh
@@ -35,7 +35,7 @@ namespace MUST2
 {
    // Resolution
    const G4double ResoTimeMust = 0.212765957    ;// = 500ps                 //   Unit is  ns/2.35
-   const G4double ResoSiLi     = 0.055          ;// = 130 keV of resolution //   Unit is MeV/2.35
+   const G4double ResoSiLi     = 0.066          ;// = 130 keV of resolution //   Unit is MeV/2.35
    const G4double ResoCsI      = 0.08           ;// = 188 kev of resolution //   Unit is MeV/2.35
    const G4double ResoStrip    = 0.017          ;// = 52keV of Resolution   //   Unit is MeV/2.35
 
-- 
GitLab