![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/trento/src/collider.h>
Public Attributes | |
| int | i |
| double | b |
| double | npart |
| double | mult |
Orchestrates event generation and output. Owns instances of several other TRENTO classes and knows how they work together. Responsible for sampling impact parameters. After instantiation, call run_events() to do everything.
Example::
Collider collider{var_map}; collider.run_events();
Definition at line 31 of file collider.h.
View newest version in sPHENIX GitHub at line 31 of file collider.h
| double trento::records::b |
Definition at line 33 of file collider.h.
View newest version in sPHENIX GitHub at line 33 of file collider.h
Referenced by trento::Collider::run_events().
| int trento::records::i |
Definition at line 32 of file collider.h.
View newest version in sPHENIX GitHub at line 32 of file collider.h
Referenced by trento::Collider::run_events().
| double trento::records::mult |
Definition at line 35 of file collider.h.
View newest version in sPHENIX GitHub at line 35 of file collider.h
Referenced by Jetscape::compare_E(), and trento::Collider::run_events().
| double trento::records::npart |
Definition at line 34 of file collider.h.
View newest version in sPHENIX GitHub at line 34 of file collider.h
Referenced by trento::Collider::run_events().