Update how to add the llsw model to basf authored by Max Welsch's avatar Max Welsch
...@@ -10,7 +10,7 @@ In total there are four files needed: ...@@ -10,7 +10,7 @@ In total there are four files needed:
The FF files contain the form factors for the decays. The FF files contain the form factors for the decays.
## How to compile and use the new model ## How to compile and use the new model
>>> ```
Here is how to compile the existent module. Here is how to compile the existent module.
( I'm not sure, but some people use basf2 evtgen to run evtgen, ( I'm not sure, but some people use basf2 evtgen to run evtgen,
so there might be another way ) so there might be another way )
...@@ -42,7 +42,6 @@ Yet another way is to put your local v0finder.so inside your current ...@@ -42,7 +42,6 @@ Yet another way is to put your local v0finder.so inside your current
directory. By default, current directory is at the top of BASF_MODULE_DIR directory. By default, current directory is at the top of BASF_MODULE_DIR
cw07:~$ echo $BASF_MODULE_DIR cw07:~$ echo $BASF_MODULE_DIR
.:/sw/belle/belle/b20090127_0910/x86_64-unknown-linux-gnu/debug/bin .:/sw/belle/belle/b20090127_0910/x86_64-unknown-linux-gnu/debug/bin
```
>>>