Go to the source code of this file.
◆ operator<<()
| std::ostream& operator<< |
( |
std::ostream & |
output, |
|
|
const Observable & |
o |
|
) |
| |
- Parameters
-
| [out] | output | the formatted output stream to print the model parameters |
| [in] | o | a reference to an object of type Observable() |
Definition at line 102 of file Observable.cpp.
104 output <<
"Observable name, tMCMC, min, max, distribution, distribution parameters" << std::endl;
105 output << o.
name <<
" " << o.
tMCMC <<
" " << o.
min <<
" " << o.
max <<
" "
107 <<
" " << o.
errg <<
" " << o.
errf << std::endl;