|
CbmRoot
|
Class to hold the paths to the parameter files for the different detectors. More...
#include <ParFiles.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (util::yaml::Property(&ParFiles::readout, "readout", "Readout parameters"), util::yaml::Property(&ParFiles::timesliceReco, "timesliceReco", "Timeslice reconstruction parameters"), util::yaml::Property(&ParFiles::eventReco, "eventReco", "Event reconstruction parameters"), util::yaml::Property(&ParFiles::recoSetupPath, "recoSetupPath", "Path to the reco-setup file")) | |
Public Attributes | |
| std::optional< ReadoutParFiles > | readout |
| readout parameters | |
| std::optional< RecoParFiles > | timesliceReco |
| timeslice reconstruction parameters | |
| std::optional< RecoParFiles > | eventReco |
| event reconstruction parameters | |
| std::optional< std::string > | recoSetupPath |
| Path to reco-setup. | |
Class to hold the paths to the parameter files for the different detectors.
Definition at line 21 of file ParFiles.h.
| cbm::algo::ParFiles::CBM_YAML_PROPERTIES | ( | util::yaml::Property &::, "", " " | parameters, |
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " " | parameters, | ||
| util::yaml::Property &::, "", " - " | file ) |
References eventReco, readout, recoSetupPath, and timesliceReco.
| std::optional<RecoParFiles> cbm::algo::ParFiles::eventReco |
event reconstruction parameters
Definition at line 24 of file ParFiles.h.
Referenced by CBM_YAML_PROPERTIES(), and cbm::algo::Reco::Validate().
| std::optional<ReadoutParFiles> cbm::algo::ParFiles::readout |
readout parameters
Definition at line 22 of file ParFiles.h.
Referenced by CBM_YAML_PROPERTIES(), and cbm::algo::Reco::Validate().
| std::optional<std::string> cbm::algo::ParFiles::recoSetupPath |
Path to reco-setup.
Definition at line 25 of file ParFiles.h.
Referenced by CBM_YAML_PROPERTIES(), and cbm::algo::Reco::Validate().
| std::optional<RecoParFiles> cbm::algo::ParFiles::timesliceReco |
timeslice reconstruction parameters
Definition at line 23 of file ParFiles.h.
Referenced by CBM_YAML_PROPERTIES(), and cbm::algo::Reco::Validate().