Changes between Initial Version and Version 4 of Ticket #1079
- Timestamp:
- Mar 2, 2017, 4:30:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1079
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #1079 – Description
initial v4 3 3 I 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. 4 4 I 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 {{{ 6 6 Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: 7 7 Missing FileEntry for ExRootAnalysis/ExRootTreeReader.h … … 34 34 Missing FileEntry for ExRootAnalysis/ExRootTask.h 35 35 requested to autoload type ExRootTask 36 36 }}} 37 37 38 38 Any idea what's going on?