Functions | |
| void | ClearWaveforms (detector *ifo) |
| void | CWB_Plugin (TFile *jfile, CWB::config *cfg, network *NET, WSeries< double > *x, TString ifo, int type) |
| std::vector< netpixel > | DoPCA (network *NET, CWB::config *cfg, int lag, int id) |
| void | GetGaussFitPars (wavearray< double > *wf, double &mean, double &sigma, bool doenv=true) |
| void | GetGaussFitPars2 (wavearray< double > *wf, double &mean, double &sigma, bool fixAmax) |
| void | GetLveto (netcluster *pwc, int cid, int nifo, float *Lveto) |
| double | GetPeakFrequency (wavearray< double > *wf) |
| double | GetQfactor (wavearray< double > *wf, double frequency, bool fixAmax) |
| float | GetQveto (wavearray< double > *wf) |
| void | GetQveto (wavearray< double > *wf, float &Qveto, float &Qfactor) |
| void | GetWveto (netcluster *pwc, int cid, int nifo, float *Wveto) |
| void | PlotWaveform (TString ifo, wavearray< double > *wfREC, CWB::config *cfg, bool fft=false, bool strain=false) |
| void | PrintUserOptions (CWB::config *cfg) |
| void | ReadUserOptions (TString options) |
| void | ResetPCA (network *NET, CWB::config *cfg, netcluster *pwc, std::vector< netpixel > *vPIX, int ID) |
| void | ResetUserOptions () |
| void | ResetUserOptions (network *net, CWB::config *cfg) |
Variables | |
| uoptions | gOPT |
| int | gXMLID |
| void CWB_UserPluginNamespace_2::ClearWaveforms | ( | detector * | ifo | ) |
Definition at line 725 of file CWB_Plugin_Gating_QLveto.C.
| void CWB_UserPluginNamespace_2::CWB_Plugin | ( | TFile * | jfile, |
| CWB::config * | cfg, | ||
| network * | NET, | ||
| WSeries< double > * | x, | ||
| TString | ifo, | ||
| int | type | ||
| ) |
Definition at line 278 of file CWB_Plugin_Gating_QLveto.C.
| std::vector< netpixel > CWB_UserPluginNamespace_2::DoPCA | ( | network * | NET, |
| CWB::config * | cfg, | ||
| int | lag, | ||
| int | id | ||
| ) |
Definition at line 746 of file CWB_Plugin_Gating_QLveto.C.
| void CWB_UserPluginNamespace_2::GetGaussFitPars | ( | wavearray< double > * | wf, |
| double & | mean, | ||
| double & | sigma, | ||
| bool | doenv = true |
||
| ) |
Definition at line 934 of file CWB_Plugin_Gating_QLveto.C.
| void CWB_UserPluginNamespace_2::GetGaussFitPars2 | ( | wavearray< double > * | wf, |
| double & | mean, | ||
| double & | sigma, | ||
| bool | fixAmax | ||
| ) |
Definition at line 972 of file CWB_Plugin_Gating_QLveto.C.
| void CWB_UserPluginNamespace_2::GetLveto | ( | netcluster * | pwc, |
| int | cid, | ||
| int | nifo, | ||
| float * | Lveto | ||
| ) |
Definition at line 590 of file CWB_Plugin_Gating_QLveto.C.
| double CWB_UserPluginNamespace_2::GetPeakFrequency | ( | wavearray< double > * | wf | ) |
Definition at line 903 of file CWB_Plugin_Gating_QLveto.C.
| double CWB_UserPluginNamespace_2::GetQfactor | ( | wavearray< double > * | wf, |
| double | frequency, | ||
| bool | fixAmax | ||
| ) |
Definition at line 844 of file CWB_Plugin_Gating_QLveto.C.
| float CWB_UserPluginNamespace_2::GetQveto | ( | wavearray< double > * | wf | ) |
Definition at line 458 of file CWB_Plugin_Gating_QLWveto.C.
| void CWB_UserPluginNamespace_2::GetQveto | ( | wavearray< double > * | wf, |
| float & | Qveto, | ||
| float & | Qfactor | ||
| ) |
Definition at line 521 of file CWB_Plugin_Gating_QLveto.C.
| void CWB_UserPluginNamespace_2::GetWveto | ( | netcluster * | pwc, |
| int | cid, | ||
| int | nifo, | ||
| float * | Wveto | ||
| ) |
Definition at line 626 of file CWB_Plugin_Gating_QLWveto.C.
| void CWB_UserPluginNamespace_2::PlotWaveform | ( | TString | ifo, |
| wavearray< double > * | wfREC, | ||
| CWB::config * | cfg, | ||
| bool | fft = false, |
||
| bool | strain = false |
||
| ) |
Definition at line 694 of file CWB_Plugin_Gating_QLveto.C.
| void CWB_UserPluginNamespace_2::PrintUserOptions | ( | CWB::config * | cfg | ) |
Definition at line 504 of file CWB_Plugin_UniqueLags_O3aConditioning_Gating_QLveto.C.
| void CWB_UserPluginNamespace_2::ReadUserOptions | ( | TString | options | ) |
Definition at line 479 of file CWB_Plugin_UniqueLags_O3aConditioning_Gating_QLveto.C.
| void CWB_UserPluginNamespace_2::ResetPCA | ( | network * | NET, |
| CWB::config * | cfg, | ||
| netcluster * | pwc, | ||
| std::vector< netpixel > * | vPIX, | ||
| int | ID | ||
| ) |
Definition at line 803 of file CWB_Plugin_Gating_QLveto.C.
| void CWB_UserPluginNamespace_2::ResetUserOptions | ( | ) |
Definition at line 677 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_2::ResetUserOptions | ( | network * | net, |
| CWB::config * | cfg | ||
| ) |
Definition at line 517 of file CWB_Plugin_UniqueLags_O3aConditioning_Gating_QLveto.C.
| uoptions CWB_UserPluginNamespace_2::gOPT |
Definition at line 345 of file CWB_Plugin_UniqueLags_O3aConditioning_Gating_QLveto.C.
| int CWB_UserPluginNamespace_2::gXMLID |
Definition at line 382 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.