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

* Fixing Annular S1 simulation Energy resolution gone problem

parent 1bf8be7a
No related branches found
No related tags found
No related merge requests found
......@@ -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};
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment