]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix (A. Dainese)
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Sep 2007 07:14:22 +0000 (07:14 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Sep 2007 07:14:22 +0000 (07:14 +0000)
STEER/AliExternalTrackParam.cxx

index 610fc736193257f8039714a310879e05f4c34f25..dde326a83bb9fd0c8c094546d6288ba15e8d09d9 100644 (file)
@@ -221,7 +221,6 @@ Double_t (*Bethe)(Double_t)) {
   Double_t p=GetP();
   Double_t p2=p*p;
   Double_t beta2=p2/(p2 + mass*mass);
-  xOverX0*=TMath::Sqrt((1.+ fP3*fP3)/(1.- fP2*fP2));
 
   //Multiple scattering******************
   if (xOverX0 != 0) {