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... | |
|
inline |
Construct a final-state cross section.
name | Name of the final state. |
cross_section | Corresponding cross section in mb. |
mass | Total mass of final state particles. |
Definition at line 652 of file scatteractionsfinder.cc.
std::string smash::FinalStateCrossSection::name_ |
Name of the final state.
Definition at line 636 of file scatteractionsfinder.cc.
double smash::FinalStateCrossSection::cross_section_ |
Corresponding cross section in mb.
Definition at line 639 of file scatteractionsfinder.cc.
double smash::FinalStateCrossSection::mass_ |
Total mass of final state particles.
Definition at line 642 of file scatteractionsfinder.cc.