]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Take the absolute time of the hits into account in the digitization. Needed for pileu...
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Apr 2007 09:38:18 +0000 (09:38 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Apr 2007 09:38:18 +0000 (09:38 +0000)
TRD/AliTRD.cxx

index 1c565ab89d3aed2364434dc1e190fef05a9a0f65..80f9d5a9195599df2b6efa948e13373d260858e8 100644 (file)
@@ -308,8 +308,6 @@ void AliTRD::AddHit(Int_t track, Int_t det, Float_t *hits, Int_t q
                                                  ,q
                                                  ,time);
 
-  printf("AliTRD::AddHit --- time = %f\n",time);
-
   if (inDrift) {
     hit->SetDrift();
   }