|  | The Gaudi Framework
    v36r1 (3e2fb5a8)
    | 
#include "GaudiKernel/IAlgorithm.h"#include "GaudiKernel/IInterface.h"#include "GaudiKernel/StatusCode.h"#include "GaudiKernel/StringKey.h"#include <map>#include <sstream>#include <string>

Go to the source code of this file.
| Classes | |
| class | AlgExecState | 
| class | IAlgExecStateSvc | 
| Abstract interface for a service that manages the Algorithm execution states.  More... | |
| Namespaces | |
| EventStatus | |
| Enumerations | |
| enum | EventStatus::Status { EventStatus::Invalid = 0, EventStatus::Success = 1, EventStatus::AlgFail = 2, EventStatus::AlgStall = 3, EventStatus::Other = 4 } | 
| Functions | |
| std::ostream & | operator<< (std::ostream &ost, const AlgExecState &s) | 
| std::ostream & | EventStatus::operator<< (std::ostream &os, Status s) | 
| 
 | inline | 
Definition at line 60 of file IAlgExecStateSvc.h.