SourceXtractorPlusPlus  0.11
Please provide a description of the project.
MeasurementFactory.cpp
Go to the documentation of this file.
1 
17 /*
18  * MeasurementFactory.cpp
19  *
20  * Created on: May 17, 2018
21  * Author: mschefer
22  */
23 
24 #include <iostream>
25 
29 
32 
33 namespace SourceXtractor {
34 
36  if (m_threads_nb > 0) {
37  auto source_to_row = m_output_registry->getSourceToRowConverter(m_output_properties);
39  } else {
41  }
42 }
43 
47 }
48 
50  m_output_properties = manager.getConfiguration<OutputConfig>().getOutputProperties();
51  m_threads_nb = manager.getConfiguration<MultiThreadingConfig>().getThreadsNb();
52 }
53 
54 }
55 
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
std::unique_ptr< Measurement > getMeasurement() const
std::shared_ptr< OutputRegistry > m_output_registry
STL class.
std::vector< std::string > m_output_properties
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.