Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGHF/TableProducer/mcPidTof.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ struct McPidTof {
{
mTOFCalibConfig.inheritFromBaseTask(initContext);
// Checking the tables are requested in the workflow and enabling them (only pi, K, p)
std::array<int, 6> supportedSpecies = {IdxPi, IdxKa, IdxPr, IdxDe, IdxTr, IdxHe};
std::array<int, 7> supportedSpecies = {IdxPi, IdxKa, IdxPr, IdxDe, IdxTr, IdxHe, IdxAl};
for (auto iSpecie{0u}; iSpecie < supportedSpecies.size(); ++iSpecie) {
// First checking tiny
int flag = -1;
Expand Down
Loading