We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4490608 commit 6123003Copy full SHA for 6123003
1 file changed
PWGUD/Tasks/FwdMuonsUPC.cxx
@@ -525,7 +525,7 @@ struct FwdMuonsUPC {
525
const auto& ampsV0A = cand.amplitudesV0A();
526
const auto& ampsRelBCsV0A = cand.ampRelBCsV0A();
527
for (unsigned int i = 0; i < ampsV0A.size(); ++i) {
528
- if (std::abs(ampsRelBCsV0A[i]) <= 1) {
+ if (std::abs(ampsRelBCsV0A[i]) <= 0) {
529
if (ampsV0A[i] > kMaxAmpV0A)
530
return;
531
}
@@ -768,7 +768,7 @@ struct FwdMuonsUPC {
768
769
770
771
772
773
774
0 commit comments