Definition at line 45 of file watplot.hh.
Public Member Functions | |
| watplot (char *name=NULL, int=200, int=20, int=800, int=600) | |
| virtual | ~watplot () |
| void | blackmanharris (wavearray< double > &w) |
| void | clear () |
| TGraph * | getGraph (int n) |
| double | getmax (WSeries< double > &w, double t1, double t2) |
| double | getmax (WSeries< double > *tf, double t1=0., double t2=0.) |
| void | goptions (char *opt=NULL, int col=1, double t1=0., double t2=0., bool fft=false, float f1=0., float f2=0., bool psd=false, float t3=0., bool oneside=false) |
| void | gtitle (TString title="", TString xtitle="", TString ytitle="") |
| void | null () |
| void | plot (wavearray< double > &, char *=NULL, int=1, double=0., double=0., bool=false, float=0., float=0., bool=false, float=0., bool=false) |
| void | plot (wavearray< double > *ts, char *o=NULL, int c=1, double t1=0., double t2=0., bool fft=false, float f1=0., float f2=0., bool psd=false, float t3=0., bool oneside=false) |
| void | plot (wavearray< float > *ts, char *o=NULL, int c=1, double t1=0., double t2=0., bool fft=false, float f1=0., float f2=0., bool psd=false, float t3=0., bool oneside=false) |
| void | plot (wavearray< float > &ts, char *o=NULL, int c=1, double t1=0., double t2=0., bool fft=false, float f1=0., float f2=0., bool psd=false, float t3=0., bool oneside=false) |
| void | plot (wavearray< int > *ts, char *o=NULL, int c=1, double t1=0., double t2=0., bool fft=false, float f1=0., float f2=0., bool psd=false, float t3=0., bool oneside=false) |
| void | plot (wavearray< int > &ts, char *o=NULL, int c=1, double t1=0., double t2=0., bool fft=false, float f1=0., float f2=0., bool psd=false, float t3=0., bool oneside=false) |
| void | plot (WSeries< double > &, int=0, double=0., double=0., char *=NULL, int=256, int=0) |
| void | plot (WSeries< double > *tf, int m=0, double t1=0., double t2=0., char *o=NULL, int p=256, int pid=0) |
| void | plot (skymap &, char *=NULL, int=256) |
| void | plot (netcluster *pwc, int cid, int nifo, char type='L', int irate=0, char *opt=NULL, int pal=256, bool wp=false) |
| void | plot (clusterdata *pcd, double inj_mchirp) |
| void | plsmooth (WSeries< double > &, int=0, double=0., double=0., char *=NULL, int=256, int=0) |
| void | plsmooth (WSeries< double > *tf, int sfact=0, double t1=0., double t2=0., char *o=NULL, int p=256, int pid=0) |
| void | print (TString fname) |
| double | procOpt (int opt, double val00, double val90=0.) |
| void | SetPlotStyle (int paletteId, int NCont=255) |
Public Attributes | |
| TCanvas * | canvas |
| int | col |
| wavearray< double > | data |
| double | f1 |
| double | f2 |
| bool | fft |
| std::vector< TGraph * > | graph |
| std::vector< TH1F * > | hist1D |
| TH2F * | hist2D |
| int | ncol |
| bool | oneside |
| TString | opt |
| bool | psd |
| double | t1 |
| double | t2 |
| double | t3 |
| TString | title |
| TString | xtitle |
| TString | ytitle |
#include <watplot.hh>
Definition at line 86 of file watplot.cc.
|
inlinevirtual |
Definition at line 52 of file watplot.hh.
| void watplot::blackmanharris | ( | wavearray< double > & | w | ) |
Definition at line 1171 of file watplot.cc.
|
inline |
Definition at line 58 of file watplot.hh.
|
inline |
Definition at line 186 of file watplot.hh.
| double watplot::getmax | ( | WSeries< double > & | w, |
| double | t1, | ||
| double | t2 | ||
| ) |
Definition at line 431 of file watplot.cc.
|
inline |
Definition at line 164 of file watplot.hh.
| void watplot::goptions | ( | char * | opt = NULL, |
| int | col = 1, |
||
| double | t1 = 0., |
||
| double | t2 = 0., |
||
| bool | fft = false, |
||
| float | f1 = 0., |
||
| float | f2 = 0., |
||
| bool | psd = false, |
||
| float | t3 = 0., |
||
| bool | oneside = false |
||
| ) |
Definition at line 1221 of file watplot.cc.
Definition at line 1256 of file watplot.cc.
|
inline |
Definition at line 71 of file watplot.hh.
| void watplot::plot | ( | wavearray< double > & | td, |
| char * | opt = NULL, |
||
| int | col = 1, |
||
| double | t1 = 0., |
||
| double | t2 = 0., |
||
| bool | fft = false, |
||
| float | f1 = 0., |
||
| float | f2 = 0., |
||
| bool | psd = false, |
||
| float | t3 = 0., |
||
| bool | oneside = false |
||
| ) |
Definition at line 150 of file watplot.cc.
|
inline |
Definition at line 84 of file watplot.hh.
|
inline |
Definition at line 90 of file watplot.hh.
|
inline |
Definition at line 98 of file watplot.hh.
|
inline |
Definition at line 106 of file watplot.hh.
|
inline |
Definition at line 114 of file watplot.hh.
| void watplot::plot | ( | WSeries< double > & | w, |
| int | mode = 0, |
||
| double | t1 = 0., |
||
| double | t2 = 0., |
||
| char * | opt = NULL, |
||
| int | pal = 256, |
||
| int | palId = 0 |
||
| ) |
Definition at line 465 of file watplot.cc.
|
inline |
Definition at line 131 of file watplot.hh.
Definition at line 729 of file watplot.cc.
| void watplot::plot | ( | netcluster * | pwc, |
| int | cid, | ||
| int | nifo, | ||
| char | type = 'L', |
||
| int | irate = 0, |
||
| char * | opt = NULL, |
||
| int | pal = 256, |
||
| bool | wp = false |
||
| ) |
Definition at line 802 of file watplot.cc.
| void watplot::plot | ( | clusterdata * | pcd, |
| double | inj_mchirp | ||
| ) |
Definition at line 1022 of file watplot.cc.
| void watplot::plsmooth | ( | WSeries< double > & | w, |
| int | sfact = 0, |
||
| double | t1 = 0., |
||
| double | t2 = 0., |
||
| char * | opt = NULL, |
||
| int | pal = 256, |
||
| int | palId = 0 |
||
| ) |
Definition at line 284 of file watplot.cc.
|
inline |
Definition at line 136 of file watplot.hh.
| void watplot::print | ( | TString | fname | ) |
Definition at line 1197 of file watplot.cc.
|
inline |
Definition at line 175 of file watplot.hh.
Definition at line 1082 of file watplot.cc.
| TCanvas* watplot::canvas |
Definition at line 192 of file watplot.hh.
| int watplot::col |
Definition at line 203 of file watplot.hh.
| wavearray<double> watplot::data |
Definition at line 197 of file watplot.hh.
| double watplot::f1 |
Definition at line 207 of file watplot.hh.
| double watplot::f2 |
Definition at line 208 of file watplot.hh.
| bool watplot::fft |
Definition at line 206 of file watplot.hh.
| std::vector<TGraph*> watplot::graph |
Definition at line 194 of file watplot.hh.
| std::vector<TH1F*> watplot::hist1D |
Definition at line 195 of file watplot.hh.
| TH2F* watplot::hist2D |
Definition at line 193 of file watplot.hh.
| int watplot::ncol |
Definition at line 201 of file watplot.hh.
| bool watplot::oneside |
Definition at line 211 of file watplot.hh.
| TString watplot::opt |
Definition at line 202 of file watplot.hh.
| bool watplot::psd |
Definition at line 209 of file watplot.hh.
| double watplot::t1 |
Definition at line 204 of file watplot.hh.
| double watplot::t2 |
Definition at line 205 of file watplot.hh.
| double watplot::t3 |
Definition at line 210 of file watplot.hh.
| TString watplot::title |
Definition at line 198 of file watplot.hh.
| TString watplot::xtitle |
Definition at line 199 of file watplot.hh.
| TString watplot::ytitle |
Definition at line 200 of file watplot.hh.