ROOTANA
libAnalyzerDisplay
TInterestingEventManager.cxx
Go to the documentation of this file.
1
#include "
TInterestingEventManager.hxx
"
2
3
4
// Allocating and initializing GlobalClass's
5
// static data member.
6
TInterestingEventManager
*
TInterestingEventManager::s_instance
= 0;
7
8
TInterestingEventManager::TInterestingEventManager
(){
9
10
fEnabled
=
false
;
11
fInterestingEvent
=
false
;
12
13
};
14
15
16
TInterestingEventManager
*
TInterestingEventManager::instance
()
17
{
18
if
(!
s_instance
)
19
s_instance
=
new
TInterestingEventManager
();
20
return
s_instance
;
21
}
TInterestingEventManager.hxx
TInterestingEventManager
Definition:
TInterestingEventManager.hxx:9
TInterestingEventManager::TInterestingEventManager
TInterestingEventManager()
Definition:
TInterestingEventManager.cxx:8
TInterestingEventManager::fEnabled
bool fEnabled
Definition:
TInterestingEventManager.hxx:39
TInterestingEventManager::s_instance
static TInterestingEventManager * s_instance
Definition:
TInterestingEventManager.hxx:33
TInterestingEventManager::instance
static TInterestingEventManager * instance()
Definition:
TInterestingEventManager.cxx:16
TInterestingEventManager::fInterestingEvent
bool fInterestingEvent
Definition:
TInterestingEventManager.hxx:42
Generated on Wed Nov 13 2024 05:01:03 for ROOTANA by
1.9.1