SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
BackgroundAnalyzerFactory.h
Go to the documentation of this file.
1
17/*
18 * BackgroundAnalyzerFactory.h
19 *
20 * Created on: Mar 29, 2017
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_BACKGROUND_BACKGROUNDANALYZERFACTORY_H_
25#define _SEIMPLEMENTATION_BACKGROUND_BACKGROUNDANALYZERFACTORY_H_
26
27#include "Configuration/Configuration.h"
28
31
33
34namespace SourceXtractor {
35
53
54}
55
56
57
58#endif /* _SEIMPLEMENTATION_BACKGROUND_BACKGROUNDANALYZERFACTORY_H_ */
std::map< std::string, boost::program_options::variable_value > UserValues
void initialize(const UserValues &args) override
virtual ~BackgroundAnalyzerFactory()=default
Destructor.
std::shared_ptr< BackgroundAnalyzer > createBackgroundAnalyzer() const