ATLAS Offline Software
Public Member Functions | List of all members
D3PD::Trig::IConfigAccess Class Referenceabstract

Interface providing access to the configuration service. More...

#include <IConfigAccess.h>

Inheritance diagram for D3PD::Trig::IConfigAccess:
Collaboration diagram for D3PD::Trig::IConfigAccess:

Public Member Functions

virtual ~IConfigAccess ()
 Virtual destructor to make vtable happy. More...
 
virtual TrigConfigSvcD3PDGetConfigSvc ()=0
 Function giving access to the trigger configuration service object. More...
 

Detailed Description

Interface providing access to the configuration service.

   In order to be able to split up the functionality of the TDT into
   multiple parts, the separate parts communicate with each other
   through such interfaces. This interface gives access to all the other
   components to the trigger configuration service object.
Author
Attila Krasznahorkay Attil.nosp@m.a.Kr.nosp@m.aszna.nosp@m.hork.nosp@m.ay@ce.nosp@m.rn.c.nosp@m.h
Revision
337331
Date
2010-10-05 08:58:44 +0200 (Tue, 05 Oct 2010)

Definition at line 31 of file IConfigAccess.h.

Constructor & Destructor Documentation

◆ ~IConfigAccess()

virtual D3PD::Trig::IConfigAccess::~IConfigAccess ( )
inlinevirtual

Virtual destructor to make vtable happy.

Definition at line 35 of file IConfigAccess.h.

35 {}

Member Function Documentation

◆ GetConfigSvc()

virtual TrigConfigSvcD3PD& D3PD::Trig::IConfigAccess::GetConfigSvc ( )
pure virtual

Function giving access to the trigger configuration service object.

Implemented in D3PD::Trig::ConfigAccess.


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