Missing FileEntry for ExRootAnalysis

Asked by pattara angkinun

Dear MA5 team,

while running Delphes I found messages about missing ExRootAnalysis files, i.e.

Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for ExRootAnalysis/ExRootTreeReader.h
   requested to autoload type ExRootTreeReader
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for ExRootAnalysis/ExRootTreeWriter.h
   requested to autoload type ExRootTreeWriter
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for ExRootAnalysis/ExRootTreeBranch.h
   requested to autoload type ExRootTreeBranch
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for ExRootAnalysis/ExRootResult.h
   requested to autoload type ExRootResult
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for ExRootAnalysis/ExRootClassifier.h
   requested to autoload type ExRootClassifier
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for ExRootAnalysis/ExRootFilter.h
   requested to autoload type ExRootFilter
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for ExRootAnalysis/ExRootProgressBar.h
   requested to autoload type ExRootProgressBar
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for ExRootAnalysis/ExRootConfReader.h
   requested to autoload type ExRootConfParam
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for ExRootAnalysis/ExRootConfReader.h
   requested to autoload type ExRootConfReader
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for ExRootAnalysis/ExRootTask.h
   requested to autoload type ExRootTask

Could you tell me how to fix it.
PS. I am using MA5_v1.7

Best regards
Pattara Angkinun

Question information

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

Hi,

This does not do anything bad. You can ignore it.

Cheers,

Benjamin

> On 25 Apr 2019, at 15:51 , pattara angkinun <email address hidden> wrote:
>
> New question #680449 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/680449
>
> Dear MA5 team,
>
> while running Delphes I found messages about missing ExRootAnalysis files, i.e.
>
> Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
> Missing FileEntry for ExRootAnalysis/ExRootTreeReader.h
> requested to autoload type ExRootTreeReader
> Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
> Missing FileEntry for ExRootAnalysis/ExRootTreeWriter.h
> requested to autoload type ExRootTreeWriter
> Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
> Missing FileEntry for ExRootAnalysis/ExRootTreeBranch.h
> requested to autoload type ExRootTreeBranch
> Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
> Missing FileEntry for ExRootAnalysis/ExRootResult.h
> requested to autoload type ExRootResult
> Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
> Missing FileEntry for ExRootAnalysis/ExRootClassifier.h
> requested to autoload type ExRootClassifier
> Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
> Missing FileEntry for ExRootAnalysis/ExRootFilter.h
> requested to autoload type ExRootFilter
> Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
> Missing FileEntry for ExRootAnalysis/ExRootProgressBar.h
> requested to autoload type ExRootProgressBar
> Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
> Missing FileEntry for ExRootAnalysis/ExRootConfReader.h
> requested to autoload type ExRootConfParam
> Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
> Missing FileEntry for ExRootAnalysis/ExRootConfReader.h
> requested to autoload type ExRootConfReader
> Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
> Missing FileEntry for ExRootAnalysis/ExRootTask.h
> requested to autoload type ExRootTask
>
> Could you tell me how to fix it.
> PS. I am using MA5_v1.7
>
> Best regards
> Pattara Angkinun
>
>
>
>
>
>
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
pattara angkinun (pattara.angkinun) said :
#2

Thanks Benjamin Fuks, that solved my question.