|
Jpp
18.6.0-rc.1
the software that should make you happy
|
Auxiliary data structure to define ROOT minimizer. More...
#include <JMinimizer.hh>
Public Member Functions | |
| JMinimizer () | |
| Default constructor. More... | |
| void | configure () |
| Configure ROOT minimizer. More... | |
Public Attributes | |
| std::string | type |
| std::string | algorithm |
| int | debug |
Friends | |
| std::istream & | operator>> (std::istream &in, JMinimizer &object) |
| Stream input of ROOT minimzer. More... | |
| std::ostream & | operator<< (std::ostream &out, const JMinimizer &object) |
| Stream output of ROOT minimzer. More... | |
Auxiliary data structure to define ROOT minimizer.
Definition at line 14 of file JMinimizer.hh.
|
inline |
|
inline |
|
friend |
Stream input of ROOT minimzer.
| in | input stream |
| object | ROOT minimzer |
Definition at line 44 of file JMinimizer.hh.
|
friend |
Stream output of ROOT minimzer.
| out | output stream |
| object | ROOT minimzer |
Definition at line 66 of file JMinimizer.hh.
| std::string JMinimizer::type |
Definition at line 71 of file JMinimizer.hh.
| std::string JMinimizer::algorithm |
Definition at line 72 of file JMinimizer.hh.
| int JMinimizer::debug |
Definition at line 73 of file JMinimizer.hh.
1.8.5