Public Member Functions | List of all members
FFTGraph Class Reference

The PSD display graph class that inherits from ROOT's TGraph. More...

#include <FFTGraph.h>

Public Member Functions

 FFTGraph ()
 Constructor.
 
 FFTGraph (int n, const Int_t *x, const Int_t *y)
 Int_t constructor.
 
 FFTGraph (int n, const Float_t *x, const Float_t *y)
 Float_t constructor.
 
 FFTGraph (int n, const Double_t *x, const Double_t *y)
 Double_t constructor.
 
int AddFFT (FFTGraph *otherGraph)
 Adds an FFT to an average.
 
virtual ~FFTGraph ()
 Destructor.
 
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.
 

Detailed Description

The PSD display graph class that inherits from ROOT's TGraph.

The FFTGraph is one of the things that makes MagicDisplay purr. It's really quite simple but allows for the fucntionality to click on a graph and have it draw in a new window.

Definition at line 14 of file FFTGraph.h.

Inheritance diagram for FFTGraph:
Inheritance graph
[legend]
Collaboration diagram for FFTGraph:
Collaboration graph
[legend]

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