Jpp
|
Default helper class for formatting. More...
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... | |
Default helper class for formatting.
Definition at line 341 of file JRootStreamer.hh.
|
inlinestatic |
Write object.
This method transfers the writing of the given object to the given ROOT writer.
writer | ROOT writer |
object | object |
Definition at line 351 of file JRootStreamer.hh.
|
inlinestatic |
Write given key and value according equation format.
writer | ROOT writer |
key | key |
value | value |
Definition at line 365 of file JRootStreamer.hh.