From: zampolli Date: Wed, 5 Aug 2009 13:47:12 +0000 (+0000) Subject: Changing name of getter method to avoid ambiguity. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=a861a1ce37cf9abd1bc128cfdc330c33b418d1ec Changing name of getter method to avoid ambiguity. --- diff --git a/STEER/AliGRPObject.cxx b/STEER/AliGRPObject.cxx index e0e3f3b6699..bbcd70e436f 100644 --- a/STEER/AliGRPObject.cxx +++ b/STEER/AliGRPObject.cxx @@ -263,15 +263,14 @@ AliGRPObject::~AliGRPObject() { } //----------------------------------------------------------------------------- - -Float_t* AliGRPObject::GetHallProbes(DP_HallProbes hp) const { +Float_t* AliGRPObject::GetHallProbesArray(DP_HallProbes hp) const { // // method to return array of statistical // variables for Hall Probe hp // - Float_t * array = new Float_t[fPoints]; + Float_t* array = new Float_t[fPoints]; Int_t shift = fPoints*(Int_t)hp; for (Int_t i=0;i