Update how to add the llsw model to basf authored by Max Welsch's avatar Max Welsch
......@@ -24,3 +24,6 @@ The FF files contain the form factors for the decays.
%.d:%.F
$(ATMARK)-$(SHELL) -ec '$(DEPEND_FCPP) $< | n6gfd.pl $@ | sed $(LINUX_G77_BUG) -e "s/$*\.o[ :]*/$@ &/g" > $@'
```
* now you have to replace the `belleEvtGenBase` and `belleEvtGenModels` directories with the one you find in `$BELLE_TOP_DIR/src/gen/evt`
* the next is to modify the Makefiles in `belleEvtGen*/`, `belleEvtGen*/belleEvtGen*/` and `belleEvtGen*/src/`. There you have to replace the variables `BELLE_CONFIG_DIR` and `BELLE_TOP_DIR` according to your working directory.