Skip to content

Commit

Permalink
Protection for FPE in QA
Browse files Browse the repository at this point in the history
  • Loading branch information
fprino authored and chiarazampolli committed Mar 4, 2021
1 parent 537b8fc commit 6b5dd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PWGPP/ITS/AliAnalysisTaskITSTrackingCheck.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3069,6 +3069,7 @@ Double_t AliAnalysisTaskITSTrackingCheck::ParticleImpParMC(TParticle *part,


if(TMath::Abs(px)<0.000001) px=0.000001;
if(pt<0.000001) return -999999.;
Double_t rAnd=((10./2.99792458)*pt/bzT)*100.;
Double_t center[3],d0;
center[0]=vx-(1./charge)*rAnd*(py/pt);
Expand Down

0 comments on commit 6b5dd9c

Please sign in to comment.