Definition at line 125 of file TabulatedXSec.hh.
◆ OptimizationMapKey()
| marley::TabulatedXSec::OptimizationMapKey::OptimizationMapKey |
( |
int | pdg_a, |
|
|
MultipoleLabel | ml ) |
|
inline |
◆ operator<()
| bool marley::TabulatedXSec::OptimizationMapKey::operator< |
( |
const OptimizationMapKey & | omk | ) |
const |
|
inline |
Define the order of OptimizationMapKey objects so that they be used as keys for a std::map
Definition at line 131 of file TabulatedXSec.hh.
131 {
132 if ( this->pdg_a_ != omk.pdg_a_ ) {
133 return ( this->pdg_a_ < omk.pdg_a_ );
134 }
135 return this->ml_ < omk.ml_;
136 }
◆ ml_
◆ pdg_a_
| int marley::TabulatedXSec::OptimizationMapKey::pdg_a_ |
The documentation for this struct was generated from the following file: