CbmRoot
|
Contains a check result and its activeness status of the check-list entry. More...
Public Attributes | |
std::string | fMsg = "" |
Supporting message for the check. | |
bool | fResult = false |
Check result storage. | |
bool | fStatus = false |
Status of the check. | |
Contains a check result and its activeness status of the check-list entry.
If the status is set to false, the check result is ignored in the QA verdict.
Definition at line 51 of file CbmQaTask.h.
std::string CbmQaTask::CheckFlags::fMsg = "" |
Supporting message for the check.
Definition at line 52 of file CbmQaTask.h.
bool CbmQaTask::CheckFlags::fResult = false |
Check result storage.
Definition at line 53 of file CbmQaTask.h.
bool CbmQaTask::CheckFlags::fStatus = false |
Status of the check.
Definition at line 54 of file CbmQaTask.h.