Logo coherent WaveBurst  
Library Reference Guide
Logo
Variables
cWB_conf Namespace Reference

Variables

string accounting_group = "ligo.prod.o2.burst.allsky.cwbonline"
 
string accounting_group_user = "marco.drago"
 
bool apply_veto = False
 
dictionary bitmask = {}
 
int bkg_delay = 5*60
 
list bkg_dir = ["/ifocache/llcache/llhoft/L1_O2/L-L1_O2_llhoft-?????/L-L1_O2_llhoft-","/ifocache/llcache/llhoft/H1_O2/H-H1_O2_llhoft-?????/H-H1_O2_llhoft-"]
 
int bkg_framesize = 4
 
int bkg_job_duration = 600
 
int bkg_job_minimum = 600
 
int bkg_njobs = 20
 
int bkg_nlags = 500
 
string bkg_par = "%s/config/user_parameters_bkg.C"%(run_dir)
 
string bkg_run_dir = "%s/TIME_SHIFTS"%(online_dir)
 
int bkg_split = 1
 
dictionary channelname = {}
 
string code_version = "wat6.2.6"
 
string condor_requirements
 
string considered_segments_file = "considered.txt"
 
string cwb_par
 
int debug = 0
 
dictionary DQ_channel = {}
 
dictionary DQ_channel_rate = {}
 
list emails = ["marco.drago@aei.mpg.de","klimenko@phys.ufl.edu","gabriele.vedovato@lnl.infn.it","francesco.salemi@aei.mpg.de","shubhanshu.tiwari@gssi.infn.it","clazzaro@pd.infn.it","maria.tringali@unitn.it","filipe.dasilva@ufl.edu"]
 
list frames_dir = ["/dev/shm/llhoft/L1_O2","/dev/shm/llhoft/H1_O2"]
 
string gracedb_analysis = "CWB"
 
string gracedb_group = "Burst"
 
string gracedb_search = "AllSky"
 
string hoft_version = "C00"
 
int id_cc = 0
 
int id_rho = 0
 
list ifos = ["L1","H1"]
 
list inj_bitmask = [128,64,32,256]
 
list inj_name = ["BURST","CBC","STOCH","DETCHAR"]
 
int job_offset = 8
 
string job_segments_file = "jobs.txt"
 
int job_timeout = 90*60
 
string jobs_dir = "JOBS"
 
int l_high = 10
 
string label = "LABEL"
 
int levelR = 3
 
string log_dir = "/atlas/user/atlas5/%s/%s"%(user,label)
 
string log_path = "/usr1/%s"%(user)
 
int look_back = 5*60
 
int max_jobs = 20
 
string missing_segments_file = "missing.txt"
 
int moving_step = 60
 
string online_dir = "/home/%s/online/%s"%(user,label)
 
string optim = "false"
 
string postprod_dir = "POSTPRODUCTION"
 
string pp_par = "%s/config/user_pparameters.C"%(run_dir)
 
string processed_segments_file = "processed.txt"
 
list prod_plugins = ["%s/tools/cwb/plugins/CWB_Plugin_QLWveto.C"%(os.environ['HOME_WAT'])]
 
string run_dir = online_dir+"/RUN_cWB"
 
int run_offset = 0
 
string run_segments_file = "run.txt"
 
string running_segments_file = "running.txt"
 
string search = "r"
 
string seg_dir = "SEGMENTS"
 
int seg_duration = 180
 
int sleep = 3
 
string summaries_dir = "SUMMARIES"
 
float th_cc = 0.6
 
float th_far_off = 3.17e-08
 
int th_rho_lum = 6.
 
string title = "TITLE"
 
 user = getpass.getuser()
 
string version = "1"
 
string version_wat = "2G"
 
string web_dir = "/home/%s/public_html/online/%s"%(user,label)
 
string web_link = "https://ldas-jobs.ligo.caltech.edu/~%s/online/%s"%(user,label)
 
string zerolag_par = "%s/config/user_parameters.C"%(run_dir)
 

Variable Documentation

◆ accounting_group

string cWB_conf.accounting_group = "ligo.prod.o2.burst.allsky.cwbonline"

Definition at line 11 of file cWB_conf.py.

◆ accounting_group_user

string cWB_conf.accounting_group_user = "marco.drago"

Definition at line 89 of file cWB_conf.py.

◆ apply_veto

bool cWB_conf.apply_veto = False

Definition at line 102 of file cWB_conf.py.

◆ bitmask

dictionary cWB_conf.bitmask = {}

Definition at line 21 of file cWB_conf.py.

◆ bkg_delay

int cWB_conf.bkg_delay = 5*60

Definition at line 53 of file cWB_conf.py.

◆ bkg_dir

list cWB_conf.bkg_dir = ["/ifocache/llcache/llhoft/L1_O2/L-L1_O2_llhoft-?????/L-L1_O2_llhoft-","/ifocache/llcache/llhoft/H1_O2/H-H1_O2_llhoft-?????/H-H1_O2_llhoft-"]

Definition at line 85 of file cWB_conf.py.

◆ bkg_framesize

int cWB_conf.bkg_framesize = 4

Definition at line 59 of file cWB_conf.py.

◆ bkg_job_duration

int cWB_conf.bkg_job_duration = 600

Definition at line 55 of file cWB_conf.py.

◆ bkg_job_minimum

int cWB_conf.bkg_job_minimum = 600

Definition at line 56 of file cWB_conf.py.

◆ bkg_njobs

int cWB_conf.bkg_njobs = 20

Definition at line 58 of file cWB_conf.py.

◆ bkg_nlags

int cWB_conf.bkg_nlags = 500

Definition at line 54 of file cWB_conf.py.

◆ bkg_par

string cWB_conf.bkg_par = "%s/config/user_parameters_bkg.C"%(run_dir)

Definition at line 68 of file cWB_conf.py.

◆ bkg_run_dir

string cWB_conf.bkg_run_dir = "%s/TIME_SHIFTS"%(online_dir)

Definition at line 74 of file cWB_conf.py.

◆ bkg_split

int cWB_conf.bkg_split = 1

Definition at line 57 of file cWB_conf.py.

◆ channelname

dictionary cWB_conf.channelname = {}

Definition at line 18 of file cWB_conf.py.

◆ code_version

string cWB_conf.code_version = "wat6.2.6"

Definition at line 112 of file cWB_conf.py.

◆ condor_requirements

string cWB_conf.condor_requirements
Initial value:
1 = """Requirements = (TARGET.Online_Burst_cWB =?= True)
2 +Online_Burst_cWB=True"""

Definition at line 90 of file cWB_conf.py.

◆ considered_segments_file

string cWB_conf.considered_segments_file = "considered.txt"

Definition at line 76 of file cWB_conf.py.

◆ cwb_par

string cWB_conf.cwb_par

Definition at line 134 of file cWB_conf.py.

◆ debug

int cWB_conf.debug = 0

Definition at line 39 of file cWB_conf.py.

◆ DQ_channel

dictionary cWB_conf.DQ_channel = {}

Definition at line 19 of file cWB_conf.py.

◆ DQ_channel_rate

dictionary cWB_conf.DQ_channel_rate = {}

Definition at line 20 of file cWB_conf.py.

◆ emails

list cWB_conf.emails = ["marco.drago@aei.mpg.de","klimenko@phys.ufl.edu","gabriele.vedovato@lnl.infn.it","francesco.salemi@aei.mpg.de","shubhanshu.tiwari@gssi.infn.it","clazzaro@pd.infn.it","maria.tringali@unitn.it","filipe.dasilva@ufl.edu"]

Definition at line 105 of file cWB_conf.py.

◆ frames_dir

list cWB_conf.frames_dir = ["/dev/shm/llhoft/L1_O2","/dev/shm/llhoft/H1_O2"]

Definition at line 84 of file cWB_conf.py.

◆ gracedb_analysis

string cWB_conf.gracedb_analysis = "CWB"

Definition at line 117 of file cWB_conf.py.

◆ gracedb_group

string cWB_conf.gracedb_group = "Burst"

Definition at line 116 of file cWB_conf.py.

◆ gracedb_search

string cWB_conf.gracedb_search = "AllSky"

Definition at line 118 of file cWB_conf.py.

◆ hoft_version

string cWB_conf.hoft_version = "C00"

Definition at line 113 of file cWB_conf.py.

◆ id_cc

int cWB_conf.id_cc = 0

Definition at line 125 of file cWB_conf.py.

◆ id_rho

int cWB_conf.id_rho = 0

Definition at line 121 of file cWB_conf.py.

◆ ifos

list cWB_conf.ifos = ["L1","H1"]

Definition at line 16 of file cWB_conf.py.

◆ inj_bitmask

list cWB_conf.inj_bitmask = [128,64,32,256]

Definition at line 29 of file cWB_conf.py.

◆ inj_name

list cWB_conf.inj_name = ["BURST","CBC","STOCH","DETCHAR"]

Definition at line 28 of file cWB_conf.py.

◆ job_offset

int cWB_conf.job_offset = 8

Definition at line 33 of file cWB_conf.py.

◆ job_segments_file

string cWB_conf.job_segments_file = "jobs.txt"

Definition at line 81 of file cWB_conf.py.

◆ job_timeout

int cWB_conf.job_timeout = 90*60

Definition at line 34 of file cWB_conf.py.

◆ jobs_dir

string cWB_conf.jobs_dir = "JOBS"

Definition at line 64 of file cWB_conf.py.

◆ l_high

int cWB_conf.l_high = 10

Definition at line 49 of file cWB_conf.py.

◆ label

string cWB_conf.label = "LABEL"

Definition at line 13 of file cWB_conf.py.

◆ levelR

int cWB_conf.levelR = 3

Definition at line 48 of file cWB_conf.py.

◆ log_dir

string cWB_conf.log_dir = "/atlas/user/atlas5/%s/%s"%(user,label)

Definition at line 98 of file cWB_conf.py.

◆ log_path

string cWB_conf.log_path = "/usr1/%s"%(user)

Definition at line 86 of file cWB_conf.py.

◆ look_back

int cWB_conf.look_back = 5*60

Definition at line 38 of file cWB_conf.py.

◆ max_jobs

int cWB_conf.max_jobs = 20

Definition at line 41 of file cWB_conf.py.

◆ missing_segments_file

string cWB_conf.missing_segments_file = "missing.txt"

Definition at line 79 of file cWB_conf.py.

◆ moving_step

int cWB_conf.moving_step = 60

Definition at line 37 of file cWB_conf.py.

◆ online_dir

string cWB_conf.online_dir = "/home/%s/online/%s"%(user,label)

Definition at line 14 of file cWB_conf.py.

◆ optim

string cWB_conf.optim = "false"

Definition at line 111 of file cWB_conf.py.

◆ postprod_dir

string cWB_conf.postprod_dir = "POSTPRODUCTION"

Definition at line 75 of file cWB_conf.py.

◆ pp_par

string cWB_conf.pp_par = "%s/config/user_pparameters.C"%(run_dir)

Definition at line 69 of file cWB_conf.py.

◆ processed_segments_file

string cWB_conf.processed_segments_file = "processed.txt"

Definition at line 77 of file cWB_conf.py.

◆ prod_plugins

list cWB_conf.prod_plugins = ["%s/tools/cwb/plugins/CWB_Plugin_QLWveto.C"%(os.environ['HOME_WAT'])]

Definition at line 72 of file cWB_conf.py.

◆ run_dir

string cWB_conf.run_dir = online_dir+"/RUN_cWB"

Definition at line 63 of file cWB_conf.py.

◆ run_offset

int cWB_conf.run_offset = 0

Definition at line 32 of file cWB_conf.py.

◆ run_segments_file

string cWB_conf.run_segments_file = "run.txt"

Definition at line 80 of file cWB_conf.py.

◆ running_segments_file

string cWB_conf.running_segments_file = "running.txt"

Definition at line 78 of file cWB_conf.py.

◆ search

string cWB_conf.search = "r"

Definition at line 110 of file cWB_conf.py.

◆ seg_dir

string cWB_conf.seg_dir = "SEGMENTS"

Definition at line 65 of file cWB_conf.py.

◆ seg_duration

int cWB_conf.seg_duration = 180

Definition at line 36 of file cWB_conf.py.

◆ sleep

int cWB_conf.sleep = 3

Definition at line 40 of file cWB_conf.py.

◆ summaries_dir

string cWB_conf.summaries_dir = "SUMMARIES"

Definition at line 66 of file cWB_conf.py.

◆ th_cc

float cWB_conf.th_cc = 0.6

Definition at line 126 of file cWB_conf.py.

◆ th_far_off

float cWB_conf.th_far_off = 3.17e-08

Definition at line 123 of file cWB_conf.py.

◆ th_rho_lum

int cWB_conf.th_rho_lum = 6.

Definition at line 124 of file cWB_conf.py.

◆ title

string cWB_conf.title = "TITLE"

Definition at line 10 of file cWB_conf.py.

◆ user

cWB_conf.user = getpass.getuser()

Definition at line 9 of file cWB_conf.py.

◆ version

string cWB_conf.version = "1"

Definition at line 108 of file cWB_conf.py.

◆ version_wat

string cWB_conf.version_wat = "2G"

Definition at line 109 of file cWB_conf.py.

◆ web_dir

string cWB_conf.web_dir = "/home/%s/public_html/online/%s"%(user,label)

Definition at line 87 of file cWB_conf.py.

◆ web_link

string cWB_conf.web_link = "https://ldas-jobs.ligo.caltech.edu/~%s/online/%s"%(user,label)

Definition at line 88 of file cWB_conf.py.

◆ zerolag_par

string cWB_conf.zerolag_par = "%s/config/user_parameters.C"%(run_dir)

Definition at line 67 of file cWB_conf.py.