I generated events using MG5_aMC interfaced with pythia8 and Delphes. Now when I try to run the analysis script over the generated sample. I get the following error. Could you please guide me on how to resolve this issue?
Thanks in advance.
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
Missing FileEntry for modules/TrackCovariance.h
requested to autoload type TrackCovariance
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
Missing FileEntry for modules/ClusterCounting.h
requested to autoload type ClusterCounting
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
Missing FileEntry for modules/TimeOfFlight.h
requested to autoload type TimeOfFlight
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
Missing FileEntry for modules/DecayFilter.h
requested to autoload type DecayFilter
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
Missing FileEntry for modules/ParticleDensity.h
requested to autoload type ParticleDensity
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
Missing FileEntry for modules/TruthVertexFinder.h
requested to autoload type TruthVertexFinder
modules/TrackCovariance.h is inside “some” directory on your computer. Export the environment variable ROOT_INCLUDE_PATH pointing to that directory and ROOT will know where to find these headers.
Thank you for your reply. Unfortunately, I do not know inside which directory these header files are. I tried the following commands inside Delphes directory:
I don’t know either of course, as I don’t know your disk You should be able to find TrackCovariance.h somewhere, though. Maybe it’s part of MG5_aMC - I don’t know that library. Good luck!
I found the path (/Delphes/tmp/modules) of file “TrackCovariance” with the extension “.o” not “.h”. I am not sure if they are the same. However, I executed the following commands inside the Delphes directory, but they did not work.