17 #ifndef QC_MODULE_TOF_CHECKCOMPRESSEDDATA_H 18 #define QC_MODULE_TOF_CHECKCOMPRESSEDDATA_H 39 void configure(std::string name)
override;
40 Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap)
override;
41 void beautify(std::shared_ptr<MonitorObject> mo,
Quality checkResult)
override;
45 float mDiagnosticThresholdPerSlot = 0;
52 #endif // QC_MODULE_TOF_CHECKCOMPRESSEDDATA_H CheckCompressedData()=default
Default constructor.
~CheckCompressedData() override=default
Destructor.
Checker for the data produced by the TOF compressor (i.e. checking raw data)
Definition: CheckCompressedData.h:30
void configure(std::string name) override
Configure the check based on its name.
Definition: CheckCompressedData.cxx:32
std::string getAcceptedType() override
Returns the name of the class that can be treated by this check.
Definition: CheckCompressedData.cxx:66
void beautify(std::shared_ptr< MonitorObject > mo, Quality checkResult) override
Modify the aspect of the plot.
Definition: CheckCompressedData.cxx:68
Class representing the quality of a MonitorObject.
Definition: Quality.h:29
Skeleton of a check.
Definition: CheckInterface.h:32
Quality check(std::map< std::string, std::shared_ptr< MonitorObject >> *moMap) override
Returns the quality associated with these objects.
Definition: CheckCompressedData.cxx:40