Skip to content
Merged
Show file tree
Hide file tree
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 Framework/include/QualityControl/SliceTrendingTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace o2::quality_control::postprocessing
/// and input/output canvas can be dealt with alongside normal histograms.
///

class SliceTrendingTask : public PostProcessingInterface
class SliceTrendingTask final : public PostProcessingInterface
{
public:
/// \brief Constructor.
Expand Down
2 changes: 1 addition & 1 deletion Modules/TPC/include/TPC/QualityObserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace o2::quality_control_modules::tpc
/// as ouput.
///

class QualityObserver : public PostProcessingInterface
class QualityObserver final : public PostProcessingInterface
{
public:
/// \brief Constructor.
Expand Down
2 changes: 1 addition & 1 deletion Modules/TPC/include/TPC/RatioGeneratorTPC.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace o2::quality_control_modules::tpc
/// It takes two TH1 objects as input, calculates the ratio and stores the ratio TH1 on ccdb/qcg.
///

class RatioGeneratorTPC : public PostProcessingInterface
class RatioGeneratorTPC final : public PostProcessingInterface
{
public:
/// \brief Constructor.
Expand Down
2 changes: 1 addition & 1 deletion Modules/TPC/include/TPC/TrendingTaskTPC.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace o2::quality_control_modules::tpc
/// and input/output canvas can be dealt with alongside normal histograms.
///

class TrendingTaskTPC : public PostProcessingInterface
class TrendingTaskTPC final : public PostProcessingInterface
{
public:
/// \brief Constructor.
Expand Down
Loading