The correlation factory which takes two waveforms and correlates them. More...
#include <CorrelationFactory.h>
Public Member Functions | |
CorrelationFactory () | |
Constructor. More... | |
~CorrelationFactory () | |
Destructor. | |
void | addWaveformToCorrelation (WaveformGraph *inputWave) |
Adds a a waveform to the correlation. | |
void | setCorrelationDeltaT (Double_t deltaT) |
Sets the deltaT for the correlation. | |
Double_t | getCorrelationDeltaT () |
Returns the deltaT used in correlation. | |
Static Public Member Functions | |
static CorrelationFactory * | Instance () |
Instance generator. | |
Public Attributes | |
WaveformGraph * | fGrWave [2] |
The input WaveformGraph's. | |
Double_t | fDeltaT |
The deltaT used in the correlation. | |
Static Protected Attributes | |
static CorrelationFactory * | fgInstance = 0 |
Protect against multiple instances. | |
The correlation factory which takes two waveforms and correlates them.
It's a factory the produces correlations.
Definition at line 25 of file CorrelationFactory.h.
CorrelationFactory::CorrelationFactory | ( | ) |