Jpp 19.3.0-rc.2
the software that should make you happy
|
#include <istream>
#include <ostream>
#include "JSystem/JStat.hh"
#include "JReconstruction/JShowerParameters.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::JShowerParameters ¶meters) |
Read fit parameters from input. | |
std::ostream & | operator<< (std::ostream &out, const JRECONSTRUCTION::JShowerParameters ¶meters) |
Write fit parameters to output. | |
std::istream & operator>> | ( | std::istream & | in, |
JRECONSTRUCTION::JShowerParameters & | parameters ) |
Read fit parameters from input.
in | input stream |
parameters | fit parameters |
Definition at line 17 of file JShowerParameters.cc.
std::ostream & operator<< | ( | std::ostream & | out, |
const JRECONSTRUCTION::JShowerParameters & | parameters ) |
Write fit parameters to output.
out | output stream |
parameters | fit parameters |
Definition at line 41 of file JShowerParameters.cc.