From: mivanov Date: Sun, 19 Jan 2014 04:11:35 +0000 (+0100) Subject: Fix. Index out of range acces. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=0c6fcd5290a73dd53a64af04bff8149d3591da62 Fix. Index out of range acces. --- diff --git a/TPC/Rec/AliTPCseed.cxx b/TPC/Rec/AliTPCseed.cxx index fd3a1f56210..0c87dd04753 100644 --- a/TPC/Rec/AliTPCseed.cxx +++ b/TPC/Rec/AliTPCseed.cxx @@ -1209,7 +1209,7 @@ Float_t AliTPCseed::CookdEdxAnalytical(Double_t low, Double_t up, Int_t type, I Float_t corrTimeGain = 1; TObjArray * timeGainSplines = 0x0; TGraphErrors * grPadEqual = 0x0; - TGraphErrors* grChamberGain[3]={0x0,0x0,0x0}; + TGraphErrors* grChamberGain[4]={0x0,0x0,0x0,0x0}; TF1* funDipAngle[4]={0x0,0x0,0x0,0x0}; // //