Jpp
18.0.0
the software that should make you happy
|
Auxiliary class for ROOT I/O of application specific meta data. More...
#include <JMeta.hh>
Public Member Functions | |
JMeta () | |
Default constructor. More... | |
JMeta (const int argc, const char *const argv[]) | |
Constructor. More... | |
operator JComment_t () const | |
Type conversion operator. More... | |
std::string | toString () const |
Convert meta data to string. More... | |
Static Public Member Functions | |
static void | copy (const char *const file_name, TFile &out) |
Copy meta data. More... | |
static const JEquationParameters & | getEquationParameters () |
Get equation parameters. More... | |
static JMeta | valueOf (const std::string &buffer) |
Extract meta data. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const JMeta &meta) |
Write meta data to output. More... | |
Auxiliary class for ROOT I/O of application specific meta data.
|
inline |
|
inline |
Constructor.
argc | number of command line arguments |
argv | array of command line arguments |
Definition at line 86 of file JMeta.hh.
|
inline |
Type conversion operator.
Definition at line 123 of file JMeta.hh.
|
static |
Copy meta data.
file_name | name of input file |
out | output file |
Definition at line 421 of file JMeta.hh.
|
inlinestatic |
Get equation parameters.
Definition at line 149 of file JMeta.hh.
|
inlinestatic |
Extract meta data.
buffer | meta data |
Definition at line 163 of file JMeta.hh.
|
inline |
Convert meta data to string.
Definition at line 187 of file JMeta.hh.
|
friend |
Write meta data to output.
out | output stream |
meta | meta data |
Definition at line 211 of file JMeta.hh.