Skip to content

Commit

Permalink
Update StRoot/StRefMultCorr/StRefMultCorr.cxx
Browse files Browse the repository at this point in the history
Typo in the correction constant fixed

Co-authored-by: Vinh Luong <[email protected]>
  • Loading branch information
nigmatkulov and lbavinh authored Nov 5, 2023
1 parent 49125ac commit 3f48d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StRoot/StRefMultCorr/StRefMultCorr.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Bool_t StRefMultCorr::passnTofMatchRefmultCut(Double_t refmult, Double_t ntofmat
c1=0.785467;
c2=2.12757e-05;
c3=3.4805e-07;
c4=-3.80776e-100;
c4=-3.80776e-10;

refmultcutmax = calcPileUpRefMult(ntofmatch, b0, b1, b2, b3, b4);
refmultcutmin = calcPileUpRefMult(ntofmatch, c0, c1, c2, c3, c4);
Expand Down

0 comments on commit 3f48d9c

Please sign in to comment.