fastjet compilation error in the first ./bin/ma5

Asked by Kentarou Mawatari

Do you have any idea how I can fix this compilation error?

g++ -Wall -O3 -pthread -m64 -I/Users/mawatari/work/root/include -I./../ -DZIP_USE -DFASTJET_USE -I/usr/local/include -c -o JetClustering/JetClusteringFastJet.o JetClustering/JetClusteringFastJet.cpp
JetClustering/JetClusteringFastJet.cpp: In member function ‘virtual bool MA5::JetClusteringFastJet::Execute(MA5::SampleFormat&, MA5::EventFormat&)’:
JetClustering/JetClusteringFastJet.cpp:279: error: ‘class fastjet::PseudoJet’ has no member named ‘pt’
JetClustering/JetClusteringFastJet.cpp:280: error: ‘class fastjet::PseudoJet’ has no member named ‘pt’
make: *** [JetClustering/JetClusteringFastJet.o] Error 1

thanks,
Kentarou

Question information

Language:
English Edit question
Status:
Solved
For:
MadAnalysis 5 Edit question
Assignee:
Benjamin Fuks Edit question
Last query:
Last reply:
Revision history for this message
Benjamin Fuks (fuks) said :
#2

Hi Kentarou,

Sorry for not having seen that message before. Could you retry with the latest version of the code and tell me if the problem persists?

Cheers,

Benjamin

Revision history for this message
Kentarou Mawatari (kentarou-mawatari) said :
#4

No problem, and thanks for the reply.
The problem was that I had installed a fastjet by myself before.
When I removed (or renamed) 'fastjet-config', the MA5 compilation
was done without any problem.

thanks,
Kentarou

2013/11/19 Benjamin Fuks <email address hidden>

> Your question #234516 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/234516
>
> Benjamin Fuks posted a new comment:
> Hi Kentarou,
>
> Sorry for not having seen that message before. Could you retry with the
> latest version of the code and tell me if the problem persists?
>
> Cheers,
>
> Benjamin
>
> --
> You received this question notification because you asked the question.
>