1#ifndef __JROOT__JSTREAMOBJECTOUTPUT__ 
    2#define __JROOT__JSTREAMOBJECTOUTPUT__ 
   18namespace JPP { 
using namespace JROOT; }
 
   44                            const std::string& sep = 
"") :
 
 
   56    virtual bool put(
const T& 
object)
 override  
 
 
   99  template<
class JHead_t, 
class JTail_t>
 
  119                            const std::string& sep = 
"") :
 
 
 
  141  template<
class JHead_t>
 
  157                            const std::string& sep = 
"") :
 
 
 
ASCII I/O of objects with ROOT dictionary.
 
Template interface of object output for single data type.
 
JRootStreamObjectOutput(JRootWriter &out, const std::string &sep="")
Constructor.
 
void setSeparator(const std::string &sep)
Set token separator.
 
JRootStreamObjectOutput(JRootWriter &out, const std::string &sep="")
Constructor.
 
Template implementation of stream output for single data type based on ROOT dictionary.
 
JRootStreamObjectOutput(JRootWriter &out, const std::string &sep="")
Constructor.
 
virtual bool put(const T &object) override
Object output.
 
const std::string & getSeparator() const
Get token separator.
 
void setSeparator(const std::string &sep)
Set token separator.
 
Implementation for ASCII output of objects with ROOT dictionary.
 
JRootWriter & putObject(const T &object)
Write object.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Auxiliary classes and methods for ROOT I/O.
 
Auxiliary class for no type definition.