AliL3Histogram *hist = fParamSpace[0];
Int_t ncells = (hist->GetNbinsX()+2)*(hist->GetNbinsY()+2);
cout<<"Allocating "<<fNEtas*ncells*sizeof(TrackIndex)<<" bytes to fTrackID"<<endl;
fTrackID = new TrackIndex*[fNEtas];
for(Int_t i=0; i<fNEtas; i++)
fTrackID[i] = new TrackIndex[ncells];
AliL3Histogram *hist = fParamSpace[0];
Int_t ncells = (hist->GetNbinsX()+2)*(hist->GetNbinsY()+2);
cout<<"Allocating "<<fNEtas*ncells*sizeof(TrackIndex)<<" bytes to fTrackID"<<endl;
fTrackID = new TrackIndex*[fNEtas];
for(Int_t i=0; i<fNEtas; i++)
fTrackID[i] = new TrackIndex[ncells];