16 #ifndef QC_MODULE_TPC_PIDCLUSTERCHECK_H 17 #define QC_MODULE_TPC_PIDCLUSTERCHECK_H 37 void configure(std::string name)
override;
38 Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap)
override;
39 void beautify(std::shared_ptr<MonitorObject> mo,
Quality checkResult = Quality::Null)
override;
48 #endif // QC_MODULE_TPC_PIDCLUSTERCHECK_H Quality check(std::map< std::string, std::shared_ptr< MonitorObject >> *moMap) override
Returns the quality associated with these objects.
Definition: PIDClusterCheck.cxx:34
void beautify(std::shared_ptr< MonitorObject > mo, Quality checkResult=Quality::Null) override
Modify the aspect of the plot.
Definition: PIDClusterCheck.cxx:55
Definition: Clusters.h:31
std::string getAcceptedType() override
Returns the name of the class that can be treated by this check.
Definition: PIDClusterCheck.cxx:53
Class representing the quality of a MonitorObject.
Definition: Quality.h:29
PIDClusterCheck()=default
Default constructor.
void configure(std::string name) override
Configure the check based on its name.
Definition: PIDClusterCheck.cxx:32
Skeleton of a check.
Definition: CheckInterface.h:32
~PIDClusterCheck() override=default
Destructor.
Check whether the cluster number for a track is smaller than 159 in PID task.
Definition: PIDClusterCheck.h:27