Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
compare_bkg.sh
Go to the documentation of this file.
1 if [[ -z $1 || -z $2 ]]; then
2  echo ""
3  echo 'compare_bkg mlabel ntuple'
4  echo ""
5  echo " this command does some comparisons between the rho distributions of two productions "
6  echo " the rho distribution of mlabel X from the current directory"
7  echo " vs the corresponding one of the ntuple Y "
8  echo " mlabel : merge label"
9  echo " ntuple : compare ntuple"
10  echo " "
11  echo ' Ex : compare_bkg M1 /home/salemi/NINJA2/test_bkg_2G_5/merge/test_bkg_2G_5.M2.root '
12  echo " "
13  return 0
14 fi
15 
16 export CWB_MERGE_LABEL="$1"
17 export CWB_COMPARE_TREE="$2"
18 
19 root -n -b -l ${CWB_PPARMS_FILES} ${CWB_MACROS}/../postproduction/burst/compare_bkg.C
20 unset CWB_MERGE_LABEL
21 unset CWB_COMPARE_TREE
int n
Definition: cwb_net.C:10
wavearray< double > z
Definition: Test10.C:32
int l
Definition: cbc_plots.C:434