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