Trouble linking Delphes with MG5
Hi there,
I have Delphes 3.4.2 installed locally in my computer using make, and I would like to link it with MG5.
I tried to go to ./input/
#! Delphes Package
#! relative path start from main directory
delphes_path = /mnt/c/
But when I run "generate events" in mg5_amc, I always received "Not avail." detector message:
Choose the detector simulation program | detector = Not Avail. | Please install module
Did I miss something while linking with Delphes? I'm running MG5 in Ubuntu 20.04 on Windows.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Olivier Mattelaer
- Solved:
- 2020-11-30
- Last query:
- 2020-11-30
- Last reply:
- 2020-11-14
Are you sure that you have all the executable available?
Delphes has a lot of executable (depending of the input) if you did not compile the ones we need, it will behaves like that.
(we need to have stdhep and hepmc executables if I remember correctly)
Cheers,
Olivier
Nguyen Thach (ttn17) said : | #2 |
Thanks Olivier Mattelaer, that solved my question.