Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
StatisticStageProgressReporter Class Reference

#include <StatisticProgress.h>

Public Member Functions

 StatisticStageProgressReporter (bool enabled, std::string label, std::size_t total_steps, std::ostream &os=std::cout, std::shared_ptr< StatisticProgressMonitor > monitor=nullptr, std::string phase="chi2_pipeline")
 
void start (const std::string &message)
 
void step (std::size_t completed_steps, const std::string &message)
 
void finish (const std::string &message)
 

Detailed Description

Stage-based progress reporter for covariance / likelihood / fit steps.

Definition at line 83 of file StatisticProgress.h.

Constructor & Destructor Documentation

◆ StatisticStageProgressReporter()

StatisticStageProgressReporter::StatisticStageProgressReporter ( bool  enabled,
std::string  label,
std::size_t  total_steps,
std::ostream &  os = std::cout,
std::shared_ptr< StatisticProgressMonitor monitor = nullptr,
std::string  phase = "chi2_pipeline" 
)

Definition at line 138 of file StatisticProgress.cpp.

Member Function Documentation

◆ finish()

void StatisticStageProgressReporter::finish ( const std::string &  message)

Definition at line 193 of file StatisticProgress.cpp.

◆ start()

void StatisticStageProgressReporter::start ( const std::string &  message)

Definition at line 180 of file StatisticProgress.cpp.

◆ step()

void StatisticStageProgressReporter::step ( std::size_t  completed_steps,
const std::string &  message 
)

Definition at line 185 of file StatisticProgress.cpp.


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