QualityControl  1.5.1
O2 Data Quality Control Framework
o2::quality_control::postprocessing::PostProcessingFactory Class Reference

Factory in charge of creating post-processing tasks. More...

#include <PostProcessingFactory.h>

Collaboration diagram for o2::quality_control::postprocessing::PostProcessingFactory:

Public Member Functions

PostProcessingInterfacecreate (const PostProcessingConfig &config)
 Create a new instance of a PostProcessingInterface. The PostProcessingInterface actual class is decided based on the parameters passed.
 

Detailed Description

Factory in charge of creating post-processing tasks.

The factory needs a library name and a class name provided as an object of type PostProcessingConfig. The class loaded in the library must inherit from PostProcesingInterface


The documentation for this class was generated from the following files: