CREAM TEA -- ROOT MCP

FFTGraph.h

00001 #ifndef FFTGRAPH_H
00002 #define FFTGRAPH_H
00003 #include "TGraph.h"
00004 
00005 
00006 
00007 class TObject;
00008 class TGaxis;
00009 
00010 class FFTGraph : public TGraph
00011 {
00012 
00013  public:
00014   FFTGraph();  
00015   FFTGraph(int n, const Int_t *x, const Int_t *y);
00016   FFTGraph(int n, const Float_t *x, const Float_t *y);
00017   FFTGraph(int n, const Double_t *x, const Double_t *y);
00018   virtual ~FFTGraph();
00019   
00020 
00021   void setChannel(int chan) {fChan=chan;}
00022 
00023  private:
00024   Int_t fChan;
00025 
00026 
00027   void ExecuteEvent(Int_t event, Int_t px, Int_t py);
00028   void ClearSelection(void);
00029   void ApplySelectionToButtons();
00030   void drawInNewCanvas();
00031 
00032   Int_t fNewCanvas;
00033   
00034   
00035   ClassDef(FFTGraph,2)
00036 };                              // end of class FFTGraph
00037 
00038 
00039 #endif  // FFTGRAPH_H

Generated on Tue Nov 24 19:05:00 2009 for CREAM TEA -- MCP/TARGET Readout by doxygen 1.3.9.1