We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27da821 commit 8d41ac2Copy full SHA for 8d41ac2
PWGHF/D2H/TableProducer/candidateCreatorCharmResoReduced.cxx
@@ -264,15 +264,13 @@ struct HfCandidateCreatorCharmResoReduced {
264
}
265
266
if (TESTBIT(candV0.v0Type(), V0Type::Lambda)) {
267
- if (candV0.invMassLambda() < invMassLow ||
268
- candV0.invMassLambda() > invMassHigh) {
+ if (candV0.invMassLambda() < invMassLow || candV0.invMassLambda() > invMassHigh) {
269
return false;
270
271
272
273
if (TESTBIT(candV0.v0Type(), V0Type::AntiLambda)) {
274
- if (candV0.invMassAntiLambda() < invMassLow ||
275
- candV0.invMassAntiLambda() > invMassHigh) {
+ if (candV0.invMassAntiLambda() < invMassLow || candV0.invMassAntiLambda() > invMassHigh) {
276
277
278
0 commit comments