Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
trento::records Struct Reference

#include <JETSCAPE/blob/main/external_packages/trento/src/collider.h>

Public Attributes

int i
 
double b
 
double npart
 
double mult
 

Detailed Description

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

Member Data Documentation

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().


The documentation for this struct was generated from the following file: