Update how to add the llsw model to basf authored by Max Welsch's avatar Max Welsch
...@@ -13,7 +13,7 @@ The FF files contain the form factors for the decays. ...@@ -13,7 +13,7 @@ The FF files contain the form factors for the decays.
* set up the basf framework, e.g. `source /sw/belle/local/etc/bashrc_general` * set up the basf framework, e.g. `source /sw/belle/local/etc/bashrc_general`
* then create a working directory and switch in it, e.g. `mkdir -p work/belle/src && cd work/belle/src` * then create a working directory and switch in it, e.g. `mkdir -p work/belle/src && cd work/belle/src`
* after that use `get_packages belleEvtGenModels belleEvtGenBase` in order to get to corresponding module to modify * after that use `get_packages belleEvtGenModels belleEvtGenBase` in order to get to corresponding module to modify
* **IMPORTANT:** in order to be able to compile the module the following changes have to made in this Makefile `work/belle/src/config/Makefile.common.in`: Add `n6gfd.pl $@ |` in the following way * **IMPORTANT:** in order to be able to compile the module the following changes have to made in this Makefile `work/belle/src/config/Makefile.common.in`: Add `n6gfd.pl $@ |` to line 746 in the following way
``` ```
%.d:%.F %.d:%.F
... ...
......