From 594d7a5481393a45f0cf6f1cc7ec8a77231747d2 Mon Sep 17 00:00:00 2001 From: gconesab Date: Thu, 13 Mar 2014 18:24:00 +0100 Subject: [PATCH] fix angle to absId mapping for extensions --- EMCAL/AliEMCALGeometry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALGeometry.cxx b/EMCAL/AliEMCALGeometry.cxx index 0986978b9e5..cc03db540b8 100644 --- a/EMCAL/AliEMCALGeometry.cxx +++ b/EMCAL/AliEMCALGeometry.cxx @@ -575,7 +575,7 @@ Bool_t AliEMCALGeometry::GetAbsCellIdFromEtaPhi(Double_t eta, Double_t phi, Int_ if(SuperModuleNumberFromEtaPhi(eta, phi, nSupMod)) { // phi index first phi = TVector2::Phi_0_2pi(phi); - phiLoc = phi - fPhiCentersOfSM[nSupMod/2]; + phiLoc = phi - fPhiCentersOfSMSec[nSupMod/2]; nphi = fPhiCentersOfCells.GetSize(); if ( GetSMType(nSupMod) == kEMCAL_Half ) nphi /= 2; else if( GetSMType(nSupMod) == kEMCAL_3rd ) nphi /= 3; -- 2.43.0