Logo coherent WaveBurst  
Library Reference Guide
Logo
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

◆ operator>>() [1/4]

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

Definition at line 1276 of file watplot.cc.

◆ operator>>() [2/4]

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

Definition at line 1287 of file watplot.cc.

◆ operator>>() [3/4]

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

Definition at line 1324 of file watplot.cc.

◆ operator>>() [4/4]

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

Definition at line 1361 of file watplot.cc.