X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FRec%2FAliTPCseed.cxx;h=0c87dd04753dbb13c6e514b16be0c087681ccc64;hb=c68323f3fcb24a1ae86fb25145cc6cc5fae1a921;hp=fe8dab3d771033e756b118a6359048654e708e38;hpb=7c7777fcae9ccde29a7cb3cf5497653f7ef8a547;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/Rec/AliTPCseed.cxx b/TPC/Rec/AliTPCseed.cxx index fe8dab3d771..0c87dd04753 100644 --- a/TPC/Rec/AliTPCseed.cxx +++ b/TPC/Rec/AliTPCseed.cxx @@ -1299,11 +1299,6 @@ Float_t AliTPCseed::CookdEdxAnalytical(Double_t low, Double_t up, Int_t type, I Float_t ty = TMath::Abs(point->GetAngleY()); Float_t tz = TMath::Abs(point->GetAngleZ()*TMath::Sqrt(1+ty*ty)); - // - // cut on inclination angle on outer pads <-> to be put to recoParam - // - if (ty > 1.2 && ipad == 2) continue; - // Float_t yres0 = parcl->GetRMS0(0,ipad,0,0)/param->GetPadPitchWidth(cluster->GetDetector()); Float_t zres0 = parcl->GetRMS0(1,ipad,0,0)/param->GetZWidth();