Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got error while compiling #1

Open
ram1123 opened this issue Apr 6, 2023 · 1 comment
Open

Got error while compiling #1

ram1123 opened this issue Apr 6, 2023 · 1 comment

Comments

@ram1123
Copy link

ram1123 commented Apr 6, 2023

>> Compiling  /afs/cern.ch/work/r/rasharma/h2l2Q/SignalModel_Eff_Resolution/CMSSW_10_6_26/src/JHUGenMELA/MELA/src/TNumericUtil.cc 
In file included from input_line_10:1:
/afs/cern.ch/work/r/rasharma/h2l2Q/SignalModel_Eff_Resolution/CMSSW_10_6_26/src/JHUGenMELA/MELA/src/LinkDef.h:1:10: fatal error: 'MELAFuncPdf.h' file not found
#include "MELAFuncPdf.h"
         ^~~~~~~~~~~~~~~
Error: /cvmfs/cms.cern.ch/slc7_amd64_gcc700/lcg/root/6.14.09-pafccj6/bin/rootcint: Linkdef compilation failure
/afs/cern.ch/work/r/rasharma/h2l2Q/SignalModel_Eff_Resolution/CMSSW_10_6_26/src/JHUGenMELA/MELA/src/TNumericUtil.cc:1:10: fatal error: TNumericUtil.hh: No such file or directory
 #include "TNumericUtil.hh"
          ^~~~~~~~~~~~~~~~~
compilation terminated.
gmake: *** [config/SCRAM/GMake/Makefile.rules:1733: tmp/slc7_amd64_gcc700/src/JHUGenMELA/MELA/src/JHUGenMELAMELA/b/JHUGenMELAMELA_yr.cc] Error 1
gmake: *** Waiting for unfinished jobs....
/afs/cern.ch/work/r/rasharma/h2l2Q/SignalModel_Eff_Resolution/CMSSW_10_6_26/src/JHUGenMELA/MELA/src/TNumericUtil.cc:1:10: fatal error: TNumericUtil.hh: No such file or directory
 #include "TNumericUtil.hh"
          ^~~~~~~~~~~~~~~~~
compilation terminated.
gmake: *** [config/SCRAM/GMake/Makefile.rules:1733: tmp/slc7_amd64_gcc700/src/JHUGenMELA/MELA/src/JHUGenMELAMELA/TNumericUtil.cc.o] Error 1
gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 2
@jialin-guo1
Copy link
Owner

jialin-guo1 commented Apr 7, 2023

https://github.com/jialin-guo1/HZZAnalysis/blob/master/install_SigMod.sh#L20

this issue comes from that you are trying to compiling HZZAnalysis repository. see in install_SigMod.sh we don't need to compile after clone HZZanalysis. Because if you just want to run re-shape and Fitshape processes. these are two standalone scripts. they only need input files and HiggsCombine Tool which should've installed if you ran install_SigMod.sh
So, as I write down into README. after running ./install_SigMod.sh, you can go to HZZAnalysis/SignalModel/ and run these two scripts.

@ram1123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants