|
CbmRoot
|
Relative paths to parameter files, which are used by the reconstruction algorithms. More...
#include <RecoParFiles.h>
Classes | |
| struct | Bmon |
| BMON parameter files. More... | |
| struct | Fsd |
| FSD parameter files. More... | |
| struct | Much |
| MUCH parameter files. More... | |
| struct | Must |
| Must parameter files. More... | |
| struct | Mvd |
| MVD parameter files. More... | |
| struct | Pv |
| Primary vertex finding configuration and parameters (dummy) More... | |
| struct | Rich |
| RICH parameter files. More... | |
| struct | Sts |
| STS parameter files. More... | |
| struct | Tof |
| TOF parameter files. More... | |
| struct | Tracking |
| Tracking configuration and parameter files. More... | |
| struct | Trd |
| TRD parameter files. More... | |
| struct | Trd2d |
| TRD2D parameter files. More... | |
Public Member Functions | |
| CBM_YAML_PROPERTIES (util::yaml::Property(&RecoParFiles::mvd, "mvd", "MVD parameters"), util::yaml::Property(&RecoParFiles::sts, "sts", "STS parameters"), util::yaml::Property(&RecoParFiles::rich, "rich", "RICH parameters"), util::yaml::Property(&RecoParFiles::much, "much", "MUCH parameters"), util::yaml::Property(&RecoParFiles::trd, "trd", "TRD parameters"), util::yaml::Property(&RecoParFiles::tof, "tof", "TOF parameters"), util::yaml::Property(&RecoParFiles::must, "must", "MUST parameters"), util::yaml::Property(&RecoParFiles::bmon, "bmon", "BMON parameters"), util::yaml::Property(&RecoParFiles::trd2d, "trd2d", "TRD2D parameters"), util::yaml::Property(&RecoParFiles::fsd, "fsd", "FSD parameters"), util::yaml::Property(&RecoParFiles::tracking, "tracking", "Tracking parameters"), util::yaml::Property(&RecoParFiles::pv, "pv", "PV finding")) | |
Public Attributes | |
| std::optional< Mvd > | mvd {std::nullopt} |
| MVD parameters. | |
| std::optional< Sts > | sts {std::nullopt} |
| STS parameters. | |
| std::optional< Rich > | rich {std::nullopt} |
| RICH parameters. | |
| std::optional< Much > | much {std::nullopt} |
| MUCH parameters. | |
| std::optional< Trd > | trd {std::nullopt} |
| TRD parameters. | |
| std::optional< Tof > | tof {std::nullopt} |
| TOF parameters. | |
| std::optional< Must > | must {std::nullopt} |
| MUST parameters. | |
| std::optional< Bmon > | bmon {std::nullopt} |
| BMON parameters. | |
| std::optional< Trd2d > | trd2d {std::nullopt} |
| TRD-2D parameters. | |
| std::optional< Fsd > | fsd {std::nullopt} |
| FSD parameters. | |
| std::optional< Tracking > | tracking {std::nullopt} |
| Tracking parameters. | |
| std::optional< Pv > | pv {std::nullopt} |
| PV finding parameters. | |
Relative paths to parameter files, which are used by the reconstruction algorithms.
Definition at line 23 of file RecoParFiles.h.
| cbm::algo::RecoParFiles::CBM_YAML_PROPERTIES | ( | util::yaml::Property &::, "", " " | parameters, |
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " " | finding ) |
| std::optional<Bmon> cbm::algo::RecoParFiles::bmon {std::nullopt} |
BMON parameters.
Definition at line 132 of file RecoParFiles.h.
Referenced by CBM_YAML_PROPERTIES().
| std::optional<Fsd> cbm::algo::RecoParFiles::fsd {std::nullopt} |
| std::optional<Much> cbm::algo::RecoParFiles::much {std::nullopt} |
MUCH parameters.
Definition at line 128 of file RecoParFiles.h.
Referenced by CBM_YAML_PROPERTIES().
| std::optional<Must> cbm::algo::RecoParFiles::must {std::nullopt} |
MUST parameters.
Definition at line 131 of file RecoParFiles.h.
Referenced by CBM_YAML_PROPERTIES().
| std::optional<Mvd> cbm::algo::RecoParFiles::mvd {std::nullopt} |
| std::optional<Pv> cbm::algo::RecoParFiles::pv {std::nullopt} |
PV finding parameters.
Definition at line 136 of file RecoParFiles.h.
Referenced by CBM_YAML_PROPERTIES().
| std::optional<Rich> cbm::algo::RecoParFiles::rich {std::nullopt} |
RICH parameters.
Definition at line 127 of file RecoParFiles.h.
Referenced by CBM_YAML_PROPERTIES().
| std::optional<Sts> cbm::algo::RecoParFiles::sts {std::nullopt} |
| std::optional<Tof> cbm::algo::RecoParFiles::tof {std::nullopt} |
| std::optional<Tracking> cbm::algo::RecoParFiles::tracking {std::nullopt} |
Tracking parameters.
Definition at line 135 of file RecoParFiles.h.
Referenced by CBM_YAML_PROPERTIES().
| std::optional<Trd> cbm::algo::RecoParFiles::trd {std::nullopt} |
| std::optional<Trd2d> cbm::algo::RecoParFiles::trd2d {std::nullopt} |
TRD-2D parameters.
Definition at line 133 of file RecoParFiles.h.
Referenced by CBM_YAML_PROPERTIES().