Jpp
test-rotations-old-533-g2bdbdb559
the software that should make you happy
Loading...
Searching...
No Matches
software
JTrigger
JTriggerDictionary.hh
Go to the documentation of this file.
1
#ifndef __JTRIGGER__JTRIGGERDICTIONARY__
2
#define __JTRIGGER__JTRIGGERDICTIONARY__
3
4
#include "
JROOT/JRootDictionary.hh
"
5
#include "
JTrigger/JPMTSelector.hh
"
6
7
/**
8
* \author mdejong
9
*/
10
namespace
JTRIGGER
{
11
12
using
JROOT::JRootDictionary
;
13
14
/**
15
* Simple wrapper class around JROOT::JRootDictionary so that other classes
16
* could be included in this dictionary if necessary.
17
*/
18
class
JTriggerDictionary
:
19
public
JRootDictionary
20
{
21
private
:
22
/**
23
* Default constructor.
24
*/
25
JTriggerDictionary
() :
26
JRootDictionary
(
JRootDictionary
::
getInstance
())
27
{
28
add<JPMTSelector>
();
29
}
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
*/
39
static
JRootDictionary
&
getInstance
()
40
{
41
static
JTriggerDictionary
dictionary;
42
43
return
dictionary;
44
}
45
};
46
}
47
48
#endif
JPMTSelector.hh
JRootDictionary.hh
JROOT::JRootDictionary
Default implementation of ROOT based dictionary for ASCII I/O.
Definition
JRootDictionary.hh:38
JROOT::JRootDictionary::add
void add()
Addition of class and container classes.
Definition
JRootDictionary.hh:54
JTRIGGER::JTriggerDictionary
Simple wrapper class around JROOT::JRootDictionary so that other classes could be included in this di...
Definition
JTriggerDictionary.hh:20
JTRIGGER::JTriggerDictionary::JTriggerDictionary
JTriggerDictionary()
Default constructor.
Definition
JTriggerDictionary.hh:25
JTRIGGER::JTriggerDictionary::getInstance
static JRootDictionary & getInstance()
Get reference to unique instance of this class object.
Definition
JTriggerDictionary.hh:39
JTRIGGER
Auxiliary classes and methods for triggering.
Definition
JSupport/JSupport.hh:36
Generated by
1.12.0