17 #ifndef QC_MODULE_ITS_ITSFHRCHECK_H 18 #define QC_MODULE_ITS_ITSFHRCHECK_H 37 void configure(std::string name)
override;
38 Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap)
override;
39 void beautify(std::shared_ptr<MonitorObject> mo,
Quality checkResult = Quality::Null)
override;
48 #endif // QC_MODULE_ITS_ITSFhrCheck_H std::string getAcceptedType() override
Returns the name of the class that can be treated by this check.
Definition: ITSFhrCheck.cxx:49
void beautify(std::shared_ptr< MonitorObject > mo, Quality checkResult=Quality::Null) override
Modify the aspect of the plot.
Definition: ITSFhrCheck.cxx:51
Quality check(std::map< std::string, std::shared_ptr< MonitorObject >> *moMap) override
Returns the quality associated with these objects.
Definition: ITSFhrCheck.cxx:31
Definition: ITSClusterTask.h:31
Class representing the quality of a MonitorObject.
Definition: Quality.h:29
~ITSFhrCheck() override=default
Destructor.
ITSFhrCheck()=default
Default constructor.
Skeleton of a check.
Definition: CheckInterface.h:32
Check the sensor occupancy and raw data formatting errors.
Definition: ITSFhrCheck.h:27
void configure(std::string name) override
Configure the check based on its name.
Definition: ITSFhrCheck.cxx:29