Skip to content

Commit 1d1eb3a

Browse files
authored
[PWGLF] nonPromptCascade task: fixing swapping of beauty and charm fractions (#8350)
1 parent faa79ef commit 1d1eb3a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

PWGLF/Tasks/Strangeness/nonPromptCascade.cxx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12+
#include <memory>
13+
#include <string>
14+
#include <vector>
15+
#include <tuple>
16+
1217
#include "CCDB/BasicCCDBManager.h"
1318
#include "Common/DataModel/Centrality.h"
1419
#include "Common/DataModel/EventSelection.h"
@@ -389,7 +394,7 @@ struct NonPromptCascadeTask {
389394
mom = grandma;
390395
}
391396
}
392-
return {fromCharm, fromBeauty};
397+
return {fromBeauty, fromCharm};
393398
};
394399

395400
for (const auto& trackedCascade : trackedCascades) {

0 commit comments

Comments
 (0)