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

Macros

#define nIFO   3
 
#define NMDC   4
 
#define NPIXELS   20
 
#define PIXEL_AREA   1.0
 

Functions

void DrawPercentageVsAreaPRC (TString ifile, int idfactor, bool save=false)
 
double GetPercentage (int idmdc, float idfactor, double area, TString fname)
 
double GetPercentage (int idmdc, int idfactor, double area, TString fname)
 

Variables

double factors [3] = {10*sqrt(nIFO), 20*sqrt(nIFO), 30*sqrt(nIFO)}
 
TString mdc [4] = {"WNB250_100_0d100","SG235Q3","SG235Q8d9","SGC235Q9"}
 

Macro Definition Documentation

◆ nIFO

#define nIFO   3

Definition at line 10 of file DrawPercentageVsAreaPRC.C.

◆ NMDC

#define NMDC   4

Definition at line 4 of file DrawPercentageVsAreaPRC.C.

◆ NPIXELS

#define NPIXELS   20

Definition at line 7 of file DrawPercentageVsAreaPRC.C.

◆ PIXEL_AREA

#define PIXEL_AREA   1.0

Definition at line 6 of file DrawPercentageVsAreaPRC.C.

Function Documentation

◆ DrawPercentageVsAreaPRC()

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

Definition at line 17 of file DrawPercentageVsAreaPRC.C.

◆ GetPercentage() [1/2]

double GetPercentage ( int  idmdc,
float  idfactor,
double  area,
TString  fname 
)

◆ GetPercentage() [2/2]

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

Definition at line 138 of file DrawPercentageVsAreaPRC.C.

Variable Documentation

◆ factors

double factors[3] = {10*sqrt(nIFO), 20*sqrt(nIFO), 30*sqrt(nIFO)}

Definition at line 12 of file DrawPercentageVsAreaPRC.C.

◆ mdc

TString mdc[4] = {"WNB250_100_0d100","SG235Q3","SG235Q8d9","SGC235Q9"}

Definition at line 13 of file DrawPercentageVsAreaPRC.C.