Skip to content

Commit

Permalink
Update docs pointing to the new CMSSW for el9
Browse files Browse the repository at this point in the history
  • Loading branch information
anigamova authored Dec 14, 2023
1 parent 43d983d commit 671df68
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,28 @@ should be sufficient. To choose a release version, you can find the latest
releases on github under
[https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases)

### Combine v9 - recommended version
### Combine v10 - recommended version

The nominal installation method is inside CMSSW. The current release targets
the CMSSW `14_0_X` series because of the recent switch to el9 at lxplus machines.


```sh
cmsrel CMSSW_14_0_0_pre1
cd CMSSW_14_0_0_pre1/src
cmsenv
git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
cd HiggsAnalysis/CombinedLimit
```
Update to a recommended tag - currently the recommended tag is **v10.0.0**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v9.1.0)

```sh
cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit
git fetch origin
git checkout v10.0.0
scramv1 b clean; scramv1 b # always make a clean build
```
### Combine v9

The nominal installation method is inside CMSSW. The current release targets
the CMSSW `11_3_X` series because this release has both python2 and python3 ROOT
Expand Down

0 comments on commit 671df68

Please sign in to comment.