10#ifndef CBM_RECO_OFFLINE_STEER_CONFIG_H
11#define CBM_RECO_OFFLINE_STEER_CONFIG_H 1
21#include <yaml-cpp/yaml.h>
60 std::stringstream out;
71 std::ofstream fout(filename);
ECbmRecoMode
Reconstruct the full time slice or event-by-event.
YAML::Node ToYaml()
Save to YAML node.
Config()=default
Constructor.
int64_t f_evbuild_trigNumMin
EOverlapModeRaw ToOverlapModeRaw(std::string tag)
std::string ToString()
String output (YAML format)
std::string f_lit_mergeType
std::string f_glb_logColor
ECbmEvbuildType ToCbmEvbuildType(std::string tag)
float f_evbuild_trigWinMin
float f_evbuild_trigWinMax
ECbmModuleId f_evbuild_trigDet
EOverlapModeRaw f_evbuild_ovlapmode
int64_t f_evbuild_trigNumMax
std::string f_lit_trackType
ECbmRecoMode ToCbmRecoMode(std::string tag)
void LoadYaml(const std::string &filename)
Load from YAML file.
std::string f_glb_logVerbose
std::string f_glb_logLevel
void SaveYaml(const std::string &filename)
Save to YAML file.
ECbmEvbuildType f_evbuild_type
virtual ~Config()=default
Destructor.