Public Member Functions | Static Public Member Functions | Public Attributes | Static Protected Attributes | List of all members
CorrelationFactory Class Reference

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 CorrelationFactoryInstance ()
 Instance generator.
 

Public Attributes

WaveformGraphfGrWave [2]
 The input WaveformGraph's.
 
Double_t fDeltaT
 The deltaT used in the correlation.
 

Static Protected Attributes

static CorrelationFactoryfgInstance = 0
 Protect against multiple instances.
 

Detailed Description

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.

Collaboration diagram for CorrelationFactory:
Collaboration graph
[legend]

Constructor & Destructor Documentation

CorrelationFactory::CorrelationFactory ( )

Constructor.

Default sampling speed

Definition at line 42 of file CorrelationFactory.cxx.


The documentation for this class was generated from the following files: