SourceXtractorPlusPlus  0.12
Please provide a description of the project.
SimpleSourceGroupFactory.h
Go to the documentation of this file.
1 
17 /*
18  * @file SimpleSourceGroupFactory.h
19  * @author nikoapos
20  */
21 
22 #ifndef _SEFRAMEWORK_SIMPLESOURCEGROUPFACTORY_H
23 #define _SEFRAMEWORK_SIMPLESOURCEGROUPFACTORY_H
24 
27 
28 namespace SourceXtractor {
29 
36 
37 public:
38 
40  return std::make_shared<SimpleSourceGroup>();
41  }
42 
43 };
44 
45 }
46 
47 #endif /* _SEFRAMEWORK_SIMPLESOURCEGROUPFACTORY_H */
48 
virtual std::shared_ptr< SourceGroupInterface > createSourceGroup() const override
A SourceGroupFactory implementation that produces a SimpleSourceGroupFactory.
A factory interface to create SourceGroupInterface instances.