|
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::getHistoProducerSpec (size_t index, size_t nbHistograms, bool noTobjArray) |
| Returns an histogram producer specification which publishes on {"TST", "HISTO", <index>}. More... | |
| framework::AlgorithmSpec | o2::quality_control::core::getHistoProducerAlgorithm (framework::ConcreteDataMatcher output, size_t nbHistograms, bool noTobjArray) |
Returns an algorithm generating histograms randomly filled. The histograms have 100 bins and are named hello<index>. The histograms are embedded in a TObjArray. More... | |
| framework::DataProcessorSpec | o2::quality_control::core::getHistoPrinterSpec (size_t index) |
| Returns a printer that prints histograms coming from {"TST", "HISTO", <index>}. More... | |
| framework::AlgorithmSpec | o2::quality_control::core::getHistoPrinterAlgorithm () |
| Returns an algorithm printing histograms. More... | |