Jpp test-rotations-new
the software that should make you happy
|
Auxiliary data structure to define ROOT minimizer. More...
#include <JMinimizer.hh>
Public Member Functions | |
JMinimizer () | |
Default constructor. | |
void | configure () |
Configure ROOT minimizer. | |
Public Attributes | |
std::string | type |
std::string | algorithm |
int | debug |
Friends | |
std::istream & | operator>> (std::istream &in, JMinimizer &object) |
Stream input of ROOT minimzer. | |
std::ostream & | operator<< (std::ostream &out, const JMinimizer &object) |
Stream output of ROOT minimzer. | |
Auxiliary data structure to define ROOT minimizer.
Definition at line 14 of file JMinimizer.hh.
|
inline |
Default constructor.
Definition at line 18 of file JMinimizer.hh.
|
inline |
Configure ROOT minimizer.
Definition at line 30 of file JMinimizer.hh.
|
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.