Please read tips for efficient and successful posting and posting code
ROOT Version: 6.30.04
Platform: Not Provided
Compiler: Not Provided
Hi,
I wanted to do some task relating to fastjet within root framework. So i started with a basic fastjet example in the root framework.
I have implemented the following root commands-
root [0] gSystem->AddIncludePath(“/home/ganeshh/FASTJET/fastjet-install/include”)
root [1] gSystem->Load(“/home/ganeshh/FASTJET/fastjet-install/lib/libfastjet”)
(int) 0
I ran the example file within root but it gives me an error-
root [2] .L short-example.cc
In file included from input_line_11:1:
/home/ganeshh/FASTJET/fcc/fcc_1/short-example.cc:1:10: fatal error: ‘fastjet/ClusterSequence.hh’ file not found
#include “fastjet/ClusterSequence.hh”
How this error can be fixed?