]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEERBase/AliTOFPIDResponse.cxx
Merge branch master into TRDdev
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliTOFPIDResponse.cxx
index 73f4b0783ff6d128833c594fc53b0ddffaf05e08..da46aa702842bdfaa7b8ee9b167983c0a045a718 100644 (file)
@@ -183,7 +183,7 @@ Double_t AliTOFPIDResponse::GetExpectedSignal(const AliVTrack* track,AliPID::EPa
   // If the operation is not possible, return a negative value.
   //
   Double_t expt[AliPID::kSPECIESC];
-  track->GetIntegratedTimes(expt);
+  track->GetIntegratedTimes(expt,AliPID::kSPECIESC);
   if (type<=AliPID::kProton) return expt[type];
   else {
     if (expt[type]<1.E-1) {