QualityControl
1.5.1
O2 Data Quality Control Framework
|
#include <Framework/DataProcessorSpec.h>
Go to the source code of this file.
Namespaces | |
o2::quality_control::core | |
These methods can be used to build a complex processing topology. It spawns 3 separate dummy processing chains. | |
Functions | |
framework::DataProcessorSpec | o2::quality_control::core::getDataProducerSpec (size_t minSize, size_t maxSize, double rate, uint64_t amount=0, size_t index=0, std::string monitoringUrl="", bool fill=true) |
Returns a random data producer specification which publishes on {"TST", "RAWDATA", <index>}. More... | |
framework::AlgorithmSpec | o2::quality_control::core::getDataProducerAlgorithm (framework::ConcreteDataMatcher output, size_t minSize, size_t maxSize, double rate, uint64_t amount=0, std::string monitoringUrl="", bool fill=true) |
Returns an algorithm generating random messages. More... | |