5 #include "AnitaConventions.h" 19 FFTGraph(
int n,
const Int_t *x,
const Int_t *y);
20 FFTGraph(
int n,
const Float_t *x,
const Float_t *y);
21 FFTGraph(
int n,
const Double_t *x,
const Double_t *y);
29 {fSurf=surf; fChan=chan; fPhi=phi; fAnt=ant; fPol=pol; fRing=ring;}
40 void ExecuteEvent(Int_t event, Int_t px, Int_t py);
41 void ClearSelection(
void);
42 void ApplySelectionToButtons();
43 void drawInNewCanvas();
enum AnitaRing::EAnitaRing AnitaRing_t
Ring enumeration.
void setSurfChanPhiAntPolRing(Int_t surf, Int_t chan, Int_t phi, Int_t ant, AnitaPol::AnitaPol_t pol, AnitaRing::AnitaRing_t ring)
These are just used for labelling.
The PSD display graph class that inherits from ROOT's TGraph.
int AddFFT(FFTGraph *otherGraph)
Adds an FFT to an average.
enum AnitaPol::EAnitaPol AnitaPol_t
Polarisation enumeration.
virtual ~FFTGraph()
Destructor.