]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
updated inizialization values for online constant geometry
authorfronchet <fronchet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 May 2010 07:35:49 +0000 (07:35 +0000)
committerfronchet <fronchet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 May 2010 07:35:49 +0000 (07:35 +0000)
HLT/EMCAL/AliHLTEMCALConstants.cxx

index 229dc7d99e24714bef944a955acbf40f1b65ab2e..18c0d0e9f4879537f9862adb9918f2845a9824be 100644 (file)
@@ -48,5 +48,14 @@ AliHLTEMCALConstants::InitConstants()
   fkDETNAME = "EMCAL";
   fkCELLSTEP = 6.0;
   fkDDLOFFSET =  4608;
+  fkMAXCELLSTEPETA = 6.32;     // FR: max tower dimension along eta
+  fkMINCELLSTEPETA = 5.99;     // FR: min tower dimension along eta
+  fkCELLSTEPPHI = 6.04667;     // FR: tower dimension along phi
+  fkCELLHEIGHT = 27.74;        // FR: tower height
+  fkCELLANGLE = 1.50;                  // FR: tower tapeiring angle (DEG)
+  fkRADLENGTH = 1.23;
+  fkCRITICENERGY = 8.0;
+  fkCJ = 0.5 ;
+
 }