Logo coherent WaveBurst  
Library Reference Guide
Logo
Macros | Functions | Variables
DrawCoverageVsPercentagePRC2.C File Reference

Macros

#define nIFO   3
 
#define NMDC   28
 

Functions

void DrawCoverageVsPercentagePRC2 (TString ifile, int idfactor, int idmdc, bool save=false)
 
double GetPercentage (int idmdc, int iderA, int idfactor, TString fname)
 

Variables

float factors [2] = {20,40}
 
int MAX [6] = {3, 7, 13, 18, 22, 27}
 
TString mdc [28]
 
TString MDC_NAME [6] = {"GA","SGQ3","SGQ9LF","SGQ9HF","SGQ100","WNB"}
 
int MIN [6] = {0, 4, 8, 14, 19, 23}
 

Macro Definition Documentation

◆ nIFO

#define nIFO   3

Definition at line 8 of file DrawCoverageVsPercentagePRC2.C.

◆ NMDC

#define NMDC   28

Definition at line 5 of file DrawCoverageVsPercentagePRC2.C.

Function Documentation

◆ DrawCoverageVsPercentagePRC2()

void DrawCoverageVsPercentagePRC2 ( TString  ifile,
int  idfactor,
int  idmdc,
bool  save = false 
)

Definition at line 55 of file DrawCoverageVsPercentagePRC2.C.

◆ GetPercentage()

double GetPercentage ( int  idmdc,
int  iderA,
int  idfactor,
TString  fname 
)

Definition at line 184 of file DrawCoverageVsPercentagePRC2.C.

Variable Documentation

◆ factors

float factors[2] = {20,40}

Definition at line 15 of file DrawCoverageVsPercentagePRC2.C.

◆ MAX

int MAX[6] = {3, 7, 13, 18, 22, 27}

Definition at line 11 of file DrawCoverageVsPercentagePRC2.C.

◆ mdc

TString mdc[28]

Definition at line 16 of file DrawCoverageVsPercentagePRC2.C.

◆ MDC_NAME

TString MDC_NAME[6] = {"GA","SGQ3","SGQ9LF","SGQ9HF","SGQ100","WNB"}

Definition at line 13 of file DrawCoverageVsPercentagePRC2.C.

◆ MIN

int MIN[6] = {0, 4, 8, 14, 19, 23}

Definition at line 10 of file DrawCoverageVsPercentagePRC2.C.