cms-analysis / HiggsAnalysis-CombinedLimit

CMS Higgs Combination toolkit.
https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/latest
Apache License 2.0
75 stars 378 forks source link

Add a CMakeLists.txt for compiling with cmake #943

Closed will-cern closed 1 month ago

will-cern commented 3 months ago

This is tested by compiling on top of the StatAnalysis releases (setup instructions in comments in the CMakeLists.txt)

There will be conflicts for some classes which are compiled by both combine and RooFitExtensions (the ATLAS extra-classes library), which we should ultimately decide how to resolve (push common classes into RooFit, is best option).

guitargeek commented 3 months ago

I checked that this also compiling on lxplus9 after doing:

source /cvmfs/sft.cern.ch/lcg/views/LCG_105/x86_64-el9-gcc12-opt/setup.sh

Nice!

anigamova commented 1 month ago

closing, merged #967 instead