#include "GaudiKernel/INamedInterface.h"
#include <array>
#include <string>
Go to the source code of this file.
Definition at line 105 of file IAuditor.h.
105 {
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 99 of file IAuditor.h.
101 {
"Initialize",
"ReInitialize",
"Execute",
"BeginRun",
"EndRun",
"Finalize",
"Start",
"Stop",
"ReStart"}};
102 return e <= IAuditor::StandardEventType::ReStart ? s_tbl[e] :
nullptr;