We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1486e32 commit 6c6b34dCopy full SHA for 6c6b34d
1 file changed
Framework/src/PostProcessingRunner.cxx
@@ -169,6 +169,7 @@ void PostProcessingRunner::start(framework::ServiceRegistryRef dplServices)
169
QcInfoLogger::setPartition(mTaskConfig.activity.mPartitionName);
170
}
171
QcInfoLogger::setRun(mTaskConfig.activity.mId);
172
+ mObjectManager->setActivity(mTaskConfig.activity);
173
174
// register ourselves to the BK
175
if (gSystem->Getenv("O2_QC_REGISTER_IN_BK")) { // until we are sure it works, we have to turn it on
0 commit comments