ATLAS Offline Software
IPerfMonMTSvc.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef PERMONKERNEL_IPERFMONMTSV_H
6 #define PERMONKERNEL_IPERFMONMTSV_H
7 
9 #include <string>
10 
12 #include "GaudiKernel/IService.h"
13 
14 class IPerfMonMTSvc : virtual public IService
15 {
16 
17  public:
20 
22  virtual void startAud( const std::string& stepName,
23  const std::string& compName = "PerfMonMTSlice" ) = 0;
24 
26  virtual void stopAud( const std::string& stepName,
27  const std::string& compName = "PerfMonMTSlice" ) = 0;
28 
29 
30 }; // class IPerfMonMTSvc
31 
32 #endif // PERMONKERNEL_IPERFMONMTSV_H
AddEmptyComponent.compName
compName
Definition: AddEmptyComponent.py:32
IPerfMonMTSvc::DeclareInterfaceID
DeclareInterfaceID(IPerfMonMTSvc, 1, 0)
Framework - Service InterfaceID.
IPerfMonMTSvc::startAud
virtual void startAud(const std::string &stepName, const std::string &compName="PerfMonMTSlice")=0
Start Auditing.
IPerfMonMTSvc
STL includes.
Definition: IPerfMonMTSvc.h:15
IPerfMonMTSvc::stopAud
virtual void stopAud(const std::string &stepName, const std::string &compName="PerfMonMTSlice")=0
Stop Auditing.