#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"Classes | |
| class | watplot |
Functions | |
| wavearray< double > & | operator>> (watplot &graph, wavearray< double > &x) |
| watplot & | operator>> (wavearray< double > &x, watplot &graph) |
| TString & | operator>> (watplot &graph, TString &fname) |
| char * | operator>> (watplot &graph, char *fname) |
Definition at line 1276 of file watplot.cc.
Definition at line 1287 of file watplot.cc.
Definition at line 1324 of file watplot.cc.
| char* operator>> | ( | watplot & | graph, |
| char * | fname | ||
| ) |
Definition at line 1361 of file watplot.cc.