#include "GaudiKernel/INamedInterface.h"
#include <string>
#include <array>
Go to the source code of this file.
Definition at line 114 of file IAuditor.h.
115 return s <<
toStr(e);
const char * toStr(IAuditor::StandardEventType e)
Simple mapping function from IAuditor::StandardEventType to string.
Simple mapping function from IAuditor::StandardEventType to string.
Definition at line 106 of file IAuditor.h.
108 {{
"Initialize",
"ReInitialize",
"Execute",
109 "BeginRun",
"EndRun",
"Finalize",
110 "Start",
"Stop",
"ReStart" }};
111 return e <= IAuditor::StandardEventType::ReStart ? s_tbl[e] :
nullptr;