]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFtrackerV1.cxx
TRD nSigma OADB related new codes and modifications and OADB root file -- Xianguo Lu
[u/mrichter/AliRoot.git] / TOF / AliTOFtrackerV1.cxx
index 7e1dc3b76a51f283e0f283e6d9f2ca6647f9618b..270c33f3e96a8a093ad64f005282e99b311cdca5 100644 (file)
@@ -245,7 +245,7 @@ Int_t AliTOFtrackerV1::PropagateBack(AliESDEvent * const event) {
          Double_t time[AliPID::kSPECIESC]; t->GetIntegratedTimes(time);
        */
 
-       Double_t time[AliPID::kSPECIESC]; seed->GetIntegratedTimes(time);
+       Double_t time[AliPID::kSPECIESC]; seed->GetIntegratedTimes(time,AliPID::kSPECIESC);
        t->SetIntegratedTimes(time);
 
        Double_t length =  seed->GetIntegratedLength();
@@ -536,7 +536,7 @@ void AliTOFtrackerV1::MatchTracks( ){
     }
 
     fnmatch++;
-    AliDebug(1,Form(" Matched TOF cluster %d for the track number %d: %d",idclus,iseed));
+    AliDebug(1,Form(" Matched TOF cluster %d for the track number %d",idclus,iseed));
 
     AliDebug(3, Form("%7i     %7i     %10i     %10i  %10i  %10i      %7i",
                     iseed,
@@ -615,7 +615,7 @@ void AliTOFtrackerV1::MatchTracks( ){
     distR+=deltaY*deltaY;
     distR+=dzTW*dzTW;
     distR = TMath::Sqrt(distR);
-    Float_t info[10] = {distR, deltaY, dzTW,
+    Float_t info[10] = {distR, deltaY, static_cast<Float_t>(dzTW),
                        0.,0.,0.,0.,0.,0.,0.};
     t->SetTOFInfo(info);