|
CbmRoot
|
#include <iostream>#include <unordered_map>Go to the source code of this file.
Functions | |
| std::string | ToString (CbmCutId) |
| Convert CbmCutId to a string representation. | |
Variables | |
| static const std::unordered_map< CbmCutId, std::string > | cut_id_to_str_map |
|
strong |
Enumeration of cut identifiers for various observables.
Definition at line 14 of file CbmCutId.h.
| std::string ToString | ( | CbmCutId | id | ) |
Convert CbmCutId to a string representation.
| cutId | The CbmCutId to convert. |
Definition at line 7 of file CbmCutId.cxx.
References cut_id_to_str_map.
Referenced by CbmRecoQaTask::View::AddProjection(), CbmLitFieldApproximationQa::CreateFieldHistos(), CbmLitFieldApproximationQa::CreateFitterHistos(), CbmLitFieldApproximationQa::CreateGridHistos(), CbmLitRadLengthQa::CreateHistograms(), CbmLitFieldQa::CreateHistos(), CbmLitFieldApproximationQa::FillBHistos(), CbmLitFieldQa::FillBHistos(), CbmLitFieldApproximationQa::FillFieldApproximationHistos(), CbmLitFieldApproximationQa::FillGridCreatorHistos(), CbmLitRadLengthQa::FillHistosDetector(), CbmRecoQaTask::EventFilter::HelpMess(), cbm::algo::kf::MatrixSym< T, N >::IsConsistent(), cbm::algo::kf::TrackParamBase< T >::IsConsistent(), cbm::algo::kf::TrackParamBase< T >::IsEntryConsistent(), cbm::algo::kf::MatrixSym< T, N >::IsSimdEntryConsistent(), CbmCutMap::operator<<, operator<<(), cbm::algo::ca::Parameters< DataT >::Print(), CbmRecoQaTask::EventFilter::SetFilter(), CbmRecoQaTask::View::SetProjection(), TEST(), TEST(), and cbm::algo::kf::MatrixSym< T, N >::ToString().
|
static |
Definition at line 150 of file CbmCutId.h.
Referenced by ToString().