Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
CorrelationLoader< T > Class Template Reference

Loader class to populate CorrelationMatrixPair from a file. More...

#include <CorrelationAdapter.h>

Inheritance diagram for CorrelationLoader< T >:
Collaboration diagram for CorrelationLoader< T >:

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.
 

Detailed Description

template<typename T>
class CorrelationLoader< T >

Loader class to populate CorrelationMatrixPair from a file.

Template Parameters
TType of keys for the correlation matrix (e.g., ParamId or ObservableId).

Definition at line 27 of file CorrelationAdapter.h.

Member Function Documentation

◆ load() [1/2]

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.

◆ load() [2/2]

template<typename T >
void CorrelationLoader< T >::load ( std::shared_ptr< CorrelationMatrixPair< T > >  dest,
fs::path  src_file,
bool  block_in_blocks = false 
)
overridevirtual

Loads correlation matrices from a source file into a destination CorrelationMatrixPair.

Parameters
destShared pointer to destination CorrelationMatrixPair.
src_filePath to the source file.

Implements IDataLoader< CorrelationMatrixPair< T > >.

Definition at line 11 of file CorrelationAdapter.cpp.


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