File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -937,7 +937,7 @@ struct HfHelper {
937937 }
938938
939939 // J/Psi mass
940- if (std::abs (candJpsi.m () - o2::constants::physics::MassJPsi) < cuts->get (binPt, " DeltaM J/Psi" )) {
940+ if (std::abs (candJpsi.m () - o2::constants::physics::MassJPsi) > cuts->get (binPt, " DeltaM J/Psi" )) {
941941 return false ;
942942 }
943943
@@ -1127,12 +1127,12 @@ struct HfHelper {
11271127 }
11281128
11291129 // phi mass
1130- if (std::abs (mCandPhi - o2::constants::physics::MassPhi) < cuts->get (binPt, " DeltaM phi" )) {
1130+ if (std::abs (mCandPhi - o2::constants::physics::MassPhi) > cuts->get (binPt, " DeltaM phi" )) {
11311131 return false ;
11321132 }
11331133
11341134 // J/Psi mass
1135- if (std::abs (candJpsi.m () - o2::constants::physics::MassJPsi) < cuts->get (binPt, " DeltaM J/Psi" )) {
1135+ if (std::abs (candJpsi.m () - o2::constants::physics::MassJPsi) > cuts->get (binPt, " DeltaM J/Psi" )) {
11361136 return false ;
11371137 }
11381138
You can’t perform that action at this time.
0 commit comments