22 #ifndef _RUNNING_THREAD_INFO_H_
23 #define _RUNNING_THREAD_INFO_H_
27 class EventGeneratorI;
69 #endif // _RUNNING_THREAD_INFO_H_
virtual ~RunningThreadInfo()
Defines the EventGeneratorI interface.
void DummyMethodAndSilentCompiler()
const EventGeneratorI * fRunningThread
current thread
static RunningThreadInfo * Instance(void)
void UpdateRunningThread(const EventGeneratorI *evg)
const EventGeneratorI * RunningThread(void)
Keep info on the event generation thread currently on charge. This is used so that event generation m...
static RunningThreadInfo * fInstance
self