Skip to content

Commit 1c9d686

Browse files
committed
Fixing McD decay channel function
1 parent f49a882 commit 1c9d686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/Tasks/jetCorrelationD0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ struct JetCorrelationD0 {
345345

346346
// flagMcMatchRec() = sign * DecayChannelMain
347347
// |value| identifies the decay channel (D0ToPiK=1, ..., D0ToKK=5), sign identifies D0(+)/D0bar(-), 0 = no match.
348-
int8_t d0DecayChannel = d0Candidate.a();
348+
int8_t d0DecayChannel = d0Candidate.flagMcMatchRec();
349349

350350
int matchedFrom = 0;
351351
int selectedAs = 0;

0 commit comments

Comments
 (0)