|
Jpp
|
#include <istream>#include <ostream>#include "JReconstruction/JEvt.hh"#include "JReconstruction/JShowerPrefitParameters_t.hh"#include "JReconstruction/JShowerPointSimplexParameters_t.hh"#include "JReconstruction/JShowerPositionFitParameters_t.hh"#include "JReconstruction/JShowerEnergyPrefitParameters_t.hh"#include "JReconstruction/JShowerDirectionPrefitParameters_t.hh"#include "JReconstruction/JShowerFitParameters_t.hh"#include "JROOT/JRoot.hh"#include <TROOT.h>#include <TObject.h>Go to the source code of this file.
Classes | |
| struct | JRECONSTRUCTION::JShowerParameters |
| Shower reconstruction parameters. More... | |
Namespaces | |
| JRECONSTRUCTION | |
Functions | |
| std::istream & | operator>> (std::istream &in, JRECONSTRUCTION::JShowerParameters ¶meters) |
| Read fit parameters from input. More... | |
| std::ostream & | operator<< (std::ostream &out, const JRECONSTRUCTION::JShowerParameters ¶meters) |
| Write fit parameters to output. More... | |
| 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.
1.8.5