|
std::unordered_map< std::string, std::string > | mCustomParameters |
|
Returns new qualities (usually fewer) based on the input qualities.
- Parameters
-
qoMap | A map of the the QualityObjects to aggregate and their full names. |
- Returns
- The new qualities, associated with a name.
Implements o2::quality_control::checker::AggregatorInterface.
void o2::quality_control::test::SimpleTestAggregator::configure |
( |
std::string |
name | ) |
|
|
inlineoverridevirtual |
Configure the aggregator based on its name.
The configuration of the object can't be done in the constructor because ROOT needs an argument-less constructor when streaming it. We use this method to configure the object. The name might be used to ask the configuration system for specific parameters.
- Parameters
-
name | The name of the aggregator. |
Implements o2::quality_control::checker::AggregatorInterface.
The documentation for this class was generated from the following file: