Jpp 20.0.0-rc.2
the software that should make you happy
|
Go to the source code of this file.
Classes | |
struct | JRECONSTRUCTION::JMuonEnergyParameters_t |
Data structure for fit parameters. More... | |
Namespaces | |
namespace | JRECONSTRUCTION |
Support. | |
namespace | JPP |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
std::istream & | operator>> (std::istream &in, JRECONSTRUCTION::JMuonEnergyParameters_t ¶meters) |
Read fit parameters from input. | |
std::ostream & | operator<< (std::ostream &out, const JRECONSTRUCTION::JMuonEnergyParameters_t ¶meters) |
Write fit parameters to output. | |
std::istream & operator>> | ( | std::istream & | in, |
JRECONSTRUCTION::JMuonEnergyParameters_t & | parameters ) |
Read fit parameters from input.
in | input stream |
parameters | fit parameters |
Definition at line 17 of file JMuonEnergyParameters_t.cc.
std::ostream & operator<< | ( | std::ostream & | out, |
const JRECONSTRUCTION::JMuonEnergyParameters_t & | parameters ) |
Write fit parameters to output.
out | output stream |
parameters | fit parameters |
Definition at line 41 of file JMuonEnergyParameters_t.cc.