]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliTPCPIDResponse.cxx
Corrected storing of number of participants in header.
[u/mrichter/AliRoot.git] / STEER / AliTPCPIDResponse.cxx
index 4b73455a9b109d5abd1ad7b42bd759f2d1468423..0ea017258849ab78031b45595132ebccf3ed6e11 100644 (file)
@@ -71,7 +71,7 @@ Double_t AliTPCPIDResponse::Bethe(Double_t betaGamma) const {
   //           1. for simulation
   //           2. for reconstructed PID
   //
-  const Float_t kmeanCorrection =0.1;
+  //  const Float_t kmeanCorrection =0.1;
   Double_t bb=
     AliExternalTrackParam::BetheBlochAleph(betaGamma,fKp1,fKp2,fKp3,fKp4,fKp5);
   return bb*fMIP;