X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2Fsrc%2FAliL3Track.cxx;h=e8d908e2ada52ef47d1b274f143b35ecbc8ffe4c;hp=6f85aac86eae8b94e4b4bcf0ade7c538308c677a;hb=ef79795d66eeea5e9faabeceb87e83a228eb7127;hpb=fe713e4366b91684539c5c6429e3199f32706465 diff --git a/HLT/src/AliL3Track.cxx b/HLT/src/AliL3Track.cxx index 6f85aac86ea..e8d908e2ada 100644 --- a/HLT/src/AliL3Track.cxx +++ b/HLT/src/AliL3Track.cxx @@ -155,7 +155,7 @@ void AliL3Track::CalculateHelix(){ //Calculate Radius, CenterX and Centery from Psi, X0, Y0 // - fRadius = fPt / (BFACT*BField); + fRadius = fPt / (BFACT*AliL3Transform::GetBField()); if(fRadius) fKappa = -fQ*1./fRadius; else fRadius = 999999; //just zero Double_t trackPhi0 = fPsi + fQ *0.5 * pi;