Logo coherent WaveBurst  
Config Reference Guide
Logo
cwb_mkpp_chunk.csh
Go to the documentation of this file.
1 #!/bin/tcsh -f
2 
3 onintr irq_ctrlc
4 
5 if ($1 == '') then
6  echo ""
7  echo "Error : missing input parameter !!!"
8  echo ""
9  exit
10 endif
11 
12 cwb_clonedir ../BurstLF/O1_K$1_C02_LH_BurstLF_BKG_run1 O1_K$1_C02_LH_IMBHB_BKG_run1 '--output merge'
13 
14 cd O1_K$1_C02_LH_IMBHB_BKG_run1
15 cp /home/waveburst/O1/SEARCHES/CBC/IMBHB/user_pparameters.C config/user_pparameters.C
16 
17 cwb_merge M1
18 cwb_setveto M1
19 
20 cwb_setcuts M1.V_hvetoLH "--tcuts bin1_cut --label bin1_cut"
21 cwb_report M1.V_hvetoLH.C_bin1_cut create
22 
23 cwb_setifar M1.V_hvetoLH.C_bin1_cut '--xtsel run>=0 --label ifar --xfile report/postprod/M1.V_hvetoLH.C_bin1_cut.R_rMRA_hveto_i0cc00_i1rho0_freq16_1024/data/far_rho.txt --mode exclusive'
24 
25 cd ..
26 
27 exit 0
28 irq_ctrlc:
29  ps T | grep root | awk '{print $1}' | xargs kill -9
30  exit 1
shift breaksw case T
Definition: cwb_clchunk.csh:90