Open ram1123 opened 1 year ago
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