Skip to content

Commit 19a4a64

Browse files
authored
Update root version (#7)
* Update root version (closes #6) * Update root container Update root container from reanahub/reana-env-root6:6.18.04 to rootproject/root:6.28.00-ubuntu22.04 * Update README.md Add a notion of the version and update the git command (git clone git won't work anymore)
1 parent bfb06d6 commit 19a4a64

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Analysis using reduced NanoAOD files created from CMS open data producing a high
55
![](dimuonSpectrum.png)
66

77
## How to run this?
8-
9-
The analysis needs solely a ROOT installation (6.16 or greater). You can get the software easily using the CMS Open Data VM and CVMFS. Just run the following command in the terminal to source an appropriate software stack:
8+
The analysis needs solely a ROOT installation. You can get the software easily using the CMS Open Data VM and CVMFS. Note that version 6.28.00 is used in the environment.yml and reana.yaml files but it may be different when set up through CVMFS. Just run the following command in the terminal to source an appropriate software stack:
109

1110
```bash
1211
source /cvmfs/sft.cern.ch/lcg/views/LCG_95/x86_64-slc6-gcc8-opt/setup.sh
@@ -15,7 +14,8 @@ source /cvmfs/sft.cern.ch/lcg/views/LCG_95/x86_64-slc6-gcc8-opt/setup.sh
1514
To download the files, you can either use `git` with the following command or download them directly via the web browser.
1615

1716
```bash
18-
git clone git://github.com/cms-opendata-analyses/DimuonSpectrumNanoAODOutreachAnalysis -b v1.4
17+
git clone https://github.com/cms-opendata-analyses/DimuonSpectrumNanoAODOutreachAnalysis.git -b v1.5
18+
cd DimuonSpectrumNanoAODOutreachAnalysis
1919
```
2020

2121
The analysis code itself is provided in Python and C++. The instructions to run the scripts is shown below:
@@ -30,7 +30,7 @@ jupyter notebook
3030

3131
To run via binder, you just have to click the following link and follow the instructions. You can ignore the two error messages.
3232

33-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/cms-opendata-analyses/DimuonSpectrumNanoAODOutreachAnalysis/v1.4)
33+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/cms-opendata-analyses/DimuonSpectrumNanoAODOutreachAnalysis/HEAD?labpath=dimuonSpectrum.ipynb)
3434

3535
**Python (interactive):**
3636

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: analysis
22
channels:
33
- conda-forge
44
dependencies:
5-
- root=6.16.00
5+
- root=6.28.00

reana.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ workflow:
77
specification:
88
steps:
99
- name: compile
10-
environment: reanahub/reana-env-root6:6.18.04
10+
environment: rootproject/root:6.28.00-ubuntu22.04
1111
commands:
1212
- g++ -v -O3 -o dimuonSpectrum dimuonSpectrum.C `root-config --cflags --libs`
1313
- name: run
14-
environment: reanahub/reana-env-root6:6.18.04
14+
environment: rootproject/root:6.28.00-ubuntu22.04
1515
commands:
1616
- ./dimuonSpectrum
1717
outputs:

0 commit comments

Comments
 (0)