// This stuff can be used to test the Wavegraph algorithm with the 2G cwb pipeline 
// Noise frames are generated by the macro macro/CreateFramesNOISE.C
// MDC are generated on the fly
// MDC are CBC

to generate all necessary stuff do "make setup"
  - make directories for cwb
  - generate frames for ADV ifos L1 H1 V1
    to change the default values edit macro/CreateFramesNOISE.C
  
to change the cwb parameters edit config/user_parameters.C

to reset the directory do "make clean"

to generate cstrain data do :
cwb_inet2G config/user_parameters.C CSTRAIN 1
or
make cstrain

to make COHERENCE stage do :
cwb_inet2G data/cstrain_931158208_192_ADV_SIM_L1H1V1_2G_wavegraph_job1.root COHERENCE config/user_parameters.C
or 
make coherence

to make LIKELIHOOD stage do :
cwb_inet2G data/coherence_931158208_192_ADV_SIM_L1H1V1_2G_wavegraph_job1.root LIKELIHOOD config/user_parameters.C
or 
make like

