16 #ifndef QC_MODULE_MCH_PEDESTALSCHECK_H 17 #define QC_MODULE_MCH_PEDESTALSCHECK_H 38 void configure(std::string name)
override;
39 Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap)
override;
40 void beautify(std::shared_ptr<MonitorObject> mo,
Quality checkResult = Quality::Null)
override;
50 std::vector<int> missing;
57 #endif // QC_MODULE_TOF_TOFCHECKRAWSTIME_H float minMCHpedestal
Minimum value for SAMPA pedestals.
Definition: PedestalsCheck.h:44
Definition: Decoding.h:20
Class representing the quality of a MonitorObject.
Definition: Quality.h:29
Check whether a plot is empty or not.
Definition: PedestalsCheck.h:29
float maxMCHpedestal
Maximum value for SAMPA pedestals.
Definition: PedestalsCheck.h:46
PedestalsCheck()
Default constructor.
Definition: PedestalsCheck.cxx:33
~PedestalsCheck() override
Destructor.
Definition: PedestalsCheck.cxx:37
Skeleton of a check.
Definition: CheckInterface.h:32
void beautify(std::shared_ptr< MonitorObject > mo, Quality checkResult=Quality::Null) override
Modify the aspect of the plot.
Definition: PedestalsCheck.cxx:87
Quality check(std::map< std::string, std::shared_ptr< MonitorObject >> *moMap) override
Returns the quality associated with these objects.
Definition: PedestalsCheck.cxx:47
std::string getAcceptedType() override
Returns the name of the class that can be treated by this check.
Definition: PedestalsCheck.cxx:85
void configure(std::string name) override
Configure the check based on its name.
Definition: PedestalsCheck.cxx:39