Functions | |
| void | ClearVectors () |
| void | ClearWaveforms (detector *ifo) |
| double | ComputeMaxSkyMapProduct (skymap *sm1, skymap *sm2) |
| double | ComputeSkyMapOF (skymap *sm1, skymap *sm2) |
| 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 | DumpOutputFile (network *NET, netevent *&EVT, CWB::config *cfg, int ID, int k, int factor) |
| void | DumpSkymap (network *NET, int lag, netevent *EVT, int ID) |
| skymap | EarthCoordinatesSM (skymap *sm, double gps) |
| std::vector< wavearray< double > > | GetAuxWaveform (network *NET, netevent *EVT, int id, double factor) |
| std::vector< netpixel > | GetCluster (network *NET, 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) |
| double | GetInjTcoa (double geocentric_tcoa, network *NET, TString ifo, double theta, double phi) |
| std::vector< wavearray< double > > | GetInjWaveform (network *NET, netevent *EVT, int id, double factor) |
| void | GetLveto (netcluster *pwc, int cid, int nifo, float *Lveto) |
| double | GetPeakFrequency (wavearray< double > *wf) |
| double | GetQfactor (wavearray< double > *wf, double frequency, bool fixAmax) |
| void | GetQveto (wavearray< double > *wf, float &Qveto, float &Qfactor) |
| std::vector< wavearray< double > > | GetRecWaveform (network *NET, netevent *EVT, int id) |
| std::vector< wavearray< double > > | GetSigWaveform (network *NET, CWB::config *cfg, int lag, int id) |
| skymap | GetSkyMap (network *NET, int lag, netevent *EVT, int ID) |
| double | GetSparseMapData (SSeries< double > *SS, bool phase, int index) |
| std::vector< wavearray< double > > | GetWaveform (network *NET, int lag, int id, char type, bool shift=true) |
| std::vector< wavearray< double > > | GetWhitenedData (network *NET, CWB::config *cfg) |
| void | PlotWaveform (TString ifo, wavearray< double > *wfREC, CWB::config *cfg, bool fft=false, bool strain=false) |
| void | PlotWaveform (TString ofname, TString title, CWB::config *cfg, wavearray< double > *wf1, wavearray< double > *wf2, wavearray< double > *wf3, wavearray< double > *wref, bool fft=false, TString pdir="", double P=0.99, EColor col1=kRed, EColor col2=kBlue, EColor col3=(EColor) 418) |
| void | PrintUserOptions (CWB::config *cfg) |
| skymap | ReadSkyMap (TString fitsFile, CWB::config *cfg, double gps) |
| void | ReadUserOptions (TString options) |
| void | ResetPCA (network *NET, CWB::config *cfg, netcluster *pwc, std::vector< netpixel > *vPIX, int ID) |
| void | ResetUserOptions () |
| void | RestorePixels (network *NET, CWB::config *cfg, netcluster *pwc, std::vector< netpixel > *vPIX, int id) |
| std::vector< netpixel > | SavePixels (network *NET, CWB::config *cfg, int lag, int id) |
| void | SetOutputFile (network *NET, netevent *&EVT, CWB::config *cfg, bool dump_wf) |
| void | Wave2Sparse (network *NET, CWB::config *cfg, char type) |
Variables | |
| std::vector< wavearray< double > > | cINJ |
| std::vector< SSeries< double > > | dSS [NIFO_MAX] |
| bool | gCEDDUMP |
| std::vector< netpixel > | gCLUSTER |
| float | gCRATE |
| wavearray< double > | gCSTRAIN [NIFO_MAX] |
| float | gFF [3] |
| wavearray< double > | gHOT [NIFO_MAX] |
| string | gLOG |
| wavearray< double > | gMDC [NIFO_MAX] |
| float | gOF [3] |
| uoptions | gOPT |
| TString | gOUTPUT |
| float | gRE [3] |
| double | gSEGGPS |
| skymap | gSM_OS |
| float | gSM_OS_OF |
| skymap | gSM_PE |
| float | gSM_PE_OF |
| wavearray< double > | gSTRAIN [NIFO_MAX] |
| double | gTCOA |
| TTree * | gTREE |
| std::vector< string > | gvLOG |
| std::vector< double > | gvTCOA |
| WF | gWF |
| std::vector< SSeries< double > > | jSS [NIFO_MAX] |
| std::vector< SSeries< double > > | rSS [NIFO_MAX] |
| std::vector< wavearray< double > > | vAUX |
| std::vector< wavearray< double > > | vDAT |
| std::vector< wavearray< double > > | vINJ |
| std::vector< wavearray< double > > | vNUL |
| std::vector< wavearray< double > > | vREC |
| std::vector< wavearray< double > > | vRES |
| std::vector< SSeries< double > > | vSS [NIFO_MAX] |
| std::vector< wavearray< double > > | vWHT |
| std::vector< SSeries< double > > | xSS [NIFO_MAX] |
| void CWB_UserPluginNamespace_4::ClearVectors | ( | ) |
Definition at line 1908 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::ClearWaveforms | ( | detector * | ifo | ) |
Definition at line 2807 of file CWB_Plugin_MDC_PE_Gating_WF_QLveto.C.
| double CWB_UserPluginNamespace_4::ComputeMaxSkyMapProduct | ( | skymap * | sm1, |
| skymap * | sm2 | ||
| ) |
Definition at line 2374 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| double CWB_UserPluginNamespace_4::ComputeSkyMapOF | ( | skymap * | sm1, |
| skymap * | sm2 | ||
| ) |
Definition at line 2406 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::CWB_Plugin | ( | TFile * | jfile, |
| CWB::config * | cfg, | ||
| network * | NET, | ||
| WSeries< double > * | x, | ||
| TString | ifo, | ||
| int | type | ||
| ) |
Definition at line 2339 of file CWB_Plugin_MDC_PE_Gating_WF_QLveto.C.
| std::vector< netpixel > CWB_UserPluginNamespace_4::DoPCA | ( | network * | NET, |
| CWB::config * | cfg, | ||
| int | lag, | ||
| int | id | ||
| ) |
Definition at line 2828 of file CWB_Plugin_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::DumpOutputFile | ( | network * | NET, |
| netevent *& | EVT, | ||
| CWB::config * | cfg, | ||
| int | ID, | ||
| int | k, | ||
| int | factor | ||
| ) |
Definition at line 1602 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::DumpSkymap | ( | network * | NET, |
| int | lag, | ||
| netevent * | EVT, | ||
| int | ID | ||
| ) |
Definition at line 2307 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| skymap CWB_UserPluginNamespace_4::EarthCoordinatesSM | ( | skymap * | sm, |
| double | gps | ||
| ) |
Definition at line 2436 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::GetAuxWaveform | ( | network * | NET, |
| netevent * | EVT, | ||
| int | id, | ||
| double | factor | ||
| ) |
Definition at line 1829 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< netpixel > CWB_UserPluginNamespace_4::GetCluster | ( | network * | NET, |
| int | lag, | ||
| int | id | ||
| ) |
Definition at line 2499 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::GetGaussFitPars | ( | wavearray< double > * | wf, |
| double & | mean, | ||
| double & | sigma, | ||
| bool | doenv = true |
||
| ) |
Definition at line 2990 of file CWB_Plugin_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::GetGaussFitPars2 | ( | wavearray< double > * | wf, |
| double & | mean, | ||
| double & | sigma, | ||
| bool | fixAmax | ||
| ) |
Definition at line 3028 of file CWB_Plugin_MDC_PE_Gating_WF_QLveto.C.
| double CWB_UserPluginNamespace_4::GetInjTcoa | ( | double | geocentric_tcoa, |
| network * | NET, | ||
| TString | ifo, | ||
| double | theta, | ||
| double | phi | ||
| ) |
Definition at line 2488 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::GetInjWaveform | ( | network * | NET, |
| netevent * | EVT, | ||
| int | id, | ||
| double | factor | ||
| ) |
Definition at line 1778 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::GetLveto | ( | netcluster * | pwc, |
| int | cid, | ||
| int | nifo, | ||
| float * | Lveto | ||
| ) |
Definition at line 2672 of file CWB_Plugin_MDC_PE_Gating_WF_QLveto.C.
| double CWB_UserPluginNamespace_4::GetPeakFrequency | ( | wavearray< double > * | wf | ) |
Definition at line 2959 of file CWB_Plugin_MDC_PE_Gating_WF_QLveto.C.
| double CWB_UserPluginNamespace_4::GetQfactor | ( | wavearray< double > * | wf, |
| double | frequency, | ||
| bool | fixAmax | ||
| ) |
Definition at line 2900 of file CWB_Plugin_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::GetQveto | ( | wavearray< double > * | wf, |
| float & | Qveto, | ||
| float & | Qfactor | ||
| ) |
Definition at line 2603 of file CWB_Plugin_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::GetRecWaveform | ( | network * | NET, |
| netevent * | EVT, | ||
| int | id | ||
| ) |
Definition at line 1877 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::GetSigWaveform | ( | network * | NET, |
| CWB::config * | cfg, | ||
| int | lag, | ||
| int | id | ||
| ) |
Definition at line 1926 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| skymap CWB_UserPluginNamespace_4::GetSkyMap | ( | network * | NET, |
| int | lag, | ||
| netevent * | EVT, | ||
| int | ID | ||
| ) |
Definition at line 2343 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| double CWB_UserPluginNamespace_4::GetSparseMapData | ( | SSeries< double > * | SS, |
| bool | phase, | ||
| int | index | ||
| ) |
Definition at line 2200 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::GetWaveform | ( | network * | NET, |
| int | lag, | ||
| int | id, | ||
| char | type, | ||
| bool | shift = true |
||
| ) |
Definition at line 1462 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::GetWhitenedData | ( | network * | NET, |
| CWB::config * | cfg | ||
| ) |
Definition at line 1765 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::PlotWaveform | ( | TString | ifo, |
| wavearray< double > * | wfREC, | ||
| CWB::config * | cfg, | ||
| bool | fft = false, |
||
| bool | strain = false |
||
| ) |
Definition at line 2776 of file CWB_Plugin_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::PlotWaveform | ( | TString | ofname, |
| TString | title, | ||
| CWB::config * | cfg, | ||
| wavearray< double > * | wf1, | ||
| wavearray< double > * | wf2, | ||
| wavearray< double > * | wf3, | ||
| wavearray< double > * | wref, | ||
| bool | fft = false, |
||
| TString | pdir = "", |
||
| double | P = 0.99, |
||
| EColor | col1 = kRed, |
||
| EColor | col2 = kBlue, |
||
| EColor | col3 = (EColor)418 |
||
| ) |
Definition at line 2213 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::PrintUserOptions | ( | CWB::config * | cfg | ) |
Definition at line 1733 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| skymap CWB_UserPluginNamespace_4::ReadSkyMap | ( | TString | fitsFile, |
| CWB::config * | cfg, | ||
| double | gps | ||
| ) |
Definition at line 2427 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::ReadUserOptions | ( | TString | options | ) |
Definition at line 1632 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::ResetPCA | ( | network * | NET, |
| CWB::config * | cfg, | ||
| netcluster * | pwc, | ||
| std::vector< netpixel > * | vPIX, | ||
| int | ID | ||
| ) |
Definition at line 2885 of file CWB_Plugin_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::ResetUserOptions | ( | ) |
Definition at line 1712 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::RestorePixels | ( | network * | NET, |
| CWB::config * | cfg, | ||
| netcluster * | pwc, | ||
| std::vector< netpixel > * | vPIX, | ||
| int | id | ||
| ) |
Definition at line 2473 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< netpixel > CWB_UserPluginNamespace_4::SavePixels | ( | network * | NET, |
| CWB::config * | cfg, | ||
| int | lag, | ||
| int | id | ||
| ) |
Definition at line 2454 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::SetOutputFile | ( | network * | NET, |
| netevent *& | EVT, | ||
| CWB::config * | cfg, | ||
| bool | dump_wf | ||
| ) |
Definition at line 1512 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| void CWB_UserPluginNamespace_4::Wave2Sparse | ( | network * | NET, |
| CWB::config * | cfg, | ||
| char | type | ||
| ) |
Definition at line 2099 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::cINJ |
Definition at line 1114 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< SSeries< double > > CWB_UserPluginNamespace_4::dSS |
Definition at line 1128 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| bool CWB_UserPluginNamespace_4::gCEDDUMP |
Definition at line 1089 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< netpixel > CWB_UserPluginNamespace_4::gCLUSTER |
Definition at line 1106 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| float CWB_UserPluginNamespace_4::gCRATE |
Definition at line 1105 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| wavearray< double > CWB_UserPluginNamespace_4::gCSTRAIN |
Definition at line 1096 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| float CWB_UserPluginNamespace_4::gFF |
Definition at line 1090 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| wavearray< double > CWB_UserPluginNamespace_4::gHOT |
Definition at line 1098 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| string CWB_UserPluginNamespace_4::gLOG |
Definition at line 1102 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| wavearray< double > CWB_UserPluginNamespace_4::gMDC |
Definition at line 1095 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| float CWB_UserPluginNamespace_4::gOF |
Definition at line 1091 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| uoptions CWB_UserPluginNamespace_4::gOPT |
Definition at line 1080 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| TString CWB_UserPluginNamespace_4::gOUTPUT |
Definition at line 1082 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| float CWB_UserPluginNamespace_4::gRE |
Definition at line 1092 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| double CWB_UserPluginNamespace_4::gSEGGPS |
Definition at line 1084 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| skymap CWB_UserPluginNamespace_4::gSM_OS |
Definition at line 1086 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| float CWB_UserPluginNamespace_4::gSM_OS_OF |
Definition at line 1088 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| skymap CWB_UserPluginNamespace_4::gSM_PE |
Definition at line 1085 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| float CWB_UserPluginNamespace_4::gSM_PE_OF |
Definition at line 1087 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| wavearray< double > CWB_UserPluginNamespace_4::gSTRAIN |
Definition at line 1094 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| double CWB_UserPluginNamespace_4::gTCOA |
Definition at line 1100 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| TTree * CWB_UserPluginNamespace_4::gTREE |
Definition at line 1081 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< string > CWB_UserPluginNamespace_4::gvLOG |
Definition at line 1103 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< double > CWB_UserPluginNamespace_4::gvTCOA |
Definition at line 1101 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| WF CWB_UserPluginNamespace_4::gWF |
Definition at line 1083 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< SSeries< double > > CWB_UserPluginNamespace_4::jSS |
Definition at line 1126 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< SSeries< double > > CWB_UserPluginNamespace_4::rSS |
Definition at line 1127 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::vAUX |
Definition at line 1113 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::vDAT |
Definition at line 1117 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::vINJ |
Definition at line 1112 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::vNUL |
Definition at line 1118 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::vREC |
Definition at line 1115 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::vRES |
Definition at line 1119 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< SSeries< double > > CWB_UserPluginNamespace_4::vSS |
Definition at line 1125 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< wavearray< double > > CWB_UserPluginNamespace_4::vWHT |
Definition at line 1116 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.
| std::vector< SSeries< double > > CWB_UserPluginNamespace_4::xSS |
Definition at line 1129 of file CWB_Plugin_O3aConditioning_MDC_PE_Gating_WF_QLveto.C.