#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.
◆ operator<<()
Streaming of State values.
Definition at line 119 of file AlgsExecutionStates.h.
125 case State::CONTROLREADY:
128 case State::DATAREADY:
131 case State::RESOURCELESS:
134 case State::SCHEDULED:
137 case State::EVTACCEPTED:
140 case State::EVTREJECTED:
State
Allowed states for classes implementing the state machine (ApplicationMgr, Algorithm,...
State
Execution states of the algorithms.