Skip to content

Commit d1bc05e

Browse files
authored
[PWGHF] fixing missing particle enabling for Alphas (#15145)
1 parent c395cbc commit d1bc05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/mcPidTof.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ struct McPidTof {
777777
{
778778
mTOFCalibConfig.inheritFromBaseTask(initContext);
779779
// Checking the tables are requested in the workflow and enabling them (only pi, K, p)
780-
std::array<int, 6> supportedSpecies = {IdxPi, IdxKa, IdxPr, IdxDe, IdxTr, IdxHe};
780+
std::array<int, 7> supportedSpecies = {IdxPi, IdxKa, IdxPr, IdxDe, IdxTr, IdxHe, IdxAl};
781781
for (auto iSpecie{0u}; iSpecie < supportedSpecies.size(); ++iSpecie) {
782782
// First checking tiny
783783
int flag = -1;

0 commit comments

Comments
 (0)