CbmRoot
Loading...
Searching...
No Matches
cbm::algo::ParFiles Class Reference

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< ReadoutParFilesreadout
 readout parameters
 
std::optional< RecoParFilestimesliceReco
 timeslice reconstruction parameters
 
std::optional< RecoParFileseventReco
 event reconstruction parameters
 
std::optional< std::string > recoSetupPath
 Path to reco-setup.
 

Detailed Description

Class to hold the paths to the parameter files for the different detectors.

Definition at line 21 of file ParFiles.h.

Member Function Documentation

◆ CBM_YAML_PROPERTIES()

cbm::algo::ParFiles::CBM_YAML_PROPERTIES ( util::yaml::Property &::, "", " " parameters,
util::yaml::Property &::, "", " " parameters,
util::yaml::Property &::, "", " " parameters,
util::yaml::Property &::, "", " - " file )

Member Data Documentation

◆ eventReco

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().

◆ readout

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().

◆ recoSetupPath

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().

◆ timesliceReco

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().


The documentation for this class was generated from the following file: