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