88 QGroupBox* createHitBox();
94 QGroupBox* createClassifierBox();
100 QGroupBox* createFitBox();
105 void createConnections();
121 void printFitResults();
133 QComboBox* m_pFitMethod;
134 QPushButton* m_pPrintFit;
Provides an interface for calculating trace fits using HitExtension fit parameters.
Definition: FitManager.h:65
Widget for managing hit information when interating with the GUI.
Definition: QHitData.h:54
void setFitMethod(QString method)
Set the fit method.
Definition: QHitData.cpp:110
QHitData(FitManager *pFitMgr, QWidget *parent=nullptr)
Constructor.
Definition: QHitData.cpp:45
void update(const ddastoys::DDASFitHit &hit)
Update hit data and enable printing of fit information to stdout if the hit has an extension.
Definition: QHitData.cpp:83
~QHitData()
Destructor.
Definition: QHitData.cpp:78
Encapsulates data for DDAS hits that may have fitted traces.
Definition: DDASFitHit.h:46
The data structure appended to each fit hit.
Definition: fit_extensions.h:82