We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8288795 commit 14410d7Copy full SHA for 14410d7
1 file changed
PWGUD/Tasks/FwdMuonsUPC.cxx
@@ -531,7 +531,7 @@ struct FwdMuonsUPC {
531
const auto& ampsV0A = cand.amplitudesV0A();
532
const auto& ampsRelBCsV0A = cand.ampRelBCsV0A();
533
for (unsigned int i = 0; i < ampsV0A.size(); ++i) {
534
- if (std::abs(ampsRelBCsV0A[i]) <= 1) {
+ if (std::abs(ampsRelBCsV0A[i]) <= 0) {
535
if (ampsV0A[i] > kMaxAmpV0A)
536
return;
537
}
@@ -774,7 +774,7 @@ struct FwdMuonsUPC {
774
775
776
777
778
779
780
0 commit comments