ARA ROOT Test BEd Software

AraWaveformGraph Class Reference

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

#include <AraWaveformGraph.h>

List of all members.


Public Member Functions

void AddToCorrelation ()
 AraWaveformGraph (int n, const Double_t *x, const Double_t *y)
 Double_t constructor.
 AraWaveformGraph (int n, const Float_t *x, const Float_t *y)
 Float_t constructor.
 AraWaveformGraph (int n, const Int_t *x, const Int_t *y)
 Int_t constructor.
 AraWaveformGraph ()
 Constructor.
void DrawFFT ()
 Draws the PSD of the waveform in a new window (NB: It is the *MENU* desigination that ROOT uses to add it to the right click list).
void DrawHilbert ()
TGraph * getFFT ()
 Returns a pointer to a TGraph containing the PSD of the waveform.
TH1D * getFFTHisto ()
 Returns a pointer to a TH1D containing the PSD of the waveform.
TGraph * getHilbert ()
 Returns a pointer to a TGraph containing the hilbert envelope of the waveform.
void setElecChan (int elecChan)
void setRFChan (int rfChan)
virtual ~AraWaveformGraph ()
 Destructor.

Public Attributes

Int_t fElecChan
 Used in labelling.
Int_t fRFChan
 Used in labelling.

Detailed Description

The graph class that inherits from ROOT's TGraph.

The AraWaveformGraph is one of the things that makes AraDisplay purr. It's really quite simple but allows for the fucntionality to click on a graph and have it draw in a new window, and also allows the right click DrawFFT option.

Definition at line 14 of file AraWaveformGraph.h.


The documentation for this class was generated from the following files:
Generated on Wed Aug 8 16:18:56 2012 for ARA ROOT Test Bed Software by doxygen 1.4.7