10 #include "MagicDisplayConventions.h" 11 #include "CorrelationFactory.h" 12 #include "AnitaConventions.h" 13 #include "AnitaGeomTool.h" 14 #include "WaveformGraph.h" 18 #include "TObjArray.h" 19 #include "TObjString.h" 22 #include "TPaveText.h" 27 #include "WaveformGraph.h" 35 #include "TTimeStamp.h" 76 sprintf(graphTitle,
"Correlation Ant %d %c -%d %c",
fGrWave[0]->fAnt,
81 sprintf(graphTitle,
"Correlation SURF %d Chan %d - SURF %d Chan %d",
86 grCor->SetTitle(graphTitle);
WaveformGraph * fGrWave[2]
The input WaveformGraph's.
static CorrelationFactory * Instance()
Instance generator.
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.
char polAsChar(AnitaPol::AnitaPol_t pol)
Returns the polarisation as a character string.
void addWaveformToCorrelation(WaveformGraph *inputWave)
Adds a a waveform to the correlation.