Represent a final-state cross section.
Definition at line 810 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 828 of file scatteractionsfinder.cc.
| std::string smash::FinalStateCrossSection::name_ | 
Name of the final state.
Definition at line 812 of file scatteractionsfinder.cc.
| double smash::FinalStateCrossSection::cross_section_ | 
Corresponding cross section in mb.
Definition at line 815 of file scatteractionsfinder.cc.
| double smash::FinalStateCrossSection::mass_ | 
Total mass of final state particles.
Definition at line 818 of file scatteractionsfinder.cc.