17 #ifndef QC_MODULE_PHOS_PHOSRAWCHECK_H 18 #define QC_MODULE_PHOS_PHOSRAWCHECK_H 41 void configure(std::string name)
override;
42 Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap)
override;
43 void beautify(std::shared_ptr<MonitorObject> mo,
Quality checkResult = Quality::Null)
override;
44 std::string getAcceptedType()
override;
51 #endif // QC_MODULE_PHOS_PHOSRAWCHECK_H Definition: DigitCheck.h:21
Class representing the quality of a MonitorObject.
Definition: Quality.h:29
PHOS raw data check It is final because there is no reason to derive from it. Just remove it if neede...
Definition: RawCheck.h:32
Skeleton of a check.
Definition: CheckInterface.h:32
These methods can be used to build a complex processing topology. It spawns 3 separate dummy processi...
Definition: Activity.h:19