#include <Paths.h>
|
| static const fs::path | obs_values = fs::path("input_files") / "observables" / "observables.yaml" |
| |
| static const fs::path | obs_corr = fs::path("input_files") / "observables" / "correlations.yaml" |
| |
| static const fs::path | sm_params = fs::path("input_files") / "parameters" / "sm.yaml" |
| |
| static const fs::path | flavor_params = fs::path("input_files") / "parameters" / "flavor.yaml" |
| |
| static const fs::path | decay_params = fs::path("input_files") / "parameters" / "decay.yaml" |
| |
| static const fs::path | param_corr = fs::path("input_files") / "parameters" / "correlations.yaml" |
| |
| static const fs::path | nuisances = fs::path("input_files") / "parameters" / "nuisances.yaml" |
| |
Definition at line 30 of file Paths.h.
◆ decay_params
| const fs::path UserInputRelativePaths::decay_params = fs::path("input_files") / "parameters" / "decay.yaml" |
|
inlinestatic |
◆ flavor_params
| const fs::path UserInputRelativePaths::flavor_params = fs::path("input_files") / "parameters" / "flavor.yaml" |
|
inlinestatic |
◆ nuisances
| const fs::path UserInputRelativePaths::nuisances = fs::path("input_files") / "parameters" / "nuisances.yaml" |
|
inlinestatic |
◆ obs_corr
| const fs::path UserInputRelativePaths::obs_corr = fs::path("input_files") / "observables" / "correlations.yaml" |
|
inlinestatic |
◆ obs_values
| const fs::path UserInputRelativePaths::obs_values = fs::path("input_files") / "observables" / "observables.yaml" |
|
inlinestatic |
◆ param_corr
| const fs::path UserInputRelativePaths::param_corr = fs::path("input_files") / "parameters" / "correlations.yaml" |
|
inlinestatic |
◆ sm_params
| const fs::path UserInputRelativePaths::sm_params = fs::path("input_files") / "parameters" / "sm.yaml" |
|
inlinestatic |
The documentation for this struct was generated from the following file:
- /home/runner/work/Hyperiso/Hyperiso/Hyperiso/Hyperiso/core/src/Core/domain/Paths.h