|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Loader class to populate CorrelationMatrixPair from a file. More...
#include <CorrelationAdapter.h>


Public Member Functions | |
| void | load (std::shared_ptr< CorrelationMatrixPair< T > > dest, fs::path src_file, bool block_in_blocks=false) override |
| Loads correlation matrices from a source file into a destination CorrelationMatrixPair. | |
| void | load (std::shared_ptr< CorrelationMatrixPair< ExperimentObs > > dest, fs::path src_file, bool block_in_blocks) |
Public Member Functions inherited from IDataLoader< CorrelationMatrixPair< T > > | |
| virtual | ~IDataLoader ()=default |
| Virtual destructor. | |
Loader class to populate CorrelationMatrixPair from a file.
| T | Type of keys for the correlation matrix (e.g., ParamId or ObservableId). |
Definition at line 27 of file CorrelationAdapter.h.
| void CorrelationLoader< ExperimentObs >::load | ( | std::shared_ptr< CorrelationMatrixPair< ExperimentObs > > | dest, |
| fs::path | src_file, | ||
| bool | block_in_blocks | ||
| ) |
Definition at line 61 of file CorrelationAdapter.cpp.
|
overridevirtual |
Loads correlation matrices from a source file into a destination CorrelationMatrixPair.
| dest | Shared pointer to destination CorrelationMatrixPair. |
| src_file | Path to the source file. |
Implements IDataLoader< CorrelationMatrixPair< T > >.
Definition at line 11 of file CorrelationAdapter.cpp.