1 #ifndef SEQUENCERTIMERTOOL_H
2 #define SEQUENCERTIMERTOOL_H 1
6 #include "GaudiAlg/GaudiHistoTool.h"
7 #include "GaudiAlg/ISequencerTimerTool.h"
40 const std::string&
name,
52 int addTimer(
const std::string& name )
override;
73 const std::string&
name(
int index )
override {
return m_timerList[index].name(); }
76 int indexByName(
const std::string& name )
override;
96 #endif // SEQUENCERTIMERTOOL_H
This class is used for returning status codes from appropriate routines.
Definition of the basic interface.