Jpp 19.3.0
the software that should make you happy
Loading...
Searching...
No Matches
JDBDictionary.hh
Go to the documentation of this file.
1#ifndef __JDB__JDBDICTIONARY__
2#define __JDB__JDBDICTIONARY__
3
5
6#include "JDB/JPBS_t.hh"
7#include "JDB/JUPI_t.hh"
8#include "JDB/JDate_t.hh"
9#include "JDB/JTime_t.hh"
10#include "JDB/JDatim_t.hh"
11#include "JDB/JDBString.hh"
12#include "JDB/JMACAddress.hh"
13
14
15/**
16 * \author mdejong
17 */
18
19namespace JDATABASE {}
20namespace JPP { using namespace JDATABASE; }
21
22namespace JDATABASE {
23
25
26 /**
27 * Simple wrapper class around JROOT::JRootDictionary so that other classes
28 * could be included in this dictionary if necessary.
29 */
31 public JRootDictionary
32 {
33 private:
34 /**
35 * Default constructor.
36 */
50
51
52 public:
53 /**
54 * Get reference to unique instance of this class object.
55 * This JROOT::JRootDictionary object includes the various database data types.
56 *
57 * \return reference to this class object
58 */
60 {
61 static JDBDictionary dictionary;
62
63 return dictionary;
64 }
65 };
66}
67
68#endif
MAC address.
Simple wrapper class around JROOT::JRootDictionary so that other classes could be included in this di...
static JRootDictionary & getInstance()
Get reference to unique instance of this class object.
JDBDictionary()
Default constructor.
Default implementation of ROOT based dictionary for ASCII I/O.
void add()
Addition of class and container classes.
Auxiliary classes and methods for database I/O.
Definition JAHRS.hh:14
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).