Fork me on GitHub

Changes between Initial Version and Version 4 of Ticket #1079


Ignore:
Timestamp:
Mar 2, 2017, 4:30:07 PM (8 years ago)
Author:
Pavel Demin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1079

    • Property Resolutionfixed
    • Property Status newclosed
  • Ticket #1079 – Description

    initial v4  
    33I have been having issues with ROOT 6 and after fixing some errors it boiled down to an error in ExRootAnalysis. I have this question posted on the ROOT forum but then I figured it might be Delphes-specific so I am posting it here as well.
    44I am running Example2.C on my ROOT file and it works perfectly as long as I am in the Delphes directory. If I run it outside the directory I get an error, but this doesn't prevent the histograms from being generated. I have my LD_LIBRARY_PATH set to Delphes-3.4.0. The errors I get are:
    5 
     5{{{
    66Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
    77Missing FileEntry for ExRootAnalysis/ExRootTreeReader.h
     
    3434Missing FileEntry for ExRootAnalysis/ExRootTask.h
    3535requested to autoload type ExRootTask
    36 
     36}}}
    3737
    3838Any idea what's going on?