Go to the documentation of this file.    1 #ifndef __JROOT__JABSTRACTSTREAMER__ 
    2 #define __JROOT__JABSTRACTSTREAMER__ 
   14 namespace JPP { 
using namespace JROOT; }
 
 
Auxiliary classes and methods for ROOT I/O.
 
Implementation for ASCII output of objects with ROOT dictionary.
 
Forward declaration of writer object.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
virtual JRootWriter & put(JRootWriter &out, const std::string &prefix, const void *address) const =0
Write object according equation format.
 
virtual JRootWriter & putObject(JRootWriter &out, const void *address) const =0
Writer object.
 
virtual ~JAbstractStreamer()
Virtual destructor.
 
Implementation for ASCII input of objects with ROOT dictionary.
 
virtual JRootReader & getObject(JRootReader &in, void *address) const =0
Read object.