Auxiliary data structure for list of fixed parameters.
More...
#include <JRootfit.hh>
Auxiliary data structure for list of fixed parameters.
Definition at line 787 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 813 of file JRootfit.hh.
814 {
815 for (size_t i = 0; i != T::parameters.size(); ++i) {
816 if (std::find(parameters.begin(), parameters.end(), T::parameters[i]) != parameters.end()) {
817 this->insert(i);
818 }
819 }
820 }
The documentation for this struct was generated from the following file: