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