![]() |
The Gaudi Framework
v30r0 (c919700c)
|
Class representing the event slot. More...
#include <src/EventSlot.h>
Public Member Functions | |
EventSlot (unsigned int numberOfAlgorithms, unsigned int numberOfControlFlowNodes, SmartIF< IMessageSvc > MS) | |
~EventSlot () | |
void | reset (EventContext *theeventContext) |
Reset all resources in order to reuse the slot. More... | |
Public Attributes | |
EventContext * | eventContext |
Cache for the eventContext. More... | |
AlgsExecutionStates | algsStates |
Vector of algorithms states. More... | |
bool | complete |
Flags completion of the event. More... | |
std::vector< int > | controlFlowState |
State of the control flow. More... | |
Class representing the event slot.
Definition at line 10 of file EventSlot.h.
|
inline |
Definition at line 13 of file EventSlot.h.
|
inline |
Definition at line 19 of file EventSlot.h.
|
inline |
Reset all resources in order to reuse the slot.
Definition at line 22 of file EventSlot.h.
AlgsExecutionStates EventSlot::algsStates |
Vector of algorithms states.
Definition at line 33 of file EventSlot.h.
bool EventSlot::complete |
Flags completion of the event.
Definition at line 35 of file EventSlot.h.
std::vector<int> EventSlot::controlFlowState |
State of the control flow.
Definition at line 37 of file EventSlot.h.
EventContext* EventSlot::eventContext |
Cache for the eventContext.
Definition at line 28 of file EventSlot.h.