|
DDASToys for NSCLDAQ
6.2-000
|
Implementation of the FitEditor class for template fitting. More...
#include "FitEditorTemplate.h"#include <iostream>#include <fstream>#include <DDASHit.h>#include <DDASHitUnpacker.h>#include "Configuration.h"#include "lmfit_template.h"
Functions | |
| ddastoys::FitEditorTemplate * | createEditor () |
| Factory method to create this FitEditor. More... | |
Implementation of the FitEditor class for template fitting.
| ddastoys::FitEditorTemplate* createEditor | ( | ) |
Factory method to create this FitEditor.
$DAQBIN/EventEditor expects a symbol called createEditor to exist in the plugin library it loads at runtime. Wrapping the factory method in extern "C" prevents namespace mangling by the C++ compiler.