Jpp 19.3.0
the software that should make you happy
|
Auxiliary class for reading multiple entries in Monte Carlo header with same tag into single std::vector. More...
#include <JAAnetDictionary.hh>
Static Public Member Functions | |
static JRootReader & | getObject (JRootReader &reader, std::vector< JElement_t > &object) |
Read object. | |
static JRootWriter & | putObject (JRootWriter &writer, const std::vector< JElement_t > &object) |
Write object. | |
static JRootWriter & | put (JRootWriter &writer, const std::string &key, const std::vector< JElement_t > &value) |
Write given key and value according equation format. | |
Auxiliary class for reading multiple entries in Monte Carlo header with same tag into single std::vector.
Definition at line 26 of file JAAnetDictionary.hh.
|
inlinestatic |
Read object.
reader | ROOT reader |
object | object |
Definition at line 34 of file JAAnetDictionary.hh.
|
inlinestatic |
Write object.
writer | ROOT writer |
object | object |
Definition at line 52 of file JAAnetDictionary.hh.
|
inlinestatic |
Write given key and value according equation format.
writer | ROOT writer |
key | key |
value | value |
Definition at line 66 of file JAAnetDictionary.hh.