16 #ifndef QC_MODULE_FT0_FT0DigitsCheck_H 17 #define QC_MODULE_FT0_FT0DigitsCheck_H 36 void configure(std::string name)
override;
37 Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap)
override;
38 void beautify(std::shared_ptr<MonitorObject> mo,
Quality checkResult = Quality::Null)
override;
Quality check(std::map< std::string, std::shared_ptr< MonitorObject >> *moMap) override
Returns the quality associated with these objects.
Definition: DigitsCheck.cxx:37
DigitsCheck()=default
Default constructor.
Class representing the quality of a MonitorObject.
Definition: Quality.h:29
void beautify(std::shared_ptr< MonitorObject > mo, Quality checkResult=Quality::Null) override
Modify the aspect of the plot.
Definition: DigitsCheck.cxx:65
~DigitsCheck() override=default
Destructor.
Skeleton of a check.
Definition: CheckInterface.h:32
std::string getAcceptedType() override
Returns the name of the class that can be treated by this check.
Definition: DigitsCheck.cxx:63
Definition: BasicDigitQcTask.h:30
void configure(std::string name) override
Configure the check based on its name.
Definition: DigitsCheck.cxx:35
Definition: DigitsCheck.h:27