SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MagnitudeConfig.h
Go to the documentation of this file.
1 
17 /*
18  * MagnitudeConfig.h
19  *
20  * Created on: Sep 29, 2016
21  * Author: mschefer
22  */
23 
24 #ifndef _SEIMPLEMENTATION_CONFIGURATION_MAGNITUDECONFIG_H_
25 #define _SEIMPLEMENTATION_CONFIGURATION_MAGNITUDECONFIG_H_
26 
28 #include "SEUtils/Types.h"
29 
30 namespace SourceXtractor {
31 
33 
34 public:
35 
36  MagnitudeConfig(long manager_id);
37 
38  virtual ~MagnitudeConfig() = default;
39 
41 
42  void initialize(const UserValues& args) override;
43 
46  }
47 
48 private:
50 
51 };
52 
53 } /* namespace SourceXtractor */
54 
55 #endif /* _SEIMPLEMENTATION_CONFIGURATION_MAGNITUDECONFIG_H_ */
std::map< std::string, OptionDescriptionList > getProgramOptions() override
virtual ~MagnitudeConfig()=default
SeFloat32 SeFloat
Definition: Types.h:32
SeFloat getMagnitudeZeroPoint() const
STL class.
void initialize(const UserValues &args) override