From 57c473a67f0eea2ac35ab214637de1f52d4ad31f Mon Sep 17 00:00:00 2001 From: mhorner Date: Fri, 11 Jun 2004 16:31:51 +0000 Subject: [PATCH 1/1] Recalculated sampling fraction, with the addition of Birks' Law --- EMCAL/AliEMCALGeometry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALGeometry.cxx b/EMCAL/AliEMCALGeometry.cxx index f7d6713bbb7..b67aec21b90 100644 --- a/EMCAL/AliEMCALGeometry.cxx +++ b/EMCAL/AliEMCALGeometry.cxx @@ -74,7 +74,7 @@ void AliEMCALGeometry::Init(void){ fECScintThick = 0.5; // cm, Thickness of the scintillator fNECLayers = 25; // number of scintillator layers - fSampling = 11.8; + fSampling = 13.1; // calculated with Birk's law implementation fAlFrontThick = 3.5; // cm, Thickness of front Al layer fGap2Active = 1.0; // cm, Gap between Al and 1st Scintillator -- 2.39.3