Macros | |
| #define | CHI2_THR -4.5 |
| #define | FHIGH 1024 |
| #define | FLOW 16 |
| #define | NCHIRP_MAX 4 |
| #define | TMERGER_CUT 0.01 |
| #define | ZMAX_THR 0.2 |
Functions | |
| double | ChirpIntegralHistogram (EBBH *ebbh, TH2F &*h2d, double dMc) |
| void | Clear () |
| void | DrawMChirpInstantaneousFrequency (EBBH *ebbh, TString wtype, int ifo) |
| int | EccentricityIndex (TString ifroot, int gtype=0, int entry=0, int ifo=0, EBBH *xebbh=NULL) |
| void | FillHistogram (EBBH *ebbh, TH2F &*hN, TH2F &*hL, TH2F &*heT, TH2F &*heF, double zmax_thr=0.) |
| void | FindChirp (EBBH *ebbh, int mch_order, double &tmerger, double &xmin, double &xmax, int ifo, TString ptype, TString wtype) |
| wavearray< double > | GetAlignedWaveform (wavearray< double > *wf, wavearray< double > *wref) |
| void | GetCBC (EBBH *ebbh) |
| wavearray< double > | GetDifWaveform (wavearray< double > *wf1, wavearray< double > *wf2) |
| void | GetEBBH (EBBH *ebbh) |
| double | GetFitParameter (double mchirp) |
| double | GetTimeBoundaries (wavearray< double > x, double P, double &bT, double &eT) |
| void | Init () |
| void | PlotChirp (EBBH *ebbh, int mch_order, double &tmerger, double &xmin, double &xmax, EColor color) |
| void | PlotCluster (watplot *WTS, netcluster *pwc, double fLow, double fHigh) |
| void | PlotHistogram (EBBH *ebbh, TH2F &*hH) |
| void | PlotMChirp (EBBH *ebbh) |
| void | PlotMultiChirp (EBBH *ebbh) |
| void | PlotMultiChirp2 (EBBH *ebbh, int ifo=0, TString ptype="", TString wtype="") |
| int | ReadDataFromROOT (TString ifile, EBBH *ebbh) |
Variables | |
| TCanvas * | canvas |
| TF1 * | fchirp |
| int | gENTRY |
| TString | gOFILE |
| bool | gPLOT |
| int | gTYPE |
| TH2F * | heF |
| TH2F * | heT |
| TH2F * | hL |
| TH2F * | hN |
| CWB::mdc * | MDC |
| watplot * | PCH |
| CWB::STFT * | stft |
| watplot * | WTS |
| TF1 * | xfit [NCHIRP_MAX] |
| TGraphErrors * | xgr [NCHIRP_MAX] |
| #define CHI2_THR -4.5 |
Definition at line 99 of file EccentricityIndex.C.
| #define FHIGH 1024 |
Definition at line 87 of file EccentricityIndex.C.
| #define FLOW 16 |
Definition at line 86 of file EccentricityIndex.C.
| #define NCHIRP_MAX 4 |
Definition at line 4 of file EccentricityIndex.C.
| #define TMERGER_CUT 0.01 |
Definition at line 100 of file EccentricityIndex.C.
| #define ZMAX_THR 0.2 |
Definition at line 101 of file EccentricityIndex.C.
| double ChirpIntegralHistogram | ( | EBBH * | ebbh, |
| TH2F &* | h2d, | ||
| double | dMc | ||
| ) |
Definition at line 1068 of file EccentricityIndex.C.
| void Clear | ( | ) |
Definition at line 280 of file EccentricityIndex.C.
Definition at line 1126 of file EccentricityIndex.C.
| int EccentricityIndex | ( | TString | ifroot, |
| int | gtype = 0, |
||
| int | entry = 0, |
||
| int | ifo = 0, |
||
| EBBH * | xebbh = NULL |
||
| ) |
Definition at line 130 of file EccentricityIndex.C.
| void FillHistogram | ( | EBBH * | ebbh, |
| TH2F &* | hN, | ||
| TH2F &* | hL, | ||
| TH2F &* | heT, | ||
| TH2F &* | heF, | ||
| double | zmax_thr = 0. |
||
| ) |
Definition at line 859 of file EccentricityIndex.C.
| void FindChirp | ( | EBBH * | ebbh, |
| int | mch_order, | ||
| double & | tmerger, | ||
| double & | xmin, | ||
| double & | xmax, | ||
| int | ifo, | ||
| TString | ptype, | ||
| TString | wtype | ||
| ) |
Definition at line 774 of file EccentricityIndex.C.
Definition at line 465 of file EccentricityIndex.C.
| void GetCBC | ( | EBBH * | ebbh | ) |
Definition at line 1261 of file EccentricityIndex.C.
Definition at line 492 of file EccentricityIndex.C.
| void GetEBBH | ( | EBBH * | ebbh | ) |
Definition at line 1318 of file EccentricityIndex.C.
| double GetFitParameter | ( | double | mchirp | ) |
Definition at line 518 of file EccentricityIndex.C.
| double GetTimeBoundaries | ( | wavearray< double > | x, |
| double | P, | ||
| double & | bT, | ||
| double & | eT | ||
| ) |
Definition at line 433 of file EccentricityIndex.C.
| void Init | ( | ) |
Definition at line 258 of file EccentricityIndex.C.
| void PlotChirp | ( | EBBH * | ebbh, |
| int | mch_order, | ||
| double & | tmerger, | ||
| double & | xmin, | ||
| double & | xmax, | ||
| EColor | color | ||
| ) |
Definition at line 590 of file EccentricityIndex.C.
| void PlotCluster | ( | watplot * | WTS, |
| netcluster * | pwc, | ||
| double | fLow, | ||
| double | fHigh | ||
| ) |
Definition at line 534 of file EccentricityIndex.C.
| void PlotHistogram | ( | EBBH * | ebbh, |
| TH2F &* | hH | ||
| ) |
Definition at line 1016 of file EccentricityIndex.C.
| void PlotMChirp | ( | EBBH * | ebbh | ) |
Definition at line 663 of file EccentricityIndex.C.
| void PlotMultiChirp | ( | EBBH * | ebbh | ) |
Definition at line 557 of file EccentricityIndex.C.
Definition at line 722 of file EccentricityIndex.C.
Definition at line 302 of file EccentricityIndex.C.
| TCanvas* canvas |
Definition at line 128 of file EccentricityIndex.C.
| TF1* fchirp |
Definition at line 118 of file EccentricityIndex.C.
| int gENTRY |
Definition at line 110 of file EccentricityIndex.C.
| TString gOFILE |
Definition at line 112 of file EccentricityIndex.C.
| bool gPLOT |
Definition at line 111 of file EccentricityIndex.C.
| int gTYPE |
Definition at line 109 of file EccentricityIndex.C.
| TH2F* heF |
Definition at line 123 of file EccentricityIndex.C.
| TH2F* heT |
Definition at line 122 of file EccentricityIndex.C.
| TH2F* hL |
Definition at line 121 of file EccentricityIndex.C.
| TH2F* hN |
Definition at line 120 of file EccentricityIndex.C.
| CWB::mdc* MDC |
Definition at line 114 of file EccentricityIndex.C.
| watplot* PCH |
Definition at line 116 of file EccentricityIndex.C.
| CWB::STFT* stft |
Definition at line 117 of file EccentricityIndex.C.
| watplot* WTS |
Definition at line 115 of file EccentricityIndex.C.
| TF1* xfit[NCHIRP_MAX] |
Definition at line 125 of file EccentricityIndex.C.
| TGraphErrors* xgr[NCHIRP_MAX] |
Definition at line 126 of file EccentricityIndex.C.