Version: SMASH-1.5
smash::HistoryData Struct Reference

#include <particledata.h>

A structure to hold information about the history of the particle, e.g.

the last interaction etc.

Definition at line 24 of file particledata.h.

Collaboration diagram for smash::HistoryData:
[legend]

Public Attributes

int collisions_per_particle = 0
 Collision counter per particle, zero only for initially present particles. More...
 
uint32_t id_process = 0
 id of the last action More...
 
ProcessType process_type = ProcessType::None
 type of the last action More...
 
double time_last_collision = 0.0
 Time of the last action (excluding walls), time of kinetic freeze_out for HBT analysis this time should be larger or equal to the formation time of the particle, since only formed particles can freeze out The full coordinate space 4-vector can be obtained by back-propagation. More...
 
PdgCode p1 = 0x0
 PdgCode of the first parent particles. More...
 
PdgCode p2 = 0x0
 PdgCode of the second parent particles. More...
 

Member Data Documentation

◆ collisions_per_particle

int smash::HistoryData::collisions_per_particle = 0

Collision counter per particle, zero only for initially present particles.

Definition at line 26 of file particledata.h.

◆ id_process

uint32_t smash::HistoryData::id_process = 0

id of the last action

Definition at line 28 of file particledata.h.

◆ process_type

ProcessType smash::HistoryData::process_type = ProcessType::None

type of the last action

Definition at line 30 of file particledata.h.

◆ time_last_collision

double smash::HistoryData::time_last_collision = 0.0

Time of the last action (excluding walls), time of kinetic freeze_out for HBT analysis this time should be larger or equal to the formation time of the particle, since only formed particles can freeze out The full coordinate space 4-vector can be obtained by back-propagation.

Definition at line 37 of file particledata.h.

◆ p1

PdgCode smash::HistoryData::p1 = 0x0

PdgCode of the first parent particles.

Definition at line 39 of file particledata.h.

◆ p2

PdgCode smash::HistoryData::p2 = 0x0

PdgCode of the second parent particles.

Definition at line 41 of file particledata.h.


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