CbmRoot
|
A base class for CBM QA task logic. More...
#include "CbmEvent.h"
#include "CbmQaCompare.h"
#include "CbmQaIO.h"
#include "CbmQaTable.h"
#include "FairTask.h"
#include "Logger.h"
#include "TCanvas.h"
#include "TEfficiency.h"
#include "TFile.h"
#include "TFolder.h"
#include "TH1.h"
#include "TH2.h"
#include "TH3.h"
#include "TParameter.h"
#include "TProfile.h"
#include "TProfile2D.h"
#include "TProfile3D.h"
#include "TROOT.h"
#include "TString.h"
#include <algorithm>
#include <map>
#include <regex>
#include <string_view>
#include <tuple>
#include <type_traits>
#include <yaml-cpp/yaml.h>
Go to the source code of this file.
Classes | |
class | CbmQaTask |
struct | CbmQaTask::CheckFlags |
Contains a check result and its activeness status of the check-list entry. More... | |
struct | CbmQaTask::ObjectComparisonConfig |
Contains configuration to compare two root objects (histograms) More... | |