Version: SMASH-3.1
smash::FinalStateCrossSection Struct Reference

Represent a final-state cross section.

Definition at line 634 of file scatteractionsfinder.cc.

Public Member Functions

 FinalStateCrossSection (const std::string &name, double cross_section, double mass)
 Construct a final-state cross section. More...
 

Public Attributes

std::string name_
 Name of the final state. More...
 
double cross_section_
 Corresponding cross section in mb. More...
 
double mass_
 Total mass of final state particles. More...
 

Constructor & Destructor Documentation

◆ FinalStateCrossSection()

smash::FinalStateCrossSection::FinalStateCrossSection ( const std::string &  name,
double  cross_section,
double  mass 
)
inline

Construct a final-state cross section.

Parameters
nameName of the final state.
cross_sectionCorresponding cross section in mb.
massTotal mass of final state particles.
Returns
Constructed object.

Definition at line 652 of file scatteractionsfinder.cc.

654  : name_(name), cross_section_(cross_section), mass_(mass) {}
std::string name_
Name of the final state.
double cross_section_
Corresponding cross section in mb.
double mass_
Total mass of final state particles.

Member Data Documentation

◆ name_

std::string smash::FinalStateCrossSection::name_

Name of the final state.

Definition at line 636 of file scatteractionsfinder.cc.

◆ cross_section_

double smash::FinalStateCrossSection::cross_section_

Corresponding cross section in mb.

Definition at line 639 of file scatteractionsfinder.cc.

◆ mass_

double smash::FinalStateCrossSection::mass_

Total mass of final state particles.

Definition at line 642 of file scatteractionsfinder.cc.


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