X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TOF%2FAliTOFReconstructionerV2.cxx;h=a40d1d1f7f3857904c1cd9019eef6500b5c1e0b5;hp=f320330a9d6da5513f5030a5d77e4fe6714824e4;hb=be167bf428576b04bc321a195d4a8fea9ea7336a;hpb=f6670becff4f106f6133c671c9753ffebf16e07d;ds=sidebyside diff --git a/TOF/AliTOFReconstructionerV2.cxx b/TOF/AliTOFReconstructionerV2.cxx index f320330a9d6..a40d1d1f7f3 100644 --- a/TOF/AliTOFReconstructionerV2.cxx +++ b/TOF/AliTOFReconstructionerV2.cxx @@ -348,8 +348,8 @@ void AliTOFReconstructionerV2::Exec(Option_t* option) Double_t zlrf= dummyrt->GetZ(); // P1 // smear according to sigmaY and sigmaZ - Double_t ylrfNew=gRandom->Gaus(ylrf,fScaleSigmaFactor*sigmaY); - Double_t zlrfNew=gRandom->Gaus(zlrf,fScaleSigmaFactor*sigmaZ); + //Double_t ylrfNew=gRandom->Gaus(ylrf,fScaleSigmaFactor*sigmaY); + //Double_t zlrfNew=gRandom->Gaus(zlrf,fScaleSigmaFactor*sigmaZ); // set Y and Z accordingly // setter to be added in the class AliTPCtrack