]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix in trackerV2 DeltaX
authorfnoferin <fnoferin@cern.ch>
Wed, 19 Feb 2014 15:28:28 +0000 (16:28 +0100)
committerfnoferin <fnoferin@cern.ch>
Wed, 19 Feb 2014 15:28:28 +0000 (16:28 +0100)
TOF/AliTOFtrackerV2.cxx

index 343b6bb9691046577665453c8f50ee8c32c986d4..9e81f934af60d740277d520870c85aa89af8724d 100644 (file)
@@ -576,7 +576,6 @@ void AliTOFtrackerV2::MatchTracks() {
            }
 
            if(cmatched->GetNMatchableTracks() < AliESDTOFCluster::kMaxMatches){
-             printf("dist3d = %f,%f,%f\n",dist3d[0],dist3d[1],dist3d[2]);
              cmatched->Update(t->GetID(),dist3d[0],dist3d[1],dist3d[2],trackPos[3][istep],timesCurrent);//x,y,z -> tracking RF
              t->AddTOFcluster(currentpos);
              t->SetStatus(AliESDtrack::kTOFout);