PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
#include <RootFitter.hpp>
Public Member Functions | |
RootFitter () | |
~RootFitter () | |
double | CalculatePhase (const std::vector< double > &data, const std::pair< double, double > &pars, const std::pair< unsigned int, double > &maxInfo, std::pair< double, double > baseline) |
Perform CFD analysis on the waveform using the pol2 algorithm. More... | |
![]() | |
TimingDriver () | |
Default Constructor. More... | |
virtual | ~TimingDriver () |
Default destructor. More... | |
virtual std::vector< double > | GetResults (void) |
virtual double | CalculatePhase (const std::vector< unsigned int > &data, const std::pair< double, double > &pars, const std::pair< unsigned int, double > &max, const std::pair< double, double > baseline) |
void | SetQdc (const double &a) |
Additional Inherited Members | |
![]() | |
std::vector< double > | results_ |
Vector containing results. More... | |
double | qdc_ |
qdc of the waveform being fitted More... | |
Definition at line 10 of file RootFitter.hpp.
|
inline |
Definition at line 12 of file RootFitter.hpp.
|
inline |
|
virtual |
Perform CFD analysis on the waveform using the pol2 algorithm.
We need to get this working, it's suffering from some strange issues with ROOT and linked libraries.
Reimplemented from TimingDriver.
Definition at line 16 of file RootFitter.cpp.