#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Service.h"
#include <algorithm>
#include <initializer_list>
#include <iterator>
#include <string>
#include <vector>
Go to the source code of this file.
Streaming of State values.
Definition at line 117 of file AlgsExecutionStates.h.
124 case State::CONTROLREADY:
127 case State::DATAREADY:
130 case State::SCHEDULED:
133 case State::EVTACCEPTED:
136 case State::EVTREJECTED:
State
Allowed states for classes implementing the state machine (ApplicationMgr, Algorithm, Service, AlgTool).
State
Execution states of the algorithms.