TRENTo

Reduced Thickness Event-by-event Nuclear Topology

TRENTo is a simple, fast model for the initial conditions of high-energy nuclear collisions (pp, pA, AA). PRC 92 011901 / arXiv:1412.4708 [nucl-th] formally presents the model and preliminary results. The code is publicly available on github.

Pb-Pb events


Pb-Pb events generated by the model using different p-means

Quickstart

First, install the dependencies: a C++11 compiler, Boost, and optionally HDF5. Then download the trento source and compile with CMake:

mkdir build && cd build
cmake ..
make install

See Installation for details.

Generate ten lead-lead events using default settings:

trento Pb Pb 10

trento prints the following event properties to stdout: event number, impact parameter, number of participants, total yield (energy or entropy), and eccentricity harmonics 2–5. To additionally save the event profiles to an HDF5 file:

trento Pb Pb 10 -o events.hdf

See Usage and Examples for complete documentation.

Attribution

If you make use of this software in your research, please cite it. The BibTeX entry is:

@article{Moreland:2014oya,
      author         = "Moreland, J. Scott and Bernhard, Jonah E. and Bass,
                        Steffen A.",
      title          = "{Alternative ansatz to wounded nucleon and binary
                        collision scaling in high-energy nuclear collisions}",
      journal        = "Phys.Rev.",
      number         = "1",
      volume         = "C92",
      pages          = "011901",
      doi            = "10.1103/PhysRevC.92.011901",
      year           = "2015",
      eprint         = "1412.4708",
      archivePrefix  = "arXiv",
      primaryClass   = "nucl-th",
      SLACcitation   = "%%CITATION = ARXIV:1412.4708;%%",
}

Running trento --bibtex will also print this entry.