// This stuff can be used for to test the Chirplet Chains algorithm with the 2G cwb pipeline (2 phases)
// Noise frames are generated by the macro macro/CreateFramesNOISE.C
// MDC are generated on the fly
// MDC are NSNS

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 supercluster data do :
cwb_inet2G config/user_parameters.C SUPERCLUSTER 1
or
make super

to make LIKELIHOOD stage do :
cwb_inet2G data/supercluster_931158208_192_ADV_SIM_NSNS_L1H1V1_2G_ChirpletChains_60_job1.root LIKELIHOOD config/sparse_data_parameters.C
or 
make like


use macro/DrawFits.C to draw fits files:
root -l 'macro/DrawFits.C("skymap_name.fits")'  

use macro/DrawNSNS.C to draw NSNS features (change defines in the macro) :
root -l macro/DrawNSNS.C
