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 191d38a commit dfae714Copy full SHA for dfae714
1 file changed
PWGJE/Tasks/jetCorrelationD0.cxx
@@ -346,13 +346,13 @@ struct JetCorrelationD0 {
346
347
if (d0Candidate.flagMcMatchRec() == decayChannel) { // matched to D0 on truth level
348
matchedFrom = 1;
349
- }
+ }
350
else if (d0Candidate.flagMcMatchRec() == -decayChannel) { // matched to D0bar on truth level
351
matchedFrom = -1;
352
}
353
if (d0Candidate.candidateSelFlag() & BIT(0)) { // CandidateSelFlag == BIT(0) -> selected as D0
354
selectedAs = 1;
355
356
else if (d0Candidate.candidateSelFlag() & BIT(1)) { // CandidateSelFlag == BIT(1) -> selected as D0bar
357
selectedAs = -1;
358
0 commit comments