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