From: fca Date: Fri, 8 Oct 1999 06:26:53 +0000 (+0000) Subject: Removed ClustersIndex - not used anymore X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=e674b993dca278eaf68fc0aba7fa90121ead563d;p=u%2Fmrichter%2FAliRoot.git Removed ClustersIndex - not used anymore --- diff --git a/TPC/AliTPC.cxx b/TPC/AliTPC.cxx index c9850160df6..3886989be70 100644 --- a/TPC/AliTPC.cxx +++ b/TPC/AliTPC.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.14 1999/09/29 09:24:33 fca +Introduction of the Copyright and cvs Log + */ /////////////////////////////////////////////////////////////////////////////// @@ -104,7 +107,6 @@ AliTPC::AliTPC(const char *name, const char *title) fNtracks = 0; fNclusters= 0; fDigitsIndex = new Int_t[fNsectors+1]; - fClustersIndex = new Int_t[fNsectors+1]; // fIshunt = 0; // @@ -125,7 +127,6 @@ AliTPC::~AliTPC() delete fTracks; delete fDigParam; if (fDigitsIndex) delete [] fDigitsIndex; - if (fClustersIndex) delete [] fClustersIndex; } //_____________________________________________________________________________ @@ -1194,8 +1195,6 @@ void AliTPC::Hits2Clusters() //------------------------------------------------------------ - //fClustersIndex[0] = 0; - // int Nsectors=fDigParam->GetParam().GetNSector(); for(Int_t isec=0; isec> fNsectors; R__b >> fNclusters; R__b >> fNtracks; - fClustersIndex = new Int_t[fNsectors+1]; fDigitsIndex = new Int_t[fNsectors+1]; } else { R__b.WriteVersion(AliTPC::IsA());