|
CbmRoot
|
#include "CbmLitTrackingQaStudyReport.h"#include "CbmDrawHist.h"#include "CbmHistManager.h"#include "CbmReportElement.h"#include "CbmUtils.h"#include "TCanvas.h"#include "TH1.h"#include "TLine.h"#include <boost/assign/list_of.hpp>#include <vector>Go to the source code of this file.
Functions | |
| string | DefaultRowNameFormatter (const string &name) |
| string | EventNoRowNameFormatter (const string &name) |
| string | NofObjectsRowNameFormatter (const string &name) |
| string | TrackHitsRowNameFormatter (const string &name) |
| string | NofGhostsRowNameFormatter (const string &name) |
| string | EventNoCellFormatter (const TH1 *hist, Int_t) |
| string | NofObjectsCellFormatter (const TH1 *hist, Int_t) |
| string | TrackHitsCellFormatter (const TH1 *hist, Int_t) |
| string | NofGhostsCellFormatter (const TH1 *hist, Int_t nofEvents) |
| string | FindAndReplace (const string &name, const string &oldSubstr, const string &newSubstr) |
| template<class T> | |
| std::string | NumberToString (const T &value, int precision=1) |
| vector< string > | Split (const string &name, char delimiter) |
Definition in file CbmLitTrackingQaStudyReport.cxx.
| string DefaultRowNameFormatter | ( | const string & | name | ) |
Definition at line 29 of file CbmLitTrackingQaStudyReport.cxx.
| string EventNoCellFormatter | ( | const TH1 * | hist, |
| Int_t | ) |
Definition at line 43 of file CbmLitTrackingQaStudyReport.cxx.
References NumberToString().
Referenced by CbmLitTrackingQaStudyReport::Create().
| string EventNoRowNameFormatter | ( | const string & | name | ) |
Definition at line 31 of file CbmLitTrackingQaStudyReport.cxx.
References Split().
Referenced by CbmLitTrackingQaStudyReport::Create().
| string Cbm::FindAndReplace | ( | const string & | name, |
| const string & | oldSubstr, | ||
| const string & | newSubstr ) |
Definition at line 58 of file CbmUtils.cxx.
| string NofGhostsCellFormatter | ( | const TH1 * | hist, |
| Int_t | nofEvents ) |
Definition at line 58 of file CbmLitTrackingQaStudyReport.cxx.
References NumberToString().
Referenced by CbmLitTrackingQaStudyReport::Create().
| string NofGhostsRowNameFormatter | ( | const string & | name | ) |
Definition at line 41 of file CbmLitTrackingQaStudyReport.cxx.
References Split().
Referenced by CbmLitTrackingQaStudyReport::Create().
| string NofObjectsCellFormatter | ( | const TH1 * | hist, |
| Int_t | ) |
Definition at line 48 of file CbmLitTrackingQaStudyReport.cxx.
References NumberToString().
Referenced by CbmLitTrackingQaStudyReport::Create().
| string NofObjectsRowNameFormatter | ( | const string & | name | ) |
Definition at line 33 of file CbmLitTrackingQaStudyReport.cxx.
References Split().
Referenced by CbmLitTrackingQaStudyReport::Create().
| std::string Cbm::NumberToString | ( | const T & | value, |
| int | precision = 1 ) |
Definition at line 34 of file CbmUtils.h.
Referenced by EventNoCellFormatter(), NofGhostsCellFormatter(), NofObjectsCellFormatter(), and TrackHitsCellFormatter().
| vector< string > Cbm::Split | ( | const string & | name, |
| char | delimiter ) |
Definition at line 66 of file CbmUtils.cxx.
Referenced by EventNoRowNameFormatter(), NofGhostsRowNameFormatter(), NofObjectsRowNameFormatter(), and TrackHitsRowNameFormatter().
| string TrackHitsCellFormatter | ( | const TH1 * | hist, |
| Int_t | ) |
Definition at line 53 of file CbmLitTrackingQaStudyReport.cxx.
References NumberToString().
Referenced by CbmLitTrackingQaStudyReport::Create().
| string TrackHitsRowNameFormatter | ( | const string & | name | ) |
Definition at line 35 of file CbmLitTrackingQaStudyReport.cxx.
References Split().
Referenced by CbmLitTrackingQaStudyReport::Create().