SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
JacobianPlugin.cpp
Go to the documentation of this file.
1
17/*
18 * JacobianPlugin.cpp
19 *
20 * Created on: Oct 08, 2018
21 * Author: Alejandro Alvarez Ayllon
22 */
23
28
29namespace SourceXtractor {
30
32
34 return "JacobianPlugin";
35}
36
38 plugin_api.getTaskFactoryRegistry().registerTaskFactory<JacobianTaskFactory, JacobianSource, JacobianGroup>();
39}
40
41} // end SourceXtractor
std::string getIdString() const override
void registerPlugin(PluginAPI &plugin_api) override
This interface is given to the plugin to let it access object instances from the framework.
Definition PluginAPI.h:40
static StaticPlugin< JacobianPlugin > jacobian_plugin