]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Jun 2006 10:32:54 +0000 (10:32 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Jun 2006 10:32:54 +0000 (10:32 +0000)
TPC/AliTPCReconstructor.cxx

index 1a702f879d41cfaef394a5520914fdb9c6b56a44..05c4863f62d8460b2c0e7ff707fa1ca333f18ebe 100644 (file)
@@ -109,7 +109,7 @@ void AliTPCReconstructor::Reconstruct(AliRunLoader* runLoader,
     clusterer.SetOldRCUFormat(kTRUE);
  
   Int_t iEvent = 0;
-  while (rawReader->NextEvent() && iEvent<35) {  
+  while (rawReader->NextEvent()) {  
     runLoader->GetEvent(iEvent++);
 
     TTree* treeClusters = loader->TreeR();