]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove obsolete protection
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Jun 2009 14:42:50 +0000 (14:42 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Jun 2009 14:42:50 +0000 (14:42 +0000)
TRD/AliTRDtrackerV1.cxx

index 4dc7d4e3200f5bb9eb25d1037788461ea579af31..f2b873589f480f0d6d1105a8765e113917ba4e39 100644 (file)
@@ -1700,7 +1700,6 @@ Int_t AliTRDtrackerV1::ReadClusters(TClonesArray* &array, TTree *clusterTree) co
     Int_t nCluster = clusterArray->GetEntriesFast();  
     for (Int_t iCluster = 0; iCluster < nCluster; iCluster++) { 
       if(!(c = (AliTRDcluster *) clusterArray->UncheckedAt(iCluster))) continue;
-      c->SetInChamber();
       new((*fClusters)[ncl++]) AliTRDcluster(*c);
       delete (clusterArray->RemoveAt(iCluster)); 
     }