Skip to content

Commit c658df9

Browse files
[PWGHF] fix a typo for the process function counts of Lcp femto producer (#11077)
1 parent 093ea15 commit c658df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/TableProducer/femtoDreamProducer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ struct HfFemtoDreamProducer {
166166

167167
void init(InitContext&)
168168
{
169-
std::array<bool, 3> processes = {doprocessDataCharmHad, doprocessMcCharmHad, doprocessMcCharmHadGen};
169+
std::array<bool, 5> processes = {doprocessDataCharmHad, doprocessMcCharmHad, doprocessDataCharmHadWithML, doprocessMcCharmHadWithML, doprocessMcCharmHadGen};
170170
if (std::accumulate(processes.begin(), processes.end(), 0) != 1) {
171171
LOGP(fatal, "One and only one process function must be enabled at a time.");
172172
}

0 commit comments

Comments
 (0)