16 #ifndef QC_MODULE_MCH_PHYSICSCHECK_H 17 #define QC_MODULE_MCH_PHYSICSCHECK_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 = Quality::Null)
override;
53 #endif // QC_MODULE_TOF_TOFCHECKRAWSTIME_H void configure(std::string name) override
Configure the check based on its name.
Definition: PhysicsCheck.cxx:45
~PhysicsCheck() override
Destructor.
Definition: PhysicsCheck.cxx:43
Definition: Decoding.h:20
Class representing the quality of a MonitorObject.
Definition: Quality.h:29
std::string getAcceptedType() override
Returns the name of the class that can be treated by this check.
Definition: PhysicsCheck.cxx:100
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: PhysicsCheck.cxx:102
Check if the occupancy on each pad is between the two specified values.
Definition: PhysicsCheck.h:30
Quality check(std::map< std::string, std::shared_ptr< MonitorObject >> *moMap) override
Returns the quality associated with these objects.
Definition: PhysicsCheck.cxx:53
PhysicsCheck()
Default constructor.
Definition: PhysicsCheck.cxx:36