]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALCalibTempCoeff.cxx
composition of the Alluminum alloy that constitutes the ITS-TPC support rings updated...
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALCalibTempCoeff.cxx
index a91fb8bb78930ee3a4057f55bbdc44f7655cb92b..518b266c22313f8409821e1f943c9644a032bd97 100644 (file)
@@ -308,7 +308,7 @@ AliEMCALCalibTempCoeff::~AliEMCALCalibTempCoeff()
 
 //____________________________________________________________________________
 AliEMCALSuperModuleCalibTempCoeff * AliEMCALCalibTempCoeff::GetSuperModuleCalibTempCoeffNum(Int_t supModIndex)const
-{
+{ // getter via index
   for (int i=0; i<fNSuperModule; i++) {
     AliEMCALSuperModuleCalibTempCoeff * t = (AliEMCALSuperModuleCalibTempCoeff*) fSuperModuleData[i];
     if (t->GetSuperModuleNum() == supModIndex) {