You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-8
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# X-SCAPE 1.1.2
1
+
# X-SCAPE 1.1.3
2
2
3
3
The X-ion collisions with a Statistically and Computationally Advanced Program Envelope (X-SCAPE) is the enhanced (and 2nd) project of the JETSCAPE
4
4
collaboration which extends the framework to include small systems created in p-A and p-p collisions, lower energy heavy-ion collisions and electron-Ion collisions.
@@ -75,16 +75,14 @@ An example reading an ascii output file is provided:
75
75
./build/readerTest
76
76
```
77
77
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).
79
79
80
80
## JETSCAPE Tunes
81
81
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.
86
85
87
-
Tuning of Pb-Pb is ongoing.
88
86
Several example hydro profiles can be downloaded using `examples/get_hydroSample*`.
89
87
90
88
## 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
243
241
## Troubleshooting
244
242
245
243
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.
<!-- Random Settings. For now, just a global seed. -->
@@ -151,7 +159,8 @@
151
159
<matter_on> 1 </matter_on>
152
160
<Q0> 2.0 </Q0>
153
161
<T0> 0.16 </T0>
154
-
<!--if negative vir_factor: parton 3-momentum of hard parton is used to compute initial virtuality in shower; if positive: transverse momentum of parton is used-->
162
+
<!--if initial_virtuality_pT == 1: pT of hard parton is used to compute initial virtuality in shower, initial_virtuality_pT == 0: use parton 3-momentum-->
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.
0 commit comments