File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -346,14 +346,12 @@ struct JetCorrelationD0 {
346346
347347 if (d0Candidate.flagMcMatchRec () == decayChannel) { // matched to D0 on truth level
348348 matchedFrom = 1 ;
349- }
350- else if (d0Candidate.flagMcMatchRec () == -decayChannel) { // matched to D0bar on truth level
349+ } else if (d0Candidate.flagMcMatchRec () == -decayChannel) { // matched to D0bar on truth level
351350 matchedFrom = -1 ;
352351 }
353352 if (d0Candidate.candidateSelFlag () & BIT (0 )) { // CandidateSelFlag == BIT(0) -> selected as D0
354353 selectedAs = 1 ;
355- }
356- else if (d0Candidate.candidateSelFlag () & BIT (1 )) { // CandidateSelFlag == BIT(1) -> selected as D0bar
354+ } else if (d0Candidate.candidateSelFlag () & BIT (1 )) { // CandidateSelFlag == BIT(1) -> selected as D0bar
357355 selectedAs = -1 ;
358356 }
359357
You can’t perform that action at this time.
0 commit comments