ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
ISGAudSvc Class Reference

#include <ISGAudSvc.h>

Inheritance diagram for ISGAudSvc:
Collaboration diagram for ISGAudSvc:

Public Member Functions

virtual ~ISGAudSvc ()
 Destructor: More...
 
virtual bool SGSetCurrentAlg ()
 
virtual void SGAudit (const std::string &, const CLID &, const int &, const int &)
 
virtual void setFakeCurrentAlg (const std::string &)
 
virtual void clearFakeCurrentAlg ()
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

Definition at line 20 of file ISGAudSvc.h.

Constructor & Destructor Documentation

◆ ~ISGAudSvc()

ISGAudSvc::~ISGAudSvc ( )
virtual

Destructor:

Definition at line 18 of file ISGAudSvc.cxx.

19 {}

Member Function Documentation

◆ clearFakeCurrentAlg()

virtual void ISGAudSvc::clearFakeCurrentAlg ( )
inlinevirtual

Reimplemented in SGAudSvc.

Definition at line 38 of file ISGAudSvc.h.

38 {}

◆ interfaceID()

const InterfaceID & ISGAudSvc::interfaceID ( )
inlinestatic

Definition at line 57 of file ISGAudSvc.h.

58 {
59  static const InterfaceID IID_ISGAudSvc("ISGAudSvc", 1, 0);
60  return IID_ISGAudSvc;
61 }

◆ setFakeCurrentAlg()

virtual void ISGAudSvc::setFakeCurrentAlg ( const std::string &  )
inlinevirtual

Reimplemented in SGAudSvc.

Definition at line 37 of file ISGAudSvc.h.

37 {}//For custom increased granularity

◆ SGAudit()

virtual void ISGAudSvc::SGAudit ( const std::string &  ,
const CLID ,
const int &  ,
const int &   
)
inlinevirtual

Reimplemented in SGAudSvc.

Definition at line 34 of file ISGAudSvc.h.

35  {};

◆ SGSetCurrentAlg()

virtual bool ISGAudSvc::SGSetCurrentAlg ( )
inlinevirtual

Definition at line 32 of file ISGAudSvc.h.

32 {return true;};//std::string CurrAlg

The documentation for this class was generated from the following files: