Skip to content

Commit

Permalink
[PWGLF] nonPromptCascade task: fixing swapping of beauty and charm fr…
Browse files Browse the repository at this point in the history
…actions (#8350)
  • Loading branch information
atriolo authored Nov 9, 2024
1 parent faa79ef commit 1d1eb3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion PWGLF/Tasks/Strangeness/nonPromptCascade.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.

#include <memory>
#include <string>
#include <vector>
#include <tuple>

#include "CCDB/BasicCCDBManager.h"
#include "Common/DataModel/Centrality.h"
#include "Common/DataModel/EventSelection.h"
Expand Down Expand Up @@ -389,7 +394,7 @@ struct NonPromptCascadeTask {
mom = grandma;
}
}
return {fromCharm, fromBeauty};
return {fromBeauty, fromCharm};
};

for (const auto& trackedCascade : trackedCascades) {
Expand Down

0 comments on commit 1d1eb3a

Please sign in to comment.