X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFReconstructor.cxx;h=744180f32c760bb4d9ed1ea12baf8433624f4125;hb=b3b4fb66532a098fd202a35b7549b70f01af236c;hp=a78de05b8d96710ed22dfca9b0936098b930eecd;hpb=d3c7bfac64db5d2f00beb9368e1977df1114c94e;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFReconstructor.cxx b/TOF/AliTOFReconstructor.cxx index a78de05b8d9..744180f32c7 100644 --- a/TOF/AliTOFReconstructor.cxx +++ b/TOF/AliTOFReconstructor.cxx @@ -89,7 +89,8 @@ AliTracker* AliTOFReconstructor::CreateTracker(AliRunLoader* runLoader) const AliTOFGeometry* geom = GetTOFGeometry(runLoader); if (!geom) return NULL; - Double_t parPID[] = {130., 5.}; + // Double_t parPID[] = {130., 5.}; + Double_t parPID[] = {80., 5.}; TString selectedTracker = GetOption(); // use MI tracker if selected if (selectedTracker.Contains("MI")) return new AliTOFtrackerMI(geom,parPID);