Adding new task in QC, BUT not appears in o2::quality_control_modules::fv0

Hello Experts,

I am adding a new task CalibrationTask in ~/alice/QualityControl/Modules/FV0/
I modified CMakeLists.txt & FV0/include/FV0/LinkDef.h accordingly and compiled O2 & QC with ninja.
The compilation goes well. BUT I cannot see the new task lib in o2::quality_control_modules::fv0
Is there anything else I forget to add somewhere?

Thanks in advance

Hi,

For the next time: you could use the script o2-qc-module-configurator.sh described here.

I am not sure how you modified CMakeLists.txt. In general we don’t create 1 lib for each new task. Thus it could be that the task class just went to the existing library.

Cheers,
Barth