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

Macros

#define ECCENTRICITY_THR   0.5
 
#define ELEN_THR   20
 
#define FREQ_CUTOFF   20
 
#define MMAX   25
 
#define MMIN   10
 
#define MSMBH   3.5e6
 
#define NEVENTS   1000
 

Functions

gSystem Exit (0)
 
 fclose (f)
 
 if (f==NULL)
 
sName ReplaceAll ("+","")
 
eGen setFreqCutoff (FREQ_CUTOFF)
 
 sprintf (fName,"macro/eBBH_%g_%g_%g_%g.lst", mSMBH, mmin, mmax, beta)
 
 sprintf (fName,"%s", sName.Data())
 
 while (nevents< NEVENTS)
 

Variables

double beta = 2
 
double e
 
GNGen eGen (mSMBH, mmin, mmax, beta)
 
FILE * f = stdout
 
char fName [256]
 
double m1
 
double m2
 
double mmax = MMAX
 
double mmin = MMIN
 
int nevents =0
 
double rp
 
TString sName = fName
 

Macro Definition Documentation

#define ECCENTRICITY_THR   0.5

Definition at line 11 of file CreateListEBBH.C.

#define ELEN_THR   20

Definition at line 12 of file CreateListEBBH.C.

#define FREQ_CUTOFF   20

Definition at line 7 of file CreateListEBBH.C.

#define MMAX   25

Definition at line 5 of file CreateListEBBH.C.

#define MMIN   10

Definition at line 4 of file CreateListEBBH.C.

#define MSMBH   3.5e6

Definition at line 3 of file CreateListEBBH.C.

#define NEVENTS   1000

Definition at line 9 of file CreateListEBBH.C.

Function Documentation

gSystem Exit ( )
fclose ( f  )
if ( f  = =NULL)

Definition at line 38 of file CreateListEBBH.C.

sName ReplaceAll ( "+"  ,
""   
)
eGen setFreqCutoff ( FREQ_CUTOFF  )
sprintf ( fName  ,
"macro/eBBH_%g_%g_%g_%g.lst"  ,
mSMBH  ,
mmin  ,
mmax  ,
beta   
)
sprintf ( fName  ,
"%s"  ,
sName.  Data() 
)
while ( )

Definition at line 43 of file CreateListEBBH.C.

Variable Documentation

double beta = 2

Definition at line 20 of file CreateListEBBH.C.

double e

Definition at line 35 of file CreateListEBBH.C.

GNGen eGen(mSMBH, mmin, mmax, beta)
f = stdout

Definition at line 36 of file CreateListEBBH.C.

char fName[256]

Definition at line 25 of file CreateListEBBH.C.

double m1

Definition at line 35 of file CreateListEBBH.C.

double m2

Definition at line 35 of file CreateListEBBH.C.

double mmax = MMAX

Definition at line 19 of file CreateListEBBH.C.

double mmin = MMIN

Definition at line 18 of file CreateListEBBH.C.

int nevents =0

Definition at line 42 of file CreateListEBBH.C.

double rp

Definition at line 35 of file CreateListEBBH.C.

TString sName = fName

Definition at line 27 of file CreateListEBBH.C.