#include <CbmQaManager.h>
|
bool | fStatus = true |
| Status of QA: true - all tasks passed, false - at least one of the task failed.
|
|
TString | fsConfigName = "" |
| Name of the configuration YAML file (passed to underlying QA tasks)
|
|
TString | fsVersionTag = "" |
| Version tag (git SHA etc.)
|
|
TString | fsDefaultTag = "" |
| Default tag (git SHA etc.)
|
|
std::shared_ptr< TFile > | fpBenchmarkInput |
| A benchmark file with default ROOT objects used for the cross-check.
|
|
std::shared_ptr< TFile > | fpBenchmarkOutput = nullptr |
| An output file for histograms cross-check.
|
|
Definition at line 20 of file CbmQaManager.h.
◆ CbmQaManager() [1/3]
CbmQaManager::CbmQaManager |
( |
int | verbose = 1 | ) |
|
◆ ~CbmQaManager()
virtual CbmQaManager::~CbmQaManager |
( |
| ) |
|
|
virtualdefault |
◆ CbmQaManager() [2/3]
◆ CbmQaManager() [3/3]
◆ AddTask()
void CbmQaManager::AddTask |
( |
FairTask * | task | ) |
|
|
inline |
◆ ClassDef()
◆ Exec()
void CbmQaManager::Exec |
( |
Option_t * | | ) |
|
|
inline |
Action of the task in the time-slice.
Definition at line 45 of file CbmQaManager.h.
◆ Finish()
void CbmQaManager::Finish |
( |
| ) |
|
◆ GetConfigName()
const TString & CbmQaManager::GetConfigName |
( |
| ) |
const |
|
inline |
◆ GetDefaultTag()
const TString & CbmQaManager::GetDefaultTag |
( |
| ) |
const |
|
inline |
◆ GetStatus()
bool CbmQaManager::GetStatus |
( |
| ) |
const |
|
inline |
◆ GetVersionTag()
const TString & CbmQaManager::GetVersionTag |
( |
| ) |
const |
|
inline |
◆ Init()
InitStatus CbmQaManager::Init |
( |
| ) |
|
◆ OpenBenchmarkInput()
void CbmQaManager::OpenBenchmarkInput |
( |
const TString & | path | ) |
|
Open cross-check file.
- Parameters
-
path | Path to the cross-check file |
Opens the benchmark input ROOT-file with the QA-chain output, obtained under the default code base.
Definition at line 101 of file CbmQaManager.cxx.
References fpBenchmarkInput.
◆ OpenBenchmarkOutput()
void CbmQaManager::OpenBenchmarkOutput |
( |
const TString & | path | ) |
|
◆ operator=() [1/2]
Move assignment operator.
◆ operator=() [2/2]
Copy assignment operator.
◆ ReInit()
InitStatus CbmQaManager::ReInit |
( |
| ) |
|
|
inline |
◆ SetConfigName()
void CbmQaManager::SetConfigName |
( |
const TString & | name | ) |
|
|
inline |
◆ SetDefaultTag()
void CbmQaManager::SetDefaultTag |
( |
const TString & | tag | ) |
|
|
inline |
◆ SetVersionTag()
void CbmQaManager::SetVersionTag |
( |
const TString & | tag | ) |
|
|
inline |
◆ fpBenchmarkInput
std::shared_ptr<TFile> CbmQaManager::fpBenchmarkInput |
|
private |
◆ fpBenchmarkOutput
std::shared_ptr<TFile> CbmQaManager::fpBenchmarkOutput = nullptr |
|
private |
◆ fsConfigName
TString CbmQaManager::fsConfigName = "" |
|
private |
◆ fsDefaultTag
TString CbmQaManager::fsDefaultTag = "" |
|
private |
◆ fStatus
bool CbmQaManager::fStatus = true |
|
private |
◆ fsVersionTag
TString CbmQaManager::fsVersionTag = "" |
|
private |
The documentation for this class was generated from the following files: