Version: SMASH-1.5
smash::transit_high_energy Namespace Reference

constants related to transition between low and high collision energies More...

Variables

const std::array< double, 2 > sqrts_range_Npi = {1.9, 2.2}
 transition range in N-pi collisions More...
 
const std::array< double, 2 > sqrts_range_NN = {4., 5.}
 transition range in N-N collisions More...
 
const double sqrts_add_lower = 0.9
 constant for the lower end of transition region in the case of AQM this is added to the sum of masses More...
 
const double sqrts_range = 1.0
 constant for the range of transition region in the case of AQM this is added to the sum of masses + sqrts_add_lower More...
 
const double pipi_offset = 1.12
 Constant offset as to where to turn on the strings and elastic processes for pi pi reactions (this is an exception because the normal AQM behavior destroys the cross-section at very low sqrt_s and around the f2 peak) More...
 
const double KN_offset = 15.15
 Constant offset as to where to shift from 2to2 to string processes (in GeV) in the case of KN reactions. More...
 

Detailed Description

constants related to transition between low and high collision energies

Variable Documentation

◆ sqrts_range_Npi

const std::array<double, 2> smash::transit_high_energy::sqrts_range_Npi = {1.9, 2.2}

transition range in N-pi collisions

Definition at line 24 of file crosssections.h.

◆ sqrts_range_NN

const std::array<double, 2> smash::transit_high_energy::sqrts_range_NN = {4., 5.}

transition range in N-N collisions

Definition at line 26 of file crosssections.h.

◆ sqrts_add_lower

const double smash::transit_high_energy::sqrts_add_lower = 0.9

constant for the lower end of transition region in the case of AQM this is added to the sum of masses

Definition at line 31 of file crosssections.h.

◆ sqrts_range

const double smash::transit_high_energy::sqrts_range = 1.0

constant for the range of transition region in the case of AQM this is added to the sum of masses + sqrts_add_lower

Definition at line 36 of file crosssections.h.

◆ pipi_offset

const double smash::transit_high_energy::pipi_offset = 1.12

Constant offset as to where to turn on the strings and elastic processes for pi pi reactions (this is an exception because the normal AQM behavior destroys the cross-section at very low sqrt_s and around the f2 peak)

Definition at line 43 of file crosssections.h.

◆ KN_offset

const double smash::transit_high_energy::KN_offset = 15.15

Constant offset as to where to shift from 2to2 to string processes (in GeV) in the case of KN reactions.

Definition at line 49 of file crosssections.h.