Fork me on GitHub

Changeset 95b3531 in git


Ignore:
Timestamp:
Jan 27, 2017, 11:18:01 AM (8 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
dd5e213
Parents:
fc02d59 (diff), 7d83636 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Pavel Demin <pavel-demin@…> (01/27/17 11:18:01)
git-committer:
GitHub <noreply@…> (01/27/17 11:18:01)
Message:

Merge pull request #36 from JP-Ellis/master

Include all ExRootAnalysis headers and fix include paths

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • examples/CaloGrid.cpp

    rfc02d59 r95b3531  
    1111#include "display/Delphes3DGeometry.h"
    1212#include "classes/DelphesClasses.h"
    13 #include "external/ExRootAnalysis/ExRootConfReader.h"
     13#include "ExRootAnalysis/ExRootConfReader.h"
    1414
    1515#include "TCanvas.h"
  • external/ExRootAnalysis/CMakeLists.txt

    rfc02d59 r95b3531  
    1313
    1414# install headers needed by public Delphes headers to include/
    15 install(FILES ExRootTask.h ExRootConfReader.h ExRootTreeWriter.h ExRootTreeBranch.h
    16         DESTINATION include/ExRootAnalysis)
     15install(FILES
     16  ExRootClassifier.h
     17  ExRootConfReader.h
     18  ExRootFilter.h
     19  ExRootProgressBar.h
     20  ExRootResult.h
     21  ExRootTask.h
     22  ExRootTreeBranch.h
     23  ExRootTreeReader.h
     24  ExRootTreeWriter.h
     25  ExRootUtilities.h
     26  DESTINATION include/ExRootAnalysis)
    1727
    1828# install all LinkDef files into the same folder to ease user environment
Note: See TracChangeset for help on using the changeset viewer.