Auxiliary data structure for list of fixed parameters.
More...
#include <JRootfit.hh>
Auxiliary data structure for list of fixed parameters.
Definition at line 986 of file JRootfit.hh.
◆ index_list() [1/3]
| JROOT::index_list::index_list |
( |
| ) |
|
|
inline |
◆ index_list() [2/3]
◆ index_list() [3/3]
Conversion constructor.
- Parameters
-
Definition at line 1012 of file JRootfit.hh.
1013 {
1014 for (size_t i = 0; i != T::parameters.size(); ++i) {
1015 if (std::find(parameters.begin(), parameters.end(), T::parameters[i]) != parameters.end()) {
1016 this->insert(i);
1017 }
1018 }
1019 }
The documentation for this struct was generated from the following file: