16 #ifndef QUALITYCONTROL_HISTOPRODUCER_H 17 #define QUALITYCONTROL_HISTOPRODUCER_H 19 #include <Framework/DataProcessorSpec.h> 28 framework::DataProcessorSpec
getHistoProducerSpec(
size_t index,
size_t nbHistograms,
bool noTobjArray);
37 framework::AlgorithmSpec
getHistoProducerAlgorithm(framework::ConcreteDataMatcher output,
size_t nbHistograms,
bool noTobjArray);
52 #endif //QUALITYCONTROL_HISTOPRODUCER_H framework::DataProcessorSpec getHistoProducerSpec(size_t index, size_t nbHistograms, bool noTobjArray)
Returns an histogram producer specification which publishes on {"TST", "HISTO", <index>}.
Definition: HistoProducer.cxx:33
framework::DataProcessorSpec getHistoPrinterSpec(size_t index)
Returns a printer that prints histograms coming from {"TST", "HISTO", <index>}.
Definition: HistoProducer.cxx:92
framework::AlgorithmSpec getHistoPrinterAlgorithm()
Returns an algorithm printing histograms.
Definition: HistoProducer.cxx:112
framework::AlgorithmSpec getHistoProducerAlgorithm(framework::ConcreteDataMatcher output, size_t nbHistograms, bool noTobjArray)
Returns an algorithm generating histograms randomly filled. The histograms have 100 bins and are name...
Definition: HistoProducer.cxx:44
These methods can be used to build a complex processing topology. It spawns 3 separate dummy processi...
Definition: Activity.h:19