16 #ifndef QUALITYCONTROL_SKELETONAGGREGATOR_H 17 #define QUALITYCONTROL_SKELETONAGGREGATOR_H 33 void configure(std::string name)
override;
34 std::map<std::string, o2::quality_control::core::Quality> aggregate(o2::quality_control::core::QualityObjectsMapType& qoMap)
override;
41 #endif //QUALITYCONTROL_SKELETONAGGREGATOR_H
Skeleton of a quality aggregator user algorithm.
Definition: AggregatorInterface.h:31
Example QC quality aggregator.
Definition: SkeletonAggregator.h:29
void configure(std::string name) override
Configure the aggregator based on its name.
Definition: SkeletonAggregator.cxx:27
Definition: SkeletonAggregator.h:24