#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 108 of file AlgsExecutionStates.h.
114 case State::CONTROLREADY:
117 case State::DATAREADY:
120 case State::SCHEDULED:
123 case State::EVTACCEPTED:
126 case State::EVTREJECTED:
State
Allowed states for classes implementing the state machine (ApplicationMgr, Algorithm, Service, AlgTool).
State
Execution states of the algorithms.