|
Jpp
|
#include <istream>#include <ostream>#include "JReconstruction/JMuonPrefitParameters_t.hh"#include "JReconstruction/JMuonSimplexParameters_t.hh"#include "JReconstruction/JMuonGandalfParameters_t.hh"#include "JReconstruction/JMuonEnergyParameters_t.hh"#include "JReconstruction/JMuonStartParameters_t.hh"#include <TROOT.h>#include <TObject.h>Go to the source code of this file.
Classes | |
| struct | JRECONSTRUCTION::JMuonParameters |
| Muon reconstruction parameters. More... | |
Namespaces | |
| JRECONSTRUCTION | |
Functions | |
| std::istream & | operator>> (std::istream &in, JRECONSTRUCTION::JMuonParameters ¶meters) |
| Read fit parameters from input. More... | |
| std::ostream & | operator<< (std::ostream &out, const JRECONSTRUCTION::JMuonParameters ¶meters) |
| Write fit parameters to output. More... | |
| std::istream& operator>> | ( | std::istream & | in, |
| JRECONSTRUCTION::JMuonParameters & | parameters | ||
| ) |
Read fit parameters from input.
| in | input stream |
| parameters | fit parameters |
Definition at line 17 of file JMuonParameters.cc.
| std::ostream& operator<< | ( | std::ostream & | out, |
| const JRECONSTRUCTION::JMuonParameters & | parameters | ||
| ) |
Write fit parameters to output.
| out | output stream |
| parameters | fit parameters |
Definition at line 41 of file JMuonParameters.cc.
1.8.5