Opened 3 years ago
Last modified 3 years ago
#1512 new Bug
Delphes install fatal error
Reported by: | Yehia Abdelaziz | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
I am installing Delphes 3.5 on Centos 7. It gives me this error
compiling classes/DelphesHepMC2Reader.cc
In file included from classes/DelphesHepMC2Reader.cc:38:0:
classes/TDatabasePDG.h:15:26: fatal error: TParticlePDG.h: No such file or directory
#include "TParticlePDG.h"
compilation terminated.
It also gives the same error when I try to install it from inside MG using "install Delphes"
I have root 6.22 installed.
I need help with this please.
Note:
See TracTickets
for help on using tickets.
Solved it by installing root manually from source instead of the yum repositories.