From 1f9dd834a39e01cfdf6250490e1c30a7b47d732d Mon Sep 17 00:00:00 2001 From: schutz Date: Fri, 10 Jan 2003 18:59:23 +0000 Subject: [PATCH 1/1] change values of sampling fraction --- EMCAL/AliEMCALGeometry.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EMCAL/AliEMCALGeometry.cxx b/EMCAL/AliEMCALGeometry.cxx index 9be1671c00e..4cfc070a04f 100644 --- a/EMCAL/AliEMCALGeometry.cxx +++ b/EMCAL/AliEMCALGeometry.cxx @@ -113,7 +113,7 @@ void AliEMCALGeometry::Init(void){ fHCScintThick = 0.0; // cm, Thickness of the sintilator for the hadronic alorimeter section of the tower fNHCLayers = 0; // number of scintillator layers in the hadronic calorimeter section - fSampling = 12. ; + fSampling = 11.3 ; fSummationFraction = 0.8 ; fAlFrontThick = 3.0; // cm, Thickness of front Al layer @@ -132,7 +132,7 @@ void AliEMCALGeometry::Init(void){ fHCScintThick = 0.0; // cm, Thickness of the sintilator for the hadronic alorimeter section of the tower fNHCLayers = 0; // number of scintillator layers in the hadronic calorimeter section - fSampling = 12. ; + fSampling = 16. ; fSummationFraction = 0.8 ; fAlFrontThick = 3.0; // cm, Thickness of front Al layer -- 2.39.3