SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
LegacyModelFittingConfig.h
Go to the documentation of this file.
1
17/*
18 * ModelFittingConfig.h
19 *
20 * Created on: May 17, 2017
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_CONFIGURATION_LEGACYMODELFITTINGCONFIG_H_
25#define _SEIMPLEMENTATION_CONFIGURATION_LEGACYMODELFITTINGCONFIG_H_
26
27#include "Configuration/Configuration.h"
28
29namespace SourceXtractor {
30
32
33public:
34
35 explicit LegacyModelFittingConfig(long manager_id);
36
37 virtual ~LegacyModelFittingConfig() = default;
38
40
41 void initialize(const UserValues& args) override;
42
43 int getMaxIterations() const {
44 return m_max_iterations;
45 }
46
50
51private:
54
55};
56
57} /* namespace SourceXtractor */
58
59
60
61
62#endif /* _SEIMPLEMENTATION_CONFIGURATION_LEGACYMODELFITTINGCONFIG_H_ */
std::map< std::string, boost::program_options::variable_value > UserValues
void initialize(const UserValues &args) override
std::map< std::string, OptionDescriptionList > getProgramOptions() override