17 #ifndef QC_MODULE_TOF_TOFCHECKRAWSTIME_H 18 #define QC_MODULE_TOF_TOFCHECKRAWSTIME_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;
47 float mRawTimeMean = 0.f;
49 float mRawTimePeakIntegral = 0.f;
51 float mRawTimeIntegral = 0.f;
58 #endif // QC_MODULE_TOF_TOFCHECKRAWSTIME_H
Definition: CheckRawTime.h:27
void beautify(std::shared_ptr< MonitorObject > mo, Quality checkResult) override
Modify the aspect of the plot.
Definition: CheckRawTime.cxx:92
Class representing the quality of a MonitorObject.
Definition: Quality.h:29
~CheckRawTime() override=default
Destructor.
Skeleton of a check.
Definition: CheckInterface.h:32
std::string getAcceptedType() override
Returns the name of the class that can be treated by this check.
Definition: CheckRawTime.cxx:90
CheckRawTime()=default
Default constructor.
void configure(std::string name) override
Configure the check based on its name.
Definition: CheckRawTime.cxx:31
Quality check(std::map< std::string, std::shared_ptr< MonitorObject >> *moMap) override
Returns the quality associated with these objects.
Definition: CheckRawTime.cxx:47