|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <DefaultNuisancePathsProvider.h>


Public Member Functions | |
| DefaultNuisancePathsProvider (std::shared_ptr< IPathsProvider > paths_provider=std::make_shared< DefaultPathsProvider >()) | |
| fs::path | default_nuisances_path () const override |
| Returns the path to the built-in nuisance definition file. | |
| fs::path | user_nuisances_path () const override |
| Returns the path to the user override nuisance definition file. | |
Public Member Functions inherited from INuisancePathsProvider | |
| virtual | ~INuisancePathsProvider ()=default |
| Virtual destructor for polymorphic use. | |
Definition at line 22 of file DefaultNuisancePathsProvider.h.
|
inlineexplicit |
Definition at line 23 of file DefaultNuisancePathsProvider.h.
|
inlineoverridevirtual |
Returns the path to the built-in nuisance definition file.
Default: ASSETS_ROOT / "default" / "nuisances.json". Override through APIPath::DEFAULT_NUISANCES.
Implements INuisancePathsProvider.
Definition at line 34 of file DefaultNuisancePathsProvider.h.
|
inlineoverridevirtual |
Returns the path to the user override nuisance definition file.
Default: ASSETS_ROOT / "input_files" / "parameters" / "nuisances.yaml". Override through APIPath::USER_NUISANCES.
Implements INuisancePathsProvider.
Definition at line 44 of file DefaultNuisancePathsProvider.h.