coherent WaveBurst
Config Reference Guide
home
cWB_docker
git
cWB
config
O3b
SEARCHES
OFFLINE
BurstHF
LHV
BKG
user_pparameters.C
Go to the documentation of this file.
1
#define RUN_LABEL "BurstHF O3 #CWB_CALIB_VER K#CWB_CHUNK_NUMBER"
2
//#define CAT2_VETO
3
//#define CAT3_VETO
4
#define HVETO_VETO
5
{
6
#include <O3/SEARCHES/OFFLINE/BurstHF/LHV/PP_Cuts.hh>
7
8
chunkID = #CWB_CHUNK_NUMBER;
9
calibVer
=
"#CWB_CALIB_VER"
;
10
11
T_cor
= 0.0;
// cc cut
12
T_cut
= 0.0;
// rho high frequency cut
13
T_out
= 0.0;
14
hours
= 1.;
// bin size in hours for rate vs time plot
15
16
pp_irho
= 0;
17
pp_inetcc
= 0;
18
pp_rho_min
= 6.5;
19
pp_rho_max
= 10;
20
pp_drho
= 0.1;
21
22
pp_max_nloudest_list
= 20;
23
24
// pp_jet_benckmark = -1;
25
// pp_mem_benckmark = -1;
26
27
// ----------------------------------------------------------
28
// VETO cuts
29
// dq file list
30
// {ifo, dqcat_file, dqcat[0/1/2], shift[sec], inverse[false/true], 4columns[true/false]}
31
// ----------------------------------------------------------
32
const
int
nvdqf
=2;
33
dqfile
vdqf
[
nvdqf
] = {
34
{
"L1"
,
""
, CWB_HVETO, 0.,
false
,
false
},
35
{
"H1"
,
""
, CWB_HVETO, 0.,
false
,
false
}
36
};
37
38
sprintf
(
vdqf
[0].file,
"%s/O3/DATA/%s/HVETO/L1/HVETO_L1_O3A_HIGHFREQUENCY_SEGMENTS.txt"
,cwb_config_env,
calibVer
.Data());
39
sprintf
(
vdqf
[1].file,
"%s/O3/DATA/%s/HVETO/H1/HVETO_H1_O3A_HIGHFREQUENCY_SEGMENTS.txt"
,cwb_config_env,
calibVer
.Data());
40
41
}
hours
hours
Definition:
user_pparameters.C:14
pp_rho_min
pp_rho_min
Definition:
user_pparameters.C:18
vdqf
dqfile vdqf[nvdqf]
Definition:
user_pparameters.C:33
pp_irho
pp_irho
Definition:
user_pparameters.C:16
pp_rho_max
pp_rho_max
Definition:
user_pparameters.C:19
pp_max_nloudest_list
pp_max_nloudest_list
Definition:
user_pparameters.C:22
pp_inetcc
pp_inetcc
Definition:
user_pparameters.C:17
pp_drho
pp_drho
Definition:
user_pparameters.C:20
T_cor
T_cor
Definition:
user_pparameters.C:11
nvdqf
const int nvdqf
Definition:
user_pparameters.C:32
T_cut
T_cut
Definition:
user_pparameters.C:12
sprintf
sprintf(vdqf[0].file, "%s/O1/DATA/%s/HVETO/L1/HVETO_L1_ALLO1_MERGED.txt", cwb_config_env, calibVer.Data())
calibVer
calibVer
Definition:
user_pparameters.C:9
T_out
T_out
Definition:
user_pparameters.C:13