Background Example

In this example we do time lags analysis of H1, L1 detectors data on the so called O2 period.
NOTE : the test has been done with git hash 4fbcbfa076e28b708291a754cbbe7981f2ef2210.
All files used in this example are located in the cit cluster at :
In the appendix we report the list of commands used in the example and the shell screen output of each command.
The list of the main commands used to produce the background are reported in the README.

PRE-PRODUCTION : Setup analysis

Check environment

We suppose to have already installed the pipeline (see cWB quick startup or How to install full cWB).
This means that if we simply write on our shell:
root -b -l
If you see something like this see root_logon in “APPENDIX : Output on shell / Web pages” then the installation is right (to exit from ROOT type ’.q’ & return)
Check all the dumped informations : libraries paths and versions.

Create the Working Dir

Choose a name for your working dir and create it, for this case we choose: O2_BKG_L1H1_LF_WP10_tutorial_root6_run1:

cwb_mkdir O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
and the following dir/files have been created : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/
config             cwb configuration files
input              input data files (frame and veto list files)
macro              user macros & plugins

condor             condor files (dag, sub)
log                condor log files
output             output job files
tmp                dir for temporary job files
data               user output job files

merge              merge of output job files
report             dir for data to be pubblished on web

Prepare needed files

For this analysis we need:

  • List of data frame files (mandatory)
  • Data Quality (not mandatory, but we know there are)
  • Production configuration file
For more information on how to obtain the frame files see: How to make gw frame file list with gw_data_find
For the complete list of parameters in the configuration file, see: user_parameters.C
For a detailed description how the job segments are created, see: How job segments are created
For a detailed description of the lags, see: What are lags and how to use them
For a detailed description of the slags, see: What are super lags and how to use them
We can copy the frame file and data quality lists from
to the input directory.
cd O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
cp /home/waveburst/REPORTS/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/input/* input/.
Then we select the interesting parameters for production and put in the file : config/user_parameters.C

The primary parameters are:

  • Network: H1L1
  • Job segment lenght (600 seconds)
  • Number of lags (590 with 1 second step)
  • Number of slags (5)
  • List of frame files and channel names
  • data quality files
The full list of the parameters used by cWB is declared in the default parameter file cwb_parameters.C (most of parameters have a default value and should not be changed by the user). For a description of the such parameters see : description of the parameters. The user_parameters.C contains only the user customization.
The final user parameters file used for this example is user_parameters.C
We can copy the configuration file from
to the config directory.
cd O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
cp /home/waveburst/REPORTS/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/config/* config/.
Now we have the following files on the dir : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/

Define and Compile Plugin

If the config/user_parameters.C contains a user cwb plugin then it must defined and compiled.
We use 2 system plugins:

are defined in the directory trunk plugin directory tools/cwb/plugins

Since only one plugin can be defined in the user_parameters.C file we must merge the 2 plugins, we must use the cwb_mplugin command:
cwb_mplugin macro/cWB_Plugin_QLveto_Gating.C \
            $HOME_cWB/plugins/cWB_Plugin_QLveto.C $HOME_cWB/plugins/cWB_Plugin_Gating.C
The output is : macro/cWB_Plugin_QLveto_Gating.C
Then compile it :
cwb_compile macro/cWB_Plugin_QLveto_Gating.C

Some checks

In principle we are ready to start the analysis. We can perform some checks to see if the setting are right using the cwb_dump commands. For instance we can be interested in the list of available segments than can be analyzed:

cwb_dump sjob

Or we can want the lag list:

cwb_dump lag

or the coincidence times between the 2 detectors after cat1 and cat2

cwb_dump dq

The last final check can be to run in interactive mode the analysis on a job (the first, for instance) using cwb_inet command. If the job goes to end, the configuration is right. NOTE: This could take some time…

cwb_inet 2
at the end you will see Job Terminated script and on data directory O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/data
appear the file:
wave_1167537000_600_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1_slag0_lag0_590_job2.root
The file contains all the reconstructed event informations - root format (as a TTree) : *.root
For a detailed description of the parameters reported in the root file see trigger parameters

PRODUCTION - Run the analysis

In principle we can do analysis on the shell 3722 times using cwb_inet commands. If the cluster has a batch system you can use it for submitting jobs, one for each segment. cWB is optimized for condor, but it can be used also with LSF (Ex: CNAF cluster).

Create Condor jobs

Once ready, we can submit using cwb_condor command. First create the condor files:

cwb_condor create
which creates two files in condor directory O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/condor
in details:
O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.dag         condor job list
O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.sub         condor definitions
cwb.sh                          shell script used by condor to make analysis
ced.sh                          shell script used by condor to produce ced of loudest events

and then we can submit job on cluster

Submit Condor jobs

cwb_condor submit
Now, just wait to the jobs finish…
use condor command to check the job status, for example :

to list job status :
condor_q user_name -nobatch

to remove a job :

condor_rm job_id
(see job list to get job_id)

It is possible to check the details of each job looking the condor log files under the log directory.
For example (job2) :

POST-PRODUCTION : Collection of results

Jobs produce files on the output directory O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/output
Using default parameters, for each job there is a txt and a ROOT file. The ROOT file is considered for the production of final results, the txt files are stored if need to access in text mode.

Merging files

The final goal is to produce a web page showing some figure of merits. For this, it is useful to merge all the ROOT files in output directory in a single file, using cwb_merge command:

cwb_merge M1  '--nthreads 8'
M1 is a label identifing the merging. This command produces 3 files on merge directory O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/merge

in details:
merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.lst     the list of merged files
wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root     collection of trigger parameters
live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root     (only for background) collection of job informations (livetime, lags, ...)
Once obtained the merged file, we can produce the web page with the collection of figure of merits.
First of all we need a user_pparameters.C file where setting selection cuts and other information for the production of web pages. For this case the file is located here: config/user_pparameters.C

Apply vetoes

Note that we have selected the possibility to apply data quality and/or veto to produced triggers:

#define HVETO_VETO
#define CAT2_VETO

and the corresponding DQ/veto files:

dqfile vdqf[nvdqf] = {
      {"L1" ,"/home/waveburst/TUTORIALS/O2/DQ/O2_CO1_170104_170123/L1Cat2.txt",   cWB_CAT2, 0., true,   false},
      {"H1" ,"/home/waveburst/TUTORIALS/O2/DQ/O2_CO1_170104_170123/H1Cat2.txt",   cWB_CAT2, 0., true,   false},
      {"L1" ,"/home/waveburst/TUTORIALS/O2/DQ/O2_CO1_170104_170123/HVETO_L1_ANALYSIS3_SEGMENTS_MERGED.txt",   cWB_HVETO, 0., false,   false},
      {"H1" ,"/home/waveburst/TUTORIALS/O2/DQ/O2_CO1_170104_170123/HVETO_H1_ANALYSIS3_SEGMENTS_MERGED.txt",   cWB_HVETO, 0., false,   false},
    }
The DQ/veto application is done with cwb_setveto command.
cwb_setveto M1
(be sure to use the same label as previous command).
Then on the merge dir O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/merge there are two additional files:
cwb_user_parameters.C

wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root
live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root
merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.lst

wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root

Apply cuts

Now we can apply cwb_report command.
This command applies thresholds on tree leaves to select events with certain characteristics defined by the user.
To know what is the right label:
cwb_merge list

output:

--------------------
List of merge labels
--------------------

- M1
- M1.V_cat2LH_hvetoLH

Chosing the second one:

cwb_setcuts M1.V_cat2LH_hvetoLH "--tcuts bin1_cut --label bin1_cut"
The bin1_cut is label which identify the cuts rules and it is defined (LH_BURST_LF_PP_Cuts.hh) in the user post-production file : config/user_pparameters.C

Web page production

Now we can produce web pages. In principle, we can decide to do it for both ROOT files in merge directory: applying or not applying DQ/veto. This depends on which label we use with cwb_report command. We select to produce results for the triggers applying DQ.
To know what is the right label:
cwb_merge list

output:

--------------------
List of merge labels
--------------------

- M1
- M1.V_cat2LH_hvetoLH
- M1.V_cat2LH_hvetoLH.C_bin1_cut

Chosing the third one:

cwb_report M1.V_cat2LH_hvetoLH.C_bin1_cut create

This command create non-zero lag background report.

If you want to create the zero-lag report do :

cwb_report M1.V_cat2LH_hvetoLH.C_bin1_cut create 0 0

If you want to create a specific lag_number slag_number report do :

cwb_report M1.V_cat2LH_hvetoLH.C_bin1_cut create lag_number slag_number

The web page

The web page of the final report is : report
The web data files are produced under the directory :
and can be view with a web browser at the following link : web report link
The script produces two more files under the condor directory :
condor/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024.ced.dag
condor/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024.ced.sub

These are condor files necessary to produced the CED of the background loudest events (see the list on the bottom of web report page).

To start the CED production do :

cwb_condor submit condor/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024.ced.dag
The output CED are stored under the “report/ced” directory and can be accessed using the links reported on the left of loudest event listed in the web page.
This is the CED of the loudest event : CED link

How to make a CED of a detected event

To production of the CED of a detected event can been done in batch or in interactive mode.
In the batch mode the CED are produced during the processing, to enable it the following parameters must be declared in the user_parameters.C configuration file :
cedDump   = true;            // dump ced enabled
cedRHO    = 4.0;             // dump ced plots with rho>cedRHO

To produce CED in interactive mode the command cwb_inet must be used :

cwb_inet job_number gps_time_of_the_first_detector true 0 lag_number
Ex : to produce the CED of the loudest event reported in the background page :

web report link do:

cwb_inet 11385 0 ced 0 88
where 11385 is the run number and 88 is the lag number
NOTE : the parameter must be set cedRHO less than the rho value of the detected event
The final ced is stored under the data directory.
To make ced visible from web do :
mv data/ced_1168134000_600_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1_slag4_lag88_1_job11385 report/ced/
and can be view with a web browser at the following link :
web CED link

APPENDIX : Output on shell / Web pages

We report here the output on shell for each command described in this section (see README):

root logon: Show/Hide Code

[CIT:waveburst@ldas-pcdev5 ]$ root 
*** DISPLAY not set, setting it to 151.95.123.14:0.0

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

cwb [0] 

cwb_clonedir: Show/Hide Code

[CIT:waveburst@ldas-pcdev5 BKG]$ cwb_clonedir O2_BKG_L1H1_LF_WP10_tutorial_run1 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1 '--output links --jstage  LIKELIHOOD'
Warning in <TApplication::GetOptions>: macro ./config/user_parameters.C not found
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : BKG
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_clonedir.C...
O2_BKG_L1H1_LF_WP10_tutorial_run1 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/FixUserParametersROOT6.C("O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/config/user_parameters.C","p")...
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/FixUserParametersROOT6.C("O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/config/user_pparameters.C","pp")...
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_mkdir.C...

File/Dir /home/waveburst/public_html/reports/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1 already exist
www report directory must be unique !!!
Do you want to overwrite it ? (y/n) y


mkdir -p tmp
mkdir -p data

dir "config" already exist
Do you want to remove the files ? (y/n) 
mkdir -p config

dir "input" already exist
Do you want to remove the files ? (y/n) 
mkdir -p input
mkdir -p output

dir "macro" already exist
Do you want to remove the files ? (y/n) 
mkdir -p macro
mkdir -p report

dir "/usr1/waveburst" already exist
Do you want to remove the files ? (y/n) 
mkdir -p /usr1/waveburst
mkdir -p log
mkdir -p condor
mkdir -p merge
mkdir -p report/ced
mkdir -p report/postprod
mkdir -p report/dump

dir "/home/waveburst/public_html/reports/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1" already exist
Do you want to remove the files ? (y/n) 
mkdir -p /home/waveburst/public_html/reports/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
ln -sf /home/waveburst/git/cWB/library/tools/cwb/scripts/cwb_loudest.sh condor/loudest.sh
ln -sf /home/waveburst/git/cWB/library/tools/cwb/scripts/cwb_ced.sh condor/ced.sh
ln -sf /home/waveburst/git/cWB/library/tools/cwb/scripts/cwb_net.sh condor/cwb.sh
ln -sf /home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1//report/postprod /home/waveburst/public_html/reports/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
ln -sf /home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1//report/ced /home/waveburst/public_html/reports/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
ln -sf /home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1//report/dump /home/waveburst/public_html/reports/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_clonedir.C...
cwb_clonedir : create symbolic links in output dir ...
0/3722
100/3722
200/3722
300/3722
400/3722
500/3722
600/3722
700/3722
800/3722
900/3722
1000/3722
1100/3722
1200/3722
1300/3722
1400/3722
1500/3722
1600/3722
1700/3722
1800/3722
1900/3722
2000/3722
2100/3722
2200/3722
2300/3722
2400/3722
2500/3722
2600/3722
2700/3722
2800/3722
2900/3722
3000/3722
3100/3722
3200/3722
3300/3722
3400/3722
3500/3722
3600/3722
3700/3722
Number of new links 3722/3722

The new working dir is :  O2_BKG_L1H1_LF_WP10_tutorial_root6_run1

cwb_mkdir: Show/Hide Code

[CIT:waveburst@ldas-pcdev5 BKG]$ cwb_mkdir O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : BKG
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_mkdir.C...



mkdir -p O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
mkdir -p tmp
mkdir -p data
mkdir -p config
mkdir -p input
mkdir -p output
mkdir -p macro
mkdir -p report

dir "/usr1/waveburst" already exist
Do you want to remove the files ? (y/n) 
mkdir -p /usr1/waveburst
mkdir -p log
mkdir -p condor
mkdir -p merge
mkdir -p report/ced
mkdir -p report/postprod
mkdir -p report/dump

dir "/home/waveburst/public_html/reports/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1" already exist
Do you want to remove the files ? (y/n) 
mkdir -p /home/waveburst/public_html/reports/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
ln -sf /home/waveburst/git/cWB/library/tools/cwb/scripts/cwb_loudest.sh condor/loudest.sh
ln -sf /home/waveburst/git/cWB/library/tools/cwb/scripts/cwb_ced.sh condor/ced.sh
ln -sf /home/waveburst/git/cWB/library/tools/cwb/scripts/cwb_net.sh condor/cwb.sh
ln -sf /home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/report/postprod /home/waveburst/public_html/reports/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
ln -sf /home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/report/ced /home/waveburst/public_html/reports/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
ln -sf /home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/report/dump /home/waveburst/public_html/reports/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1

The new working dir is :  O2_BKG_L1H1_LF_WP10_tutorial_root6_run1

cwb_mkdir Show/Hide Code

[vedovato@atlas7 O2_BKG_L1H1_LF_WP10_tutorial_run1]$ ls *
condor:
ced.sh  cwb.sh  loudest.sh

config:

data:

input:

log:

macro:

merge:

output:

report:
ced  dump  postprod

tmp:

working dir Show/Hide Code

[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ ls *
bkg_examples_root_shell.log  cWB_analysis.log  README

condor:
ced.sh  cwb.sh  loudest.sh

config:
user_parameters  user_parameters.C  user_pparameters  user_pparameters.C

data:

input:
H1Cat0.txt  H1Cat1.txt  H1Cat2.txt  HVETO_H1_ANALYSIS3_SEGMENTS_MERGED.txt  L1Cat0.txt  L1Cat1.txt  L1Cat2.txt

log:

macro:
CWB_Plugin_QLveto_Gating.C  CWB_Plugin_QLveto_Gating_C.d  CWB_Plugin_QLveto_Gating_C.so  LoopMakeFARvsRHO  LoopMakeFARvsRHO.C  MakeFARvsRHO  MakeFARvsRHO.C  MakeFARvsRHO_C.d  MakeFARvsRHO_C.so

merge:

output:

report:
ced  dump  postprod

tmp:

cwb_dump sjob: Show/Hide Code

[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ cwb_dump sjob
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_dump_sjob.C...

-------------------------------------------------------------------------------------

Write output file : report/dump/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.cat1
Dump file : report/dump/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.cat1
cat1 livetime : 482779 sec 134.105 h 5.58772 day

-------------------------------------------------------------------------------------

Write output file : report/dump/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.sjob
Dump file : report/dump/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.sjob

compile plugin: Show/Hide Code

[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ root -l -b -q macro/CWB_Plugin_QLveto_Gating.C++

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 


Processing macro/CWB_Plugin_QLveto_Gating.C++...
Info in <TUnixSystem::ACLiC>: creating shared library /home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/./macro/CWB_Plugin_QLveto_Gating_C.so
input_line_32:2:3: error: use of undeclared identifier 'CWB_Plugin_QLveto_Gating'
 (CWB_Plugin_QLveto_Gating())
  ^
Error in <HandleInterpreterException>: Error evaluating expression (CWB_Plugin_QLveto_Gating()).
Execution of your code was aborted.

cwb_condor create Show/Hide Code

[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ cwb_condor create
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_condor_create.C...

CWB::Toolbox::getSlagList : built-in slags

          SLAG         ifo[0]        ifo[1]
             0             0             0
             1             0            -1
             2             0             1
             3             0             2
             4             0            -2

slagList size : 12986

Start segments selection from dq cat1 list ...

input list size 12986
jobList    size 2598
     0 - Rejected slags = 0/12986
  1000 - Rejected slags = 777/12986
  2000 - Rejected slags = 1544/12986
  3000 - Rejected slags = 2074/12986
  4000 - Rejected slags = 2873/12986
  5000 - Rejected slags = 3621/12986
  6000 - Rejected slags = 4326/12986
  7000 - Rejected slags = 5078/12986
  8000 - Rejected slags = 5629/12986
  9000 - Rejected slags = 6481/12986
 10000 - Rejected slags = 7262/12986
 11000 - Rejected slags = 7842/12986
 12000 - Rejected slags = 8614/12986
 12986 - Rejected slags = 9264/12986

Slag livetime before dq cat1 is approximately 2479831 sec       = 28.70 days
Slag livetime after  dq cat1 is approximately 2307640 sec       = 26.71 days
Number of selected jobs after cat1 : 3722

Start segments selection from dq cat2 list ...

input list size 3722
jobList    size 2598
     0 - Rejected slags = 0/3722
  1000 - Rejected slags = 0/3722
  2000 - Rejected slags = 0/3722
  3000 - Rejected slags = 0/3722
  3722 - Rejected slags = 0/3722

Slag livetime before dq cat2 is approximately 2233200 sec       = 25.85 days
Slag livetime after  dq cat2 is approximately 2233200 sec       = 25.85 days
Number of selected jobs after cat2 : 3722

To submit condor jobs, type : cwb_condor submit

cwb_condor submit: Show/Hide Code

[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ cwb_condor submit

root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_condor_submit.C...
cd /home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/condor;condor_submit_dag O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.dag 

-----------------------------------------------------------------------
File for submitting this DAG to HTCondor           : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.dag.condor.sub
Log of DAGMan debugging messages                 : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.dag.dagman.out
Log of HTCondor library output                     : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.dag.lib.out
Log of HTCondor library error messages             : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.dag.lib.err
Log of the life of condor_dagman itself          : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.dag.dagman.log

Submitting job(s).
1 job(s) submitted to cluster 26407630.
-----------------------------------------------------------------------
[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ condor_q waveburst


-- Schedd: ldas-pcdev5.ligo.caltech.edu : <10.14.0.51:9618?... @ 08/11/18 10:41:12
OWNER     BATCH_NAME                                              SUBMITTED   DONE   RUN    IDLE  TOTAL JOB_IDS
waveburst O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.dag+26407630   8/11 10:41      _      _      _   3722 0.0

1 jobs; 0 completed, 0 removed, 0 idle, 1 running, 0 held, 0 suspended

cwb_merge: Show/Hide Code

[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ cwb_merge M1 '--nthreads 1'
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_merge.C...
No Log files are present on the directory : output
Start merging to file : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1

CWB::Toolbox::mergeCWBTrees - Start merging 3722 files (production) ...
CWB::Toolbox::mergeCWBTrees - Add file to chain in progress ...
CWB::Toolbox::mergeCWBTrees - 1000/3722 files
CWB::Toolbox::mergeCWBTrees - 2000/3722 files
CWB::Toolbox::mergeCWBTrees - 3000/3722 files
CWB::Toolbox::mergeCWBTrees - Merging merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root in progress ...
CWB::Toolbox::mergeCWBTrees - Merging merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root in progress ...
CWB::Toolbox::mergeCWBTrees - Merged files : 3722
/home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/merge/merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.lst

Merged files : 3722/3722

cwb_setveto: Show/Hide Code

[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ cwb_setveto M1
Warning in <TApplication::GetOptions>: macro  not found
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_pparameters.C...
merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root
merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root
Processing ./config/user_pparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_epparameters.C...
veto_cat2 : veto_cat2_L1&&veto_cat2_H1
ch2 : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)
veto_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(veto_hveto_L1||veto_hveto_H1)
veto_not_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(!veto_hveto_L1&&!veto_hveto_H1)
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_setveto.C...
wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root

XDQF[0] veto_cat2_L1 NETWORK : L1 H1 
XDQF[1] veto_cat2_H1 NETWORK : L1 H1 
XDQF[2] veto_hveto_L1 NETWORK : L1 H1 
XDQF[3] veto_hveto_H1 NETWORK : L1 H1 
Toolbox::getJobList : lost livetime after building of the standard job list = 4381 sec
veto file label : .V_cat2LH_hvetoLH.root
veto_cat2_L1 list duration -2147483648 list size 5021
Opening BKG File : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root
tree size : 16819
Start applying flag to time[0]...
0 - 10 - 20 - 30 - 40 - 50 - 60 - 70 - 80 - 90

Writing new ofile merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root.tmp.1
osize : 16819
Flagged events:  16701 Percentage: 0.992984

veto_cat2_H1 list duration -2147483648 list size 5021
Opening BKG File : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root.tmp.1
tree size : 16819
Start applying flag to time[1]...
0 - 10 - 20 - 30 - 40 - 50 - 60 - 70 - 80 - 90

Writing new ofile merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root.tmp.2
osize : 16819
Flagged events:  16620 Percentage: 0.988168

veto_hveto_L1 list duration 576 list size 1433
Opening BKG File : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root.tmp.2
tree size : 16819
Start applying flag to time[0]...
0 - 10 - 20 - 30 - 40 - 50 - 60 - 70 - 80 - 90

Writing new ofile merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root.tmp.1
osize : 16819
Flagged events:  59 Percentage: 0.00350794

veto_hveto_H1 list duration 1097 list size 1736
Opening BKG File : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root.tmp.1
tree size : 16819
Start applying flag to time[1]...
0 - 10 - 20 - 30 - 40 - 50 - 60 - 70 - 80 - 90

Writing new ofile merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root.tmp.2
osize : 16819
Flagged events:  429 Percentage: 0.0255069

 rfile    : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root.tmp.1
 ifile    : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root.tmp.2
 ofile    : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
 lfile    : live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
 mfile    : mdc_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
 ilstfile : merge/merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.lst
 lstfile  : merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.lst
mv merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root.tmp.2 merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
cd merge;ln -sf ../merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
cd merge;ln -sf ../merge/merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.lst merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.lst
rm merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.root.tmp.1

cwb_setcuts: Show/Hide Code

[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ cwb_setcuts M1.V_cat2LH_hvetoLH "--tcuts bin1_cut --label bin1_cut"
Warning in <TApplication::GetOptions>: macro  not found
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_pparameters.C...
merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
Processing ./config/user_pparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_epparameters.C...
veto_cat2 : veto_cat2_L1&&veto_cat2_H1
ch2 : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)
veto_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(veto_hveto_L1||veto_hveto_H1)
veto_not_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(!veto_hveto_L1&&!veto_hveto_H1)
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_setcuts.C...
cwb_tcuts_tree : ((((veto_cat2_H1 && veto_cat2_L1 && !veto_hveto_H1 && !veto_hveto_L1)&&(norm>2.5))&&(netcc[0]>0.8 && netcc[2]>0.8))&&(frequency[0]>32 && frequency[0]<996))&&(!((((((veto_cat2_H1 && veto_cat2_L1 && !veto_hveto_H1 && !veto_hveto_L1)&&(norm>2.5))&&(netcc[0]>0.8 && netcc[2]>0.8))&&(frequency[0]>48 && frequency[0]<996))&&(Qveto[0]>0.3 && Qveto[1]>0.3 && Qveto[2]>0.3 && Qveto[3]>0.3))&&(!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8)))))
cwb_wcuts_tree : ((((veto_cat2_H1 && veto_cat2_L1 && !veto_hveto_H1 && !veto_hveto_L1)&&(norm>2.5))&&(netcc[0]>0.8 && netcc[2]>0.8))&&(frequency[0]>32 && frequency[0]<996))&&(!((((((veto_cat2_H1 && veto_cat2_L1 && !veto_hveto_H1 && !veto_hveto_L1)&&(norm>2.5))&&(netcc[0]>0.8 && netcc[2]>0.8))&&(frequency[0]>48 && frequency[0]<996))&&(Qveto[0]>0.3 && Qveto[1]>0.3 && Qveto[2]>0.3 && Qveto[3]>0.3))&&(!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8)))))
merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.lst
Number of jobs in the merged lists : 3722
/home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/merge/merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.lst
Opening File : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
tree size : 16819
CWB::Toolbox::setCuts - selected entries : 3385/16819
CWB::Toolbox::setCuts - Create cuts file : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
cwb_setcuts.C : Number of selected waveburst entries = 3385
live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
cd merge;ln -sf live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root







[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ cwb_setcuts M1.V_cat2LH_hvetoLH "--tcuts bin2_cut --label bin2_cut"
Warning in <TApplication::GetOptions>: macro  not found
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_pparameters.C...
merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
Processing ./config/user_pparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_epparameters.C...
veto_cat2 : veto_cat2_L1&&veto_cat2_H1
ch2 : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)
veto_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(veto_hveto_L1||veto_hveto_H1)
veto_not_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(!veto_hveto_L1&&!veto_hveto_H1)
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_setcuts.C...
cwb_tcuts_tree : (((((veto_cat2_H1 && veto_cat2_L1 && !veto_hveto_H1 && !veto_hveto_L1)&&(norm>2.5))&&(netcc[0]>0.8 && netcc[2]>0.8))&&(frequency[0]>48 && frequency[0]<996))&&(Qveto[0]>0.3 && Qveto[1]>0.3 && Qveto[2]>0.3 && Qveto[3]>0.3))&&(!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8)))
cwb_wcuts_tree : (((((veto_cat2_H1 && veto_cat2_L1 && !veto_hveto_H1 && !veto_hveto_L1)&&(norm>2.5))&&(netcc[0]>0.8 && netcc[2]>0.8))&&(frequency[0]>48 && frequency[0]<996))&&(Qveto[0]>0.3 && Qveto[1]>0.3 && Qveto[2]>0.3 && Qveto[3]>0.3))&&(!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8)))
merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin2_cut.lst
Number of jobs in the merged lists : 3722
/home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/merge/merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin2_cut.lst
Opening File : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
tree size : 16819
CWB::Toolbox::setCuts - selected entries : 3009/16819
CWB::Toolbox::setCuts - Create cuts file : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin2_cut.root
cwb_setcuts.C : Number of selected waveburst entries = 3009
live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin2_cut.root
cd merge;ln -sf live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin2_cut.root
[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ 

cwb_report create: Show/Hide Code

[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ cwb_setcuts M1.V_cat2LH_hvetoLH "--tcuts bin1_cut --label bin1_cut"
Warning in <TApplication::GetOptions>: macro  not found
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_pparameters.C...
merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
Processing ./config/user_pparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_epparameters.C...
veto_cat2 : veto_cat2_L1&&veto_cat2_H1
ch2 : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)
veto_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(veto_hveto_L1||veto_hveto_H1)
veto_not_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(!veto_hveto_L1&&!veto_hveto_H1)
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_setcuts.C...
cwb_tcuts_tree : ((((veto_cat2_H1 && veto_cat2_L1 && !veto_hveto_H1 && !veto_hveto_L1)&&(norm>2.5))&&(netcc[0]>0.8 && netcc[2]>0.8))&&(frequency[0]>32 && frequency[0]<996))&&(!((((((veto_cat2_H1 && veto_cat2_L1 && !veto_hveto_H1 && !veto_hveto_L1)&&(norm>2.5))&&(netcc[0]>0.8 && netcc[2]>0.8))&&(frequency[0]>48 && frequency[0]<996))&&(Qveto[0]>0.3 && Qveto[1]>0.3 && Qveto[2]>0.3 && Qveto[3]>0.3))&&(!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8)))))
cwb_wcuts_tree : ((((veto_cat2_H1 && veto_cat2_L1 && !veto_hveto_H1 && !veto_hveto_L1)&&(norm>2.5))&&(netcc[0]>0.8 && netcc[2]>0.8))&&(frequency[0]>32 && frequency[0]<996))&&(!((((((veto_cat2_H1 && veto_cat2_L1 && !veto_hveto_H1 && !veto_hveto_L1)&&(norm>2.5))&&(netcc[0]>0.8 && netcc[2]>0.8))&&(frequency[0]>48 && frequency[0]<996))&&(Qveto[0]>0.3 && Qveto[1]>0.3 && Qveto[2]>0.3 && Qveto[3]>0.3))&&(!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8)))))
merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.lst
Number of jobs in the merged lists : 3722
/home/waveburst/TUTORIALS/O2/BKG/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1/merge/merge_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.lst
Opening File : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root
tree size : 16819
CWB::Toolbox::setCuts - selected entries : 3385/16819
CWB::Toolbox::setCuts - Create cuts file : merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
cwb_setcuts.C : Number of selected waveburst entries = 3385
live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
cd merge;ln -sf live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.root live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ 
[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ vi bkg_examples_cwb_setcuts_shell.log
[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ 
[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ 
[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ vi bkg_examples_cwb_report_create_shell.log
[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ 
[CIT:waveburst@ldas-pcdev5 O2_BKG_L1H1_LF_WP10_tutorial_root6_run1]$ cwb_report M1.V_cat2LH_hvetoLH.C_bin1_cut create
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_getsim.C...
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_getsim.C...
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_getsim.C...
Warning in <TApplication::GetOptions>: macro  not found
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_pparameters.C...
merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
Processing ./config/user_pparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_epparameters.C...
veto_cat2 : veto_cat2_L1&&veto_cat2_H1
ch2 : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)
veto_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(veto_hveto_L1||veto_hveto_H1)
veto_not_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(!veto_hveto_L1&&!veto_hveto_H1)
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_report_prod_1.C...
cwb_report_prod_1.C starts...
mkdir -p report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data
netplot starts...
Sat Aug 11 17:49:32 UTC 2018
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR_frequency.eps has been created
report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor_frequency.eps
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor_frequency.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_frequency.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_time.eps has been created
Warning in <TApplication::GetOptions>: macro  not found
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_pparameters.C...
merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
Processing ./config/user_pparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_epparameters.C...
veto_cat2 : veto_cat2_L1&&veto_cat2_H1
ch2 : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)
veto_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(veto_hveto_L1||veto_hveto_H1)
veto_not_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(!veto_hveto_L1&&!veto_hveto_H1)
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_report_prod_2.C...
cwb_report_prod_2.C starts...
XDQF[0] veto_cat2_L1
XDQF[1] veto_cat2_H1
XDQF[2] veto_hveto_L1
XDQF[3] veto_hveto_H1
Sat Aug 11 17:49:39 UTC 2018
Start CWB::Toolbox::getLiveTime : be patient, it takes a while ...
0% - 10% - 20% - 30% - 40% - 50% - 60% - 70% - 80% - 90% - 100%

live time: zero lags =   448800.0 
total live time: non-zero lags = 1317139200.0 
End   CWB::Toolbox::getLiveTime : Sat Aug 11 17:49:41 UTC 2018
total events: 3385
data start GPS: 1167521414.00000 
data stop  GPS: 1169110321.00000 
cwb_report_prod_2.C : Start event loop ...
cwb_report_prod_2.C : loop 1 - processed: 0/3385
cwb_report_prod_2.C : loop 2 - processed: 0/3385
Events vetoed by veto_cat2_L1 - 0
Events vetoed by veto_cat2_H1 - 0
Events vetoed by veto_hveto_L1 - 0
Events vetoed by veto_hveto_H1 - 0
report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/sigma.txt
report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/sigma_veto.txt
Total Number of bkg coinc.: 3383 total Live Time: 1.31535e+09 nb = 2.57193e-06
NCoinc = 0 Found = 923   Expected = 938.314     Chi2_bin0= 0.249927
NCoinc = 1 Found = 1077   Expected = 1073.22     Chi2_bin1= 0.0132837
NCoinc = 2 Found = 625   Expected = 613.766     Chi2_bin2= 0.205618
NCoinc = 3 Found = 240   Expected = 234.004     Chi2_bin3= 0.153618
NCoinc = 4 Found = 67   Expected = 66.9124     Chi2_bin4= 0.000114756
NCoinc = 5 Found = 10   Expected = 15.3066     Chi2_bin5= 1.83973
myChiSquare  :2.46229
NDF       : 5
myPlevel       :0.782163
-1 -2147483647
 FCN=3.42312 FROM MIGRAD    STATUS=CONVERGED      14 CALLS          15 TOTAL
                     EDM=1.10216e-11    STRATEGY= 1      ERROR MATRIX ACCURATE 
  EXT PARAMETER                                   STEP         FIRST   
  NO.   NAME      VALUE            ERROR          SIZE      DERIVATIVE 
   1  p0           2.94500e+03     fixed    
   2  p1           1.14590e+00   1.93150e-02   1.98349e-05  -2.43076e-04
Mean      : 1.1459
Norm     : 2945
ChiSquare : 3.42312
NDF       : 4
Plevel    : 0.489664
Info in <TCanvas::Print>: png file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/Lag_PoissonFit.png has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_vED.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_L.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_ed.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_cc.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/fraction_time.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/fraction_frequency.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/frequency.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_time.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_lag.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/live_lag.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold_veto.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold_veto_compare.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/density.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/vED.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/netcor.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/likelihood.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/Mchirp.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/McErr.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_subnet.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_vED.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_pf.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_cc.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR_cc.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor_cc.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_mchirp.eps has been created
422145
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/phi_vs_theta_online.eps has been created
Info in <TCanvas::Print>: eps file report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ra_vs_dec_online.eps has been created
Warning in <TApplication::GetOptions>: macro  not found
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_pparameters.C...
merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
Processing ./config/user_pparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_epparameters.C...
veto_cat2 : veto_cat2_L1&&veto_cat2_H1
ch2 : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)
veto_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(veto_hveto_L1||veto_hveto_H1)
veto_not_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(!veto_hveto_L1&&!veto_hveto_H1)
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_mkhtml_index.C...
make index html file : report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/index.html
Warning in <TApplication::GetOptions>: macro  not found
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_pparameters.C...
merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
Processing ./config/user_pparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_epparameters.C...
veto_cat2 : veto_cat2_L1&&veto_cat2_H1
ch2 : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)
veto_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(veto_hveto_L1||veto_hveto_H1)
veto_not_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(!veto_hveto_L1&&!veto_hveto_H1)
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_mkhtml_header.C...
Number of jobs in the merged lists : 3722
Number of jobs/factors in the condor lists : 3722/1
Convert: report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/cwb2G_parameters.C.html
Convert: report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/user_parameters.C.html
Convert: report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/cwb_pparameters.C.html
Convert: report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/user_pparameters.C.html
Convert: report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/CWB_Plugin.C.html
make header file : report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/header.html
Warning in <TApplication::GetOptions>: macro  not found
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_pparameters.C...
merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
Processing ./config/user_pparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_epparameters.C...
veto_cat2 : veto_cat2_L1&&veto_cat2_H1
ch2 : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)
veto_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(veto_hveto_L1||veto_hveto_H1)
veto_not_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(!veto_hveto_L1&&!veto_hveto_H1)
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_mkhtml_prod.C...
Opening merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/body.html
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR_frequency.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR_frequency.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR_frequency.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor_frequency.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor_frequency.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor_frequency.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_frequency.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_frequency.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_frequency.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_time.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_time.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_time.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_vED.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_vED.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_vED.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_L.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_L.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_L.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_ed.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_ed.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_ed.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_cc.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_cc.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty_cc.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/fraction_time.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/fraction_time.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/fraction_time.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/fraction_frequency.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/fraction_frequency.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/fraction_frequency.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/frequency.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/frequency.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/frequency.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_time.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_time.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_time.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_lag.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_lag.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_lag.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/live_lag.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/live_lag.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/live_lag.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold_veto.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold_veto.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold_veto.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold_veto_compare.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold_veto_compare.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rate_threshold_veto_compare.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/density.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/density.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/density.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/penalty.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/vED.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/vED.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/vED.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/netcor.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/netcor.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/netcor.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/likelihood.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/likelihood.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/likelihood.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/Mchirp.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/Mchirp.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/Mchirp.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/McErr.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/McErr.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/McErr.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_subnet.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_subnet.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_subnet.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_vED.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_vED.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_vED.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_pf.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_pf.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_pf.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_cc.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_cc.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_cc.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR_cc.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR_cc.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ECOR_cc.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor_cc.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor_cc.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ecor_cc.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_mchirp.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_mchirp.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/rho_mchirp.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/phi_vs_theta_online.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/phi_vs_theta_online.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/phi_vs_theta_online.eps
convert report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ra_vs_dec_online.eps report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ra_vs_dec_online.gif
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/ra_vs_dec_online.eps
report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/live.txt
448800 1317139200
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 
cat report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/events_header.txt report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/events_sorted.txt > report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/EVENTS.txt
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/events_notsorted.txt
rm report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/data/events_header.txt
Warning in <TApplication::GetOptions>: macro  not found
root [0] 
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_rootlogon.C...

OS : Linux


ROOT/WAT/CWB initialization starting...

Set Include Paths...
Load Libraries...
Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 151.95.123.14:0.0
Loading LAL Suite     : /home/waveburst/SOFT//LAL/lalsuite_lal-master230218 ...
Loading cvode         : /home/waveburst/SOFT//CVODE/cvode-2.7.0/dist ...
Loading cfitsio       : /home/waveburst/SOFT//CFITSIO/cfitsio-3.45 ...
Loading HEALPix       : /home/waveburst/SOFT//HEALPix/Healpix_3.40 ...
Loading WAT           : /home/waveburst/git/cWB/library/tools/install/lib/wavelet.so ...
Loading Frame         : /home/waveburst/SOFT//FRAMELIB/libframe-8.30_root-6.14.00_icc ...
Loading eBBH          : /home/waveburst/git/cWB/library/tools/install/lib/eBBH.so ...
Loading STFT          : /home/waveburst/git/cWB/library/tools/install/lib/STFT.so ...
Loading gwat          : /home/waveburst/git/cWB/library/tools/install/lib/gwat.so ...
Loading Toolbox       : /home/waveburst/git/cWB/library/tools/install/lib/Toolbox.so ...
Loading History       : /home/waveburst/git/cWB/library/tools/install/lib/History.so ...
Loading Bicoherence   : /home/waveburst/git/cWB/library/tools/install/lib/Bicoherence.so ...
Loading Filter        : /home/waveburst/git/cWB/library/tools/install/lib/Filter.so ...
Loading CWB FRAME     : /home/waveburst/git/cWB/library/tools/install/lib/frame.so ...
Loading cwb           : /home/waveburst/git/cWB/library/tools/install/lib/cwb.so ...
Loading wavegraph     : /home/waveburst/git/cWB/library/tools/install/lib/wavegraph.so ...

cWB library path      : /home/waveburst/git/cWB/library

cWB config path       : /home/waveburst/CONFIGS/cWB-config-master.2.8

     ****************************************************************************
     *                                                                          *
     *             W E L C O M E  to  C W B                                     *
     *                                                                          *
     *             WAT    Version  6.2.6.0 (XIFO=4)                             *
     *                     Branch  master/                                      *
     *                       Hash  4fbcbfa076e28b708291a754cbbe7981f2ef2210     *
     *                 Short Hash  4fbcbfa0                                     *
     *                                                                          *
     *             LAL    Version  6.18.0.1                                     *
     *             FRLIB  Version  8.30                                         *
     *                                                                          *
     *             Based  on ROOT  6.14/00                                      *
     *                                                                          *
     *             ROOT6           ENABLED                                      *
     *             CP11            ENABLED                                      *
     *             ICC             ENABLED                                      *
     *                                                                          *
     *             CONFIG     Tag  master.2.8                                   *
     *                       Hash  f774dfad6c5704c7dd4856c87a00e774284c643a     *
     *                                                                          *
     ****************************************************************************

Date: Thu Jul 26 19:11:41 2018 +0200
   Compiled on Linux x86_64 ldas-pcdev5
                 Sat Jul 28 19:57:45 UTC 2018 

Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb2G_parameters.C...
www_dir    : /home/waveburst/public_html/reports
data_label : O2_BKG_L1H1_LF_WP10_tutorial_root6_run1
condor_log : /usr1/waveburst
nodename   : ldas-pcdev5
nodedir    : /local/waveburst
Processing ./config/user_parameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_eparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_pparameters.C...
merge/wave_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
merge/live_O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.root
Processing ./config/user_pparameters.C...
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_epparameters.C...
veto_cat2 : veto_cat2_L1&&veto_cat2_H1
ch2 : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)
veto_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(veto_hveto_L1||veto_hveto_H1)
veto_not_vetoed : netcc[0]>0.000000&&!(lag[2]==0&&slag[2]==0)&&(rho[0]>0.000000)&&(veto_cat2_L1&&veto_cat2_H1)&&(!veto_hveto_L1&&!veto_hveto_H1)
Processing /home/waveburst/git/cWB/library/tools/cwb/macros/cwb_condor_create_ced.C...
mkdir -p report/postprod/M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024/ced
condor/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024.ced.sub
condor/O2_BKG_L1H1_LF_WP10_tutorial_root6_run1.M1.V_cat2LH_hvetoLH.C_bin1_cut.R_rMRA_cat2_hveto_i0cc00_i0rho0_freq16_1024.ced.dag