SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FluxRadiusConfig.h
Go to the documentation of this file.
1 
18 #ifndef _SEIMPLEMENTATION_PLUGIN_FLUXRADIUS_FLUXRADIUSCONFIG_H_
19 #define _SEIMPLEMENTATION_PLUGIN_FLUXRADIUS_FLUXRADIUSCONFIG_H_
20 
22 #include "SEUtils/Types.h"
23 
24 namespace SourceXtractor {
25 
27 public:
28  FluxRadiusConfig(long managerId);
29 
30  virtual ~FluxRadiusConfig() = default;
31 
33 
34  void initialize(const UserValues& args) override;
35 
37 
38 public:
40 };
41 
42 } // end of namespace SourceXtractor
43 
44 #endif /* _SEIMPLEMENTATION_PLUGIN_FLUXRADIUS_FLUXRADIUSCONFIG_H_ */
const std::vector< SeFloat > & getFluxFraction() const
std::map< std::string, OptionDescriptionList > getProgramOptions() override
void initialize(const UserValues &args) override
STL class.
std::vector< SeFloat > m_flux_fraction
virtual ~FluxRadiusConfig()=default