#include <TROOT.h>
#include <TObject.h>
#include "JFit/JMEstimator.hh"
 
Go to the source code of this file.
◆ operator>>()
Read fit parameters from input. 
- Parameters
 - 
  
    | in | input stream  | 
    | parameters | fit parameters  | 
  
   
- Returns
 - input stream 
 
Definition at line 17 of file JShowerFitParameters_t.cc.
Simple data structure to support I/O of equations (see class JLANG::JEquation).
 
Wrapper class around STL stringstream class to facilitate optional loading of data from file.
 
Implementation for ASCII input of objects with ROOT dictionary.
 
JRootReader & get(T &object)
Read object according equation format.
 
T & getInstance(const T &object)
Get static instance from temporary object.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
static JStat getFileStatus
Function object for file status.
 
 
 
 
◆ operator<<()
Write fit parameters to output. 
- Parameters
 - 
  
    | out | output stream  | 
    | parameters | fit parameters  | 
  
   
- Returns
 - output stream 
 
Definition at line 41 of file JShowerFitParameters_t.cc.
Implementation for ASCII output of objects with ROOT dictionary.
 
JRootWriter & put(const T &object)
Write object according equation format.
 
static data_type & getInstance()
Get unique instance of template class.