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

Macros

#define HEN_LIST   "config/HEN_list_2009_2010.txt"
 
#define ONSOURCE_TIME   1000
 

Functions

in close ()
 
 CWB_PLUGIN_IMPORT (network **, net)
 
 CWB_PLUGIN_IMPORT (int *, xstart)
 
 CWB_PLUGIN_IMPORT (int *, xstop)
 
 if (!in.good())
 
 if (GPS==0)
 
in open (HEN_LIST, ios::in)
 
CWB SetSkyMask (net, cfg, cfg->skyMaskCCFile, 'c')
 
 sprintf (cfg->skyMaskCCFile,"--theta %f --phi %f --radius %f", DEC, RA, RADIUS)
 
 while (true)
 

Variables

cwbCWB = new cwb
 
float DEC
 
 else
 
double GPS =0
 
ifstream in
 
network ** net
 NOISE_MDC_SIMULATION. More...
 
float RA
 
float RADIUS
 
int seed = (*net)->nRun
 
char str [1024]
 
intxstart
 
intxstop
 

Macro Definition Documentation

◆ HEN_LIST

#define HEN_LIST   "config/HEN_list_2009_2010.txt"

◆ ONSOURCE_TIME

#define ONSOURCE_TIME   1000

Function Documentation

◆ close()

out_efar close ( )

◆ CWB_PLUGIN_IMPORT() [1/3]

CWB_PLUGIN_IMPORT ( network **  ,
net   
)

◆ CWB_PLUGIN_IMPORT() [2/3]

CWB_PLUGIN_IMPORT ( int ,
xstart   
)

◆ CWB_PLUGIN_IMPORT() [3/3]

CWB_PLUGIN_IMPORT ( int ,
xstop   
)

◆ if() [1/2]

if ( !in.  good())

Definition at line 28 of file CWB_Plugin_HEN_BKG_Config.C.

◆ if() [2/2]

if ( GPS  = =0)

Definition at line 72 of file CWB_Plugin_HEN_BKG_Config.C.

◆ open()

in open ( HEN_LIST  ,
ios::in   
)

◆ SetSkyMask()

CWB SetSkyMask ( net  ,
cfg  ,
cfg->  skyMaskCCFile,
'c  
)

◆ sprintf()

sprintf ( cfg->  skyMaskCCFile,
"--theta %f --phi %f --radius %f ,
DEC  ,
RA  ,
RADIUS   
)

◆ while()

while ( true  )

Definition at line 34 of file CWB_Plugin_HEN_BKG_Config.C.

Variable Documentation

◆ CWB

delete CWB = new cwb

Definition at line 84 of file CWB_Plugin_HEN_BKG_Config.C.

◆ DEC

float DEC

Definition at line 23 of file CWB_Plugin_HEN_BKG_Config.C.

◆ else

else
Initial value:
{
cout << "CWB_Plugin_HEN_BKG_Config.C - trigger found at gps : "
<< GPS << " ra : " << RA << " dec : " << DEC << " radius : " << RADIUS << endl
double GPS
float RADIUS

Definition at line 75 of file CWB_Plugin_HEN_BKG_Config.C.

◆ GPS

double GPS =0

Definition at line 21 of file CWB_Plugin_HEN_BKG_Config.C.

◆ in

ifstream in

Definition at line 26 of file CWB_Plugin_HEN_BKG_Config.C.

◆ net

network** net
Initial value:
{
#define HEN_LIST
#define ONSOURCE_TIME
cout << "-----> CWB_Plugin_HEN_BKG_Config.C" << endl

NOISE_MDC_SIMULATION.

Definition at line 4 of file CWB_Plugin_HEN_BKG_Config.C.

◆ RA

float RA

Definition at line 22 of file CWB_Plugin_HEN_BKG_Config.C.

◆ RADIUS

float RADIUS

Definition at line 24 of file CWB_Plugin_HEN_BKG_Config.C.

◆ seed

int seed = (*net)->nRun

Definition at line 19 of file CWB_Plugin_HEN_BKG_Config.C.

◆ str

char str[1024]

Definition at line 33 of file CWB_Plugin_HEN_BKG_Config.C.

◆ xstart

int* xstart

Definition at line 13 of file CWB_Plugin_HEN_BKG_Config.C.

◆ xstop

int* xstop

Definition at line 14 of file CWB_Plugin_HEN_BKG_Config.C.