From f59a727e4544b6d700459c9cc4f207f8a4a1b327 Mon Sep 17 00:00:00 2001
From: adrien matta <matta@lpccaen.in2p3.fr>
Date: Mon, 29 Jun 2020 10:53:10 +0200
Subject: [PATCH] * changing mugast resolution

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

diff --git a/NPSimulation/Detectors/Mugast/Mugast.cc b/NPSimulation/Detectors/Mugast/Mugast.cc
index 4437c7404..b34d2eed7 100644
--- a/NPSimulation/Detectors/Mugast/Mugast.cc
+++ b/NPSimulation/Detectors/Mugast/Mugast.cc
@@ -64,7 +64,7 @@ using namespace CLHEP;
 namespace Mugast_NS{
   // Resolution
   const G4double SigmaTime    = 0.212765957 ;// = 500ps
-  const G4double SigmaEnergy  = 0.0149      ;// 0.0223 = 52keV of Resolution //   Unit is MeV/2.35  14.861996
+  const G4double SigmaEnergy  = 0.019      ;// 
   const G4double TimeOffset   = 500         ;// 500 ns stop
 
   // Threshold
-- 
GitLab