Represent a final-state cross section.
Definition at line 639 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 657 of file scatteractionsfinder.cc.
| std::string smash::FinalStateCrossSection::name_ |
Name of the final state.
Definition at line 641 of file scatteractionsfinder.cc.
| double smash::FinalStateCrossSection::cross_section_ |
Corresponding cross section in mb.
Definition at line 644 of file scatteractionsfinder.cc.
| double smash::FinalStateCrossSection::mass_ |
Total mass of final state particles.
Definition at line 647 of file scatteractionsfinder.cc.