Jpp 19.3.0
the software that should make you happy
Loading...
Searching...
No Matches
JTriggerDictionary.hh
Go to the documentation of this file.
1#ifndef __JTRIGGER__JTRIGGERDICTIONARY__
2#define __JTRIGGER__JTRIGGERDICTIONARY__
3
6
7/**
8 * \author mdejong
9 */
10namespace JTRIGGER {
11
13
14 /**
15 * Simple wrapper class around JROOT::JRootDictionary so that other classes
16 * could be included in this dictionary if necessary.
17 */
19 public JRootDictionary
20 {
21 private:
22 /**
23 * Default constructor.
24 */
30
31
32 public:
33 /**
34 * Get reference to unique instance of this class object.
35 * This JROOT::JRootDictionary object includes the various Monte Carlo data types.
36 *
37 * \return reference to this class object
38 */
40 {
41 static JTriggerDictionary dictionary;
42
43 return dictionary;
44 }
45 };
46}
47
48#endif
Default implementation of ROOT based dictionary for ASCII I/O.
void add()
Addition of class and container classes.
Simple wrapper class around JROOT::JRootDictionary so that other classes could be included in this di...
JTriggerDictionary()
Default constructor.
static JRootDictionary & getInstance()
Get reference to unique instance of this class object.
Auxiliary classes and methods for triggering.