Skip to content

Commit

Permalink
update installation instructions and version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliya Nigamova committed Jun 11, 2024
1 parent 671df68 commit 1849740
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/combine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
using namespace std;

// Update whenever we have a new Tag
std::string combineTagString = "v9.1.0";
std::string combineTagString = "v10.0.0";
//

int main(int argc, char **argv) {
Expand Down
9 changes: 5 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,18 @@ releases on github under
### 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.
the CMSSW `14_1_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
cmsrel CMSSW_14_1_0_pre4
cd CMSSW_14_1_0_pre4/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)
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/v10.0.0)

```sh
cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit
Expand Down

0 comments on commit 1849740

Please sign in to comment.