]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correction. Now digits are produced even in the case of no hits
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Mar 2009 08:19:37 +0000 (08:19 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Mar 2009 08:19:37 +0000 (08:19 +0000)
TPC/AliTPC.cxx

index 10215c72f724e41ef5027933458a86feb5291838..2bc6ec095cf8f8481a4a0018cbfdc37ad1557da8 100644 (file)
@@ -1413,11 +1413,7 @@ void AliTPC::Hits2DigitsSector(Int_t isec)
 
   Stat_t ntracks = tH->GetEntries();
 
-  if( ntracks > 0){
 
-  //------------------------------------------- 
-  //  Only if there are any tracks...
-  //-------------------------------------------
 
     TObjArray **row;
     
@@ -1466,7 +1462,6 @@ void AliTPC::Hits2DigitsSector(Int_t isec)
       
     delete [] row; // delete the array of pointers to TObjArray-s
         
-  } // ntracks >0
 
 } // end of Hits2DigitsSector