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