Skip to content

Commit eaf88cf

Browse files
author
Julie Hogan
committed
merge updates from qcd workshop
1 parent 8716ddf commit eaf88cf

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

episodes/01-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You will find that all the datasets have their DOI listed at the top of their pa
9494
Can you locate where the DOI is shown for this dataset, Record 30521,
9595
[ DoubleEG primary dataset in NANOAOD format from RunG of 2016 (/DoubleEG/Run2016G-UL2016_MiniAODv2_NanoAODv9-v1/NANOAOD)](https://opendata.cern.ch/record/30521)
9696

97-
Image here from assets/img/portal_screenshot_DOI_example.png
97+
![](fig/portal_screenshot_cms_2016_doubleeg_nanoaod.png)
9898

9999
With a DOI, you can create citations to any of these records, for example using a tool like [doi2bib](https://www.doi2bib.org).
100100
::::::

episodes/03-what-data-is-available.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ These files are not a focus of this workshop.
109109
* **AOD** stands for *Analysis Object Data*. This was the first stage of data where analysts can really start
110110
physics analysis when using Run 1 data.
111111
* **MINIAOD** is a slimmer format of AOD, in use in CMS from Run 2 data on.
112-
* **NANOAOD** is slimmed-down version of MINIAOD, and, in conrast to all other formats above, does not require CMS-specific software
112+
* **NANOAOD** is slimmed-down version of MINIAOD, and, in contrast to all other formats above, does not require CMS-specific software
113113
for analysis.
114114

115115
### Further information
@@ -167,7 +167,7 @@ Monte Carlo dataset category search options
167167

168168
There are a lot of Monte Carlo samples! It's up to you to determine which ones
169169
might contribute to your analysis. The names try to give you some sense of
170-
the primary process, subsequent decays, the beam energy
170+
the primary process, subsequent decays, the collision energy
171171
and specific simulation software (e.g. Pythia), but if you have questions,
172172
reach out to the organizers.
173173
<!-- through
@@ -187,7 +187,7 @@ if we take our time we might be able to intuit some of the meaning. This appears
187187
to simulate a [Drell-Yan process](https://en.wikipedia.org/wiki/Drell%E2%80%93Yan_process)
188188
in which two quarks interact to produce a virtual photon/Z boson which then couples to
189189
two leptons. The *M-120To200* refers to a selection that has been imposed requiring the mass of the di-lepton
190-
pair to be between 120 and 200 50 GeV/c^2. *TuneCP5* refers to the the set of CMS underlying-event parameters of PYTHIA8 event generator. *13TeV* is the beam energy used in the simulation,
190+
pair to be between 120 and 200 50 GeV/c^2. *TuneCP5* refers to the the set of CMS underlying-event parameters of PYTHIA8 event generator. *13TeV* is the center-of-mass energy of the collision used in the simulation,
191191
the remaining fields tell us what
192192
software was used to generate this (*powheg* for event generation and *pythia8* for hadronization).
193193

@@ -245,10 +245,10 @@ To fit more entries to one page, you can choose the list view from the search, a
245245

246246
To search a string in the record title use, for example:
247247

248-
- `title.tokens:*GluGluHToGG*`
249-
- `title.tokens:*DYToMuMu*`
250-
- `title.tokens:*sherpa*`
251-
- `title.tokens:*flat*`
248+
- `GluGluHToGG*`
249+
- `DYToMuMu*`
250+
- `*sherpa*`
251+
- `*flat*`
252252

253253
![](fig/portal_screenshot_search_cms_2016_mc_nanoaodsim_dytomumu.png)
254254

episodes/04-cli-through-cernopendata-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ docker run -i -t --rm docker.io/cernopendata/cernopendata-client get-file-locat
6868
or pipe it to a local file with:
6969

7070
```bash
71-
docker run -i -t --rm docker.io/cernopendata/cernopendata-client get-file-locations --recid 30563 --protocol xrootd > files-recid-30504.txt
71+
docker run -i -t --rm docker.io/cernopendata/cernopendata-client get-file-locations --recid 30563 --protocol xrootd > files-recid-30563.txt
7272
```
7373

7474
:::::: prereq
@@ -91,4 +91,4 @@ We will be working on getting all metadata needed for an analysis of CMS Open Da
9191

9292
:::::: keypoints
9393
- cernopendata-client is a command-line tool to download dataset files and metadata from the CERN Open Data portal.
94-
::::::
94+
::::::

0 commit comments

Comments
 (0)