Skip to content

Commit

Permalink
Merge pull request #997 from anigamova/upd_v10.0.2
Browse files Browse the repository at this point in the history
Update docs and bin/combine.cpp to v10.0.2
  • Loading branch information
anigamova committed Jul 25, 2024
2 parents caf347d + 3c8db1b commit 428b84f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "v10.0.1";
std::string combineTagString = "v10.0.2";
//

int main(int argc, char **argv) {
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ 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.1**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.0.1)
Update to a recommended tag - currently the recommended tag is **v10.0.2**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.0.2)

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

Expand Down

0 comments on commit 428b84f

Please sign in to comment.