Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
DrawMedianPRCvsSNR.C File Reference

Macros

#define APPLY_FIT
 
#define LINX
 
#define MAX_FILES   20
 
#define MAX_MEDIAN50   50
 
#define MAX_MEDIAN90   100
 
#define MAX_SNR_NET   100
 
#define MIN_NSNR   20
 
#define MIN_SNR_NET   5
 
#define NSNR   20
 
#define TREE_NAME   "waveburst"
 

Functions

void DrawMedianPRCvsSNR (TString ilist_file, TString pTitle, TString pType, TString ofName, float T_win=0, int pp_inetcc=0, float T_cor=0, int pp_irho=0, float T_cut=0, float T_vED=0, float T_pen=0, float T_ifar=0)
 
int GetMedian (TString ifName, int type, TString pType, wavearray< double > &snr, wavearray< double > &median, wavearray< double > &entries, float T_win, int pp_inetcc, float T_cor, int pp_irho, float T_cut, float T_vED, float T_pen, float T_ifar)
 
Double_t medianfit (Double_t *x, Double_t *par)
 

Macro Definition Documentation

#define APPLY_FIT

Definition at line 14 of file DrawMedianPRCvsSNR.C.

#define LINX

Definition at line 32 of file DrawMedianPRCvsSNR.C.

#define MAX_FILES   20

Definition at line 16 of file DrawMedianPRCvsSNR.C.

#define MAX_MEDIAN50   50

Definition at line 29 of file DrawMedianPRCvsSNR.C.

#define MAX_MEDIAN90   100

Definition at line 30 of file DrawMedianPRCvsSNR.C.

#define MAX_SNR_NET   100

Definition at line 25 of file DrawMedianPRCvsSNR.C.

#define MIN_NSNR   20

Definition at line 28 of file DrawMedianPRCvsSNR.C.

#define MIN_SNR_NET   5

Definition at line 24 of file DrawMedianPRCvsSNR.C.

#define NSNR   20

Definition at line 26 of file DrawMedianPRCvsSNR.C.

#define TREE_NAME   "waveburst"

Definition at line 22 of file DrawMedianPRCvsSNR.C.

Function Documentation

void DrawMedianPRCvsSNR ( TString  ilist_file,
TString  pTitle,
TString  pType,
TString  ofName,
float  T_win = 0,
int  pp_inetcc = 0,
float  T_cor = 0,
int  pp_irho = 0,
float  T_cut = 0,
float  T_vED = 0,
float  T_pen = 0,
float  T_ifar = 0 
)

Definition at line 42 of file DrawMedianPRCvsSNR.C.

int GetMedian ( TString  ifName,
int  type,
TString  pType,
wavearray< double > &  snr,
wavearray< double > &  median,
wavearray< double > &  entries,
float  T_win,
int  pp_inetcc,
float  T_cor,
int  pp_irho,
float  T_cut,
float  T_vED,
float  T_pen,
float  T_ifar 
)

Definition at line 277 of file DrawMedianPRCvsSNR.C.

Double_t medianfit ( Double_t *  x,
Double_t *  par 
)

Definition at line 270 of file DrawMedianPRCvsSNR.C.