Jpp
|
Helper class for user formatting. More...
#include <JRootStreamer.hh>
Static Public Member Functions | |
static JRootWriter & | putObject (JRootWriter &writer, const T &object) |
Write object. More... | |
static JRootWriter & | put (JRootWriter &writer, const std::string &key, const T &value) |
Write given key and value according equation format. More... | |
Helper class for user formatting.
This class should be specialised for implementing a different format.
Definition at line 375 of file JRootStreamer.hh.
|
inlinestaticinherited |
Write object.
This method transfers the writing of the given object to the given JRootWriter.
writer | ROOT writer |
object | object |
Definition at line 348 of file JRootStreamer.hh.
|
inlinestaticinherited |
Write given key and value according equation format.
writer | ROOT writer |
key | key |
value | value |
Definition at line 362 of file JRootStreamer.hh.