16 #ifndef QC_MODULE_DAQ_EVERINCREASINGRAPH_H 17 #define QC_MODULE_DAQ_EVERINCREASINGRAPH_H 35 void configure(std::string name)
override;
36 Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap)
override;
37 void beautify(std::shared_ptr<MonitorObject> mo,
Quality checkResult)
override;
46 #endif // QC_MODULE_DAQ_EVERINCREASINGRAPH_H void beautify(std::shared_ptr< MonitorObject > mo, Quality checkResult) override
Modify the aspect of the plot.
Definition: EverIncreasingGraph.cxx:61
Check whether a plot is empty or not.
Definition: EverIncreasingGraph.h:27
std::string getAcceptedType() override
Returns the name of the class that can be treated by this check.
Definition: EverIncreasingGraph.cxx:59
Class representing the quality of a MonitorObject.
Definition: Quality.h:29
Definition: EverIncreasingGraph.h:21
Skeleton of a check.
Definition: CheckInterface.h:32
~EverIncreasingGraph() override=default
Destructor.
EverIncreasingGraph()=default
Default constructor.
Quality check(std::map< std::string, std::shared_ptr< MonitorObject >> *moMap) override
Returns the quality associated with these objects.
Definition: EverIncreasingGraph.cxx:34
void configure(std::string name) override
Configure the check based on its name.
Definition: EverIncreasingGraph.cxx:32