Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
watplot.hh File Reference
#include <iostream>
#include <vector>
#include "TCanvas.h"
#include "TStyle.h"
#include "TROOT.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TGraph.h"
#include "TRandom.h"
#include "TString.h"
#include "wavearray.hh"
#include "wseries.hh"
#include "skymap.hh"
#include "netcluster.hh"
#include "TColor.h"
Include dependency graph for watplot.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  watplot
 

Functions

wavearray< double > & operator>> (watplot &graph, wavearray< double > &x)
 
watplotoperator>> (wavearray< double > &x, watplot &graph)
 
TStringoperator>> (watplot &graph, TString &fname)
 
char * operator>> (watplot &graph, char *fname)
 

Function Documentation

wavearray<double>& operator>> ( watplot graph,
wavearray< double > &  x 
)

Definition at line 1257 of file watplot.cc.

watplot& operator>> ( wavearray< double > &  x,
watplot graph 
)

Definition at line 1268 of file watplot.cc.

TString& operator>> ( watplot graph,
TString fname 
)

Definition at line 1305 of file watplot.cc.

char* operator>> ( watplot graph,
char *  fname 
)

Definition at line 1342 of file watplot.cc.