From beb28b9510a4bad050817309534d8c04a6699703 Mon Sep 17 00:00:00 2001 From: schutz Date: Wed, 1 Mar 2006 08:30:06 +0000 Subject: [PATCH] Correct number of rows in smaller modules --- EMCAL/AliEMCALCalibData.cxx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/EMCAL/AliEMCALCalibData.cxx b/EMCAL/AliEMCALCalibData.cxx index 49fd7ed85ea..7c2fcecbd03 100644 --- a/EMCAL/AliEMCALCalibData.cxx +++ b/EMCAL/AliEMCALCalibData.cxx @@ -55,10 +55,11 @@ AliEMCALCalibData::AliEMCALCalibData(const AliEMCALCalibData& calibda) : Int_t nSMod = 12; Int_t nCol = 48; Int_t nRow = 24; + Int_t nRow2 = 12; //Modules 11 and 12 are half modules for(Int_t supermodule=0; supermodule 10) - nRow = nRow/2; + nRow = nRow2; for(Int_t column=0; column 10) - nRow = nRow/2; + nRow = nRow2; for(Int_t column=0; column 10) - nRow = nRow/2; + nRow = nRow2; printf("============== Supermodule %d\n",supermodule+1); for (Int_t column=0; column 10) - nRow = nRow/2; + nRow = nRow2; printf("============== Supermodule %d\n",supermodule+1); for (Int_t column=0; column