Jpp
17.0.0-rc.1
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.