|
Jpp
18.1.0
the software that should make you happy
|
#include "JSystem/JStat.hh"#include "JROOT/JRootStreamer.hh"#include "JROOT/JRootDictionary.hh"#include "JLang/JStringStream.hh"#include "JAcoustics/JFitParameters.hh"Go to the source code of this file.
Functions | |
| std::istream & | operator>> (std::istream &in, JACOUSTICS::JFitParameters ¶meters) |
| Read parameters from input stream. More... | |
| std::ostream & | operator<< (std::ostream &out, const JACOUSTICS::JFitParameters ¶meters) |
| Write parameters to output stream. More... | |
| std::istream& operator>> | ( | std::istream & | in, |
| JACOUSTICS::JFitParameters & | parameters | ||
| ) |
Read parameters from input stream.
| in | input stream |
| parameters | parameters |
Definition at line 15 of file JFitParameters.cc.
| std::ostream& operator<< | ( | std::ostream & | out, |
| const JACOUSTICS::JFitParameters & | parameters | ||
| ) |
Write parameters to output stream.
| out | output stream |
| parameters | parameters |
Definition at line 38 of file JFitParameters.cc.
1.8.5