1. The model files can be (re)generated using lanhep:

lhep -ca FPVDM_with_TOP_final.lhep


2.If you do this , you should correct

"G" in aux filed for ~V+ and V0 to "0G"

3. If you use this model in micromegas, you should copy

*.c *.h files to "lib" folder of the model
and in the "work" folder add the following lines to "calchep" scipt

clib=PATH_TO_YOUR_MODEL/lib
export clib

(replacing PATH_TO_YOUR_MODEL/lib with the actual path)

if you do not use micromegas, you can put these files anywhere, e.g. to  the model folder,
but then you should still define clib variable pointing to this folder
