Jpp 19.3.0
the software that should make you happy
Loading...
Searching...
No Matches
JReconstructionDictionary.hh
Go to the documentation of this file.
1#ifndef __JRECONSTRUCTION__JRECONSTRUCTIONDICTIONARY__
2#define __JRECONSTRUCTION__JRECONSTRUCTIONDICTIONARY__
3
5
7
8
9/**
10 * \author mdejong
11 */
12
13namespace JRECONSTRUCTION {}
14namespace JPP { using namespace JRECONSTRUCTION; }
15
16namespace JRECONSTRUCTION {
17
19
20
21 /**
22 * Simple wrapper class around JROOT::JRootDictionary so that other classes are included by construction,
23 */
25 public JRootDictionary
26 {
27 private:
28 /**
29 * Default constructor.
30 */
36
37 public:
38 /**
39 * Get reference to unique instance of this class object.
40 * This JROOT::JRootDictionary object includes the various Monte Carlo data types.
41 *
42 * \return reference to this class object
43 */
45 {
46 static JReconstructionDictionary dictionary;
47
48 return dictionary;
49 }
50 };
51}
52
53#endif
Simple wrapper class around JROOT::JRootDictionary so that other classes are included by construction...
static JRootDictionary & getInstance()
Get reference to unique instance of this class object.
Default implementation of ROOT based dictionary for ASCII I/O.
void add()
Addition of class and container classes.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Model fits to data.