Opened 10 years ago
Closed 10 years ago
#305 closed defect (wontfix)
compilation with delphes linkage
Reported by: | alexandra.oliveira@cern.ch | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | major | Milestone: | rel-2.2.0 |
Component: | Unknown | Version: | 2.1.0 |
Keywords: | Cc: |
Description
Dear developers
I am trying to install Sherpa_2.1.0 linked to Delphes_3.1.10 in lxplus5 enviroment. I had successfully installed the Delphes package that works fine as standalone. To install Sherpa linked to this version I am using:
########################### source /afs/cern.ch/sw/lcg/external/root/5.21.04/slc4_amd64_gcc34/root/bin/thisroot.sh
./configure --with-sqlite3=install \ --enable-root=/afs/cern.ch/sw/lcg/external/root/5.21.04/slc4_amd64_gcc34/root \ --enable-blackhat=/afs/cern.ch/sw/lcg/external/MCGenerators_test/SHERPA-MPI/MCGenerators_lcgcmt67b/blackhat/0.9.9/x86_64-slc6-gcc48-opt/ \ --enable-delphes=/afs/cern.ch/work/a/acarvalh/phenoHH/Delphes-3.0.11 \ --enable-gzip \ --enable-fastjet=/afs/cern.ch/sw/lcg/external/MCGenerators_test/SHERPA-MPI/fastjet/3.0.6/x86_64-slc6-gcc48-opt/
make #############################
I am having the following error:
############################# make[3]: Entering directory `/afs/cern.ch/work/a/acarvalh/phenoHH/SHERPA-MC-2.1.0/AddOns/Delphes'
CXX libSherpaDelphesOutput_la-Output_Delphes.lo
Output_Delphes.C:9:65: error: Utilities/ExRootAnalysis/interface/ExRootTreeWriter.h: No such file or directory Output_Delphes.C:10:61: error: Utilities/ExRootAnalysis/interface/BlockClasses.h: No such file or directory Output_Delphes.C:65:28: error: HepMC/GenEvent.h: No such file or directory Output_Delphes.C:80:65: error: Utilities/ExRootAnalysis/interface/ExRootTreeBranch.h: No such file or directory Output_Delphes.C:19: error: 'HepMC2_Interface' in namespace 'SHERPA' does not name a type Output_Delphes.C:25: error: ISO C++ forbids declaration of 'ExRootTreeWriter' with no type Output_Delphes.C:25: error: expected ';' before '*' token ... ... ... ###############################
When I do not try to link Delphes however the installation is successful I wonder if I am forgetting to source anything or any other configuration option... I had tried also to load Delphes libraries before configure and compile, it did not worked also...
Taking the opportunity to other question I did not found in the manual: When I ask for the Delphes output, where to specify the Delphes card used?
thanks a lot Alexandra
Attachments (0)
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Could you try with the svn version of delphes below? Delphes support has been included upon request from a user, but it is not actively maintained due to low demand from our user base.
Best Stefan