| cwb_mkchunk ~~~~~~~~~~~~ This page provides a description of the cwb_mkchunk command. | | **Usage** | | This command is used to create the working directory for the chunk wise analysis | | **Syntax** | - ``cwb_mkchunk`` (no arguments) Prints help - ``cwb_mkchunk --run="..." --chunk="..." --cal="..." --net="..." --search="..." --type="..." --tag="..." --opt="..."`` creates the working directory | | **Further information** | The following options can be passed to cwb_mkchunk .. code-block:: bash --run : O1, O2 --chunk : integer number --cal : Calibration tag Ex: C00, C00c, C01, C02, C02c --net : Network configuration Ex: LH LHV --search : Search Ex: BurstLF, BurstHF, BurstLD, IMBHB, BBH --type : Search type Ex: BKG, SIM --tag : user string tag Ex: run1, tst1, dev1 --opt : optional no options -> disabled (default) create : execute condor_create submit : execute condor_create & condor_submit | | **Examples** | - The following commands are equivalents: ``cwb_mkchunk --run="O2" --chunk="03" --cal="C02c" --net="LH" --search="BurstLF" --type="BKG" --tag="dev1" --opt="create"`` ``cwb_mkchunk --run=O2 --chunk=03 --cal=C02c --net=LH --search=BurstLF --type=BKG --tag=dev1 --opt=create`` ``cwb_mkchunk --run O2 --chunk 03 --cal C02c --net LH --search BurstLF --type BKG --tag dev1 --opt create`` create the following working directory -> O2_K03_C02c_LH_BurstLF_BKG_dev1