Skip to content

Commit 39ef3ec

Browse files
authored
Merge pull request #28 from JETSCAPE/roch/sort_xml_files
New XML file structure for tunes
2 parents 9961f17 + ff459b1 commit 39ef3ec

File tree

7 files changed

+39
-7
lines changed

7 files changed

+39
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,14 @@ An example reading an ascii output file is provided:
7575
./build/readerTest
7676
```
7777

78-
which reads in the generated showers does some DFS search and shows the output. You can generate an output graph format which can be easily visualized using graphViz or other tools like Gephi (GUI for free for Mac) or more advanced, graph-tools (Python) and many more. Furthermore, as a "closure" test, the FastJet core package (compiled in our JetScape library) is used to perform a simple jetfinding (on the "final" partons, in graph language, incoming partons in a vertex with no outgoing partons/childs), and since the "shower" is perfectly collinear the jet pT is identical to the hard process parton pT (modulo some random new partons/roots in the final state, see above).
78+
which reads in the generated showers does some DFS search and shows the output. You can generate an output graph format which can be easily visualized using graphViz or other tools like Gephi (GUI for free for Mac) or more advanced, graph-tools (Python) and many more. Furthermore, as a "closure" test, the FastJet core package (compiled in our JetScape library) is used to perform a simple jetfinding (on the "final" partons, in graph language, incoming partons in a vertex with no outgoing partons/childs), and since the "shower" is perfectly collinear the jet pT is identical to the hard process parton pT (modulo some random new partons/roots in the final state, see above).
7979

8080
## JETSCAPE Tunes
8181

82-
Currently, there exists a pp tune [PP19](https://arxiv.org/abs/1910.05481), which can be run by:
83-
```bash
84-
./runJetscape ../config/jetscape_user_PP19.xml
85-
```
82+
There are several JETSCAPE tunes from publications available.
83+
The XML files to reproduce the results are available in the `config/publications_config` directory.
84+
Please see [JETSCAPE Tunes](config/publications_config/README.md) for more information.
8685

87-
Tuning of Pb-Pb is ongoing.
8886
Several example hydro profiles can be downloaded using `examples/get_hydroSample*`.
8987

9088
## X-SCAPE modules (New)
@@ -243,7 +241,6 @@ More material on the physics behind JETSCAPE and how to use it can be found in t
243241
## Troubleshooting
244242

245243
If you encounter a problem, please report the issue [here](https://github.com/JETSCAPE/JETSCAPE/issues).
246-
Please be sure to include enough information so that we can reproduce your issue: your platform, JETSCAPE version, configuration file, and anything else that may be relevant.
247244

248245
# Contributing
249246

config/publications_config/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# JETSCAPE Tunes
2+
3+
Currently, the following tunes are available:
4+
5+
- PP [arXiv:1910.05481](https://arxiv.org/abs/1910.05481)
6+
7+
- AA (soft) [arXiv:2011.01430](https://arxiv.org/pdf/2011.01430)
8+
9+
- AA (hard) [arXiv:2204.01163](https://arxiv.org/pdf/2204.01163)
10+
11+
The different tunes can be run by:
12+
```
13+
./runJetscape ../config/publications_config/arXiv_number/jetscape_user_system_arXiv.xml
14+
```
15+
16+
17+
## Instructions for adding XML files
18+
19+
When a new JETSCAPE paper is published, please add the XML file(s) to `publications_config/arXiv_#` and name the corresponding XML files similar to this one from the PP tune: `jetscape_user_PP_1910.05481.xml`.
20+
Specify the system (PP, AA, PA, ...) and put the arXiv number in the name.
21+
22+
If there is more information needed to reproduce the results an additional `README.md` file can be placed in the directory for the publication.
23+
24+
When XML files are added to the repository, an entry should be added in this file.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# arXiv:2011.01430
2+
3+
The `jetscape_user_AA_2011.01430.xml` file contains one specific parameter set
4+
from the runs in [arXiv:2011.01430](https://arxiv.org/pdf/2011.01430).
5+
See table II in there, which summarizes the MAP parameters for the different runs.
6+
7+
The `cross-section` parameter for Trento has to be 4.2 for 200 GeV and 6.4 for
8+
the 2.76 TeV run.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# arXiv:2102.11337
2+
3+
This XML file requires pre calculated hydro evolutions from file.

0 commit comments

Comments
 (0)