]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALGeometry.h
1st draft for pass0
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALGeometry.h
index 787ef4c86c18172f82ef762ce7879b00faf3fa96..1ca41f6bbc3ec2dc2a7ec87e9f09a1f7b23a5c10 100644 (file)
@@ -123,7 +123,7 @@ public:
   Int_t    GetNTowers(void) const {return fEMCGeometry->GetNTowers();}
   //
   Double_t GetPhiCenterOfSM(Int_t nsupmod) const {return fEMCGeometry->GetPhiCenterOfSM(nsupmod);}
-  Float_t *GetSuperModulesPars(void) const {return fEMCGeometry->GetSuperModulesPars();}
+  Float_t  GetSuperModulesPar(Int_t ipar) const {return fEMCGeometry->GetSuperModulesPar(ipar);}
   //
   Bool_t   GetPhiBoundariesOfSM(Int_t nSupMod, Double_t &phiMin, Double_t &phiMax) const {return fEMCGeometry->GetPhiBoundariesOfSM(nSupMod, phiMin, phiMax);}
   Bool_t   GetPhiBoundariesOfSMGap(Int_t nPhiSec, Double_t &phiMin, Double_t &phiMax) const {return fEMCGeometry->GetPhiBoundariesOfSMGap(nPhiSec, phiMin, phiMax);}