17 #ifndef QC_MODULE_TOF_TOFCHECKRAWSTOT_H 18 #define QC_MODULE_TOF_TOFCHECKRAWSTOT_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)
override;
52 #endif // QC_MODULE_TOF_TOFCHECKRAWSTOT_H
~CheckRawToT() override=default
Destructor.
Quality check(std::map< std::string, std::shared_ptr< MonitorObject >> *moMap) override
Returns the quality associated with these objects.
Definition: CheckRawToT.cxx:45
Definition: CheckRawToT.h:27
CheckRawToT()=default
Default constructor.
Class representing the quality of a MonitorObject.
Definition: Quality.h:29
std::string getAcceptedType() override
Returns the name of the class that can be treated by this check.
Definition: CheckRawToT.cxx:77
void configure(std::string name) override
Configure the check based on its name.
Definition: CheckRawToT.cxx:32
Skeleton of a check.
Definition: CheckInterface.h:32
void beautify(std::shared_ptr< MonitorObject > mo, Quality checkResult) override
Modify the aspect of the plot.
Definition: CheckRawToT.cxx:79