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 338 of file JRootStreamer.hh.
|
inlinestatic |
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.
|
inlinestatic |
Write given key and value according equation format.
writer | ROOT writer |
key | key |
value | value |
Definition at line 362 of file JRootStreamer.hh.