We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49289c6 commit a1dae3bCopy full SHA for a1dae3b
1 file changed
Common/Tools/Multiplicity/MultModule.h
@@ -440,6 +440,7 @@ class MultModule
440
internalOpts.mEnabledTables.resize(nTablesConst, 0);
441
442
LOGF(info, "Configuring tables to generate");
443
+ LOGF(info, "Metadata information: isMC? %i", metadataInfo.isMC());
444
const auto& workflows = context.services().template get<o2::framework::RunningWorkflowInfo const>();
445
446
TString listOfRequestors[nTablesConst];
0 commit comments