]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Solved merge problem of last checkin.
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 26 May 2002 20:50:59 +0000 (20:50 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 26 May 2002 20:50:59 +0000 (20:50 +0000)
HLT/src/AliL3ClustFinderNew.cxx

index c60b5ac71f9238d39c884533c248d787acd23317..f782af271b055f45fe8f98b4905c8a8869895ae1 100644 (file)
@@ -324,7 +324,7 @@ void AliL3ClustFinderNew::WriteClusters(Int_t n_clusters,ClusterData *list)
 #ifdef do_mc
       Int_t trackID[3];
       GetTrackID((Int_t)rint(fpad),(Int_t)rint(ftime),trackID);
-      cout<<"padrow "<<fCurrentRow<<" pad "<<(Int_t)rint(fpad)<<" time "<<(Int_t)rint(ftime)<<" Trackid "<<trackID[0]<<endl;
+      //cout<<"padrow "<<fCurrentRow<<" pad "<<(Int_t)rint(fpad)<<" time "<<(Int_t)rint(ftime)<<" Trackid "<<trackID[0]<<endl;
       fSpacePointData[counter].fTrackID[0] = trackID[0];
       fSpacePointData[counter].fTrackID[1] = trackID[1];
       fSpacePointData[counter].fTrackID[2] = trackID[2];