9 #ifndef CORRELATIONFACTORY_H 10 #define CORRELATIONFACTORY_H 49 #endif //CORRELATIONFACTORY_H WaveformGraph * fGrWave[2]
The input WaveformGraph's.
static CorrelationFactory * Instance()
Instance generator.
void setCorrelationDeltaT(Double_t deltaT)
Sets the deltaT for the correlation.
static CorrelationFactory * fgInstance
Protect against multiple instances.
Double_t fDeltaT
The deltaT used in the correlation.
~CorrelationFactory()
Destructor.
CorrelationFactory()
Constructor.
The correlation factory which takes two waveforms and correlates them.
Double_t getCorrelationDeltaT()
Returns the deltaT used in correlation.
void addWaveformToCorrelation(WaveformGraph *inputWave)
Adds a a waveform to the correlation.