ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
xAODMaker::IMBTSModuleCnvTool Class Referenceabstract

Interface for the tool creating MBTSModuleContainer from an AOD. More...

#include <IMBTSModuleCnvTool.h>

Inheritance diagram for xAODMaker::IMBTSModuleCnvTool:
Collaboration diagram for xAODMaker::IMBTSModuleCnvTool:

Public Member Functions

virtual StatusCode convert (const TileCellContainer *aod, xAOD::MBTSModuleContainer *xaod) const =0
 Function that fills an existing xAOD::MBTSModuleContainer. More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 Gaudi interface definition. More...
 

Detailed Description

Interface for the tool creating MBTSModuleContainer from an AOD.

   This interface is implemented by the tool that converts the
   egamma (MBTSModule) Container into an xAOD::MBTSModuleContainer.
Author
Jovan Mitrevski Jovan.nosp@m..Mit.nosp@m.revsk.nosp@m.i@ce.nosp@m.rn.ch

$Revision$ $Date$

Definition at line 38 of file IMBTSModuleCnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::IMBTSModuleCnvTool::convert ( const TileCellContainer aod,
xAOD::MBTSModuleContainer xaod 
) const
pure virtual

Function that fills an existing xAOD::MBTSModuleContainer.

Implemented in xAODMaker::MBTSModuleCnvTool.

◆ interfaceID()

static const InterfaceID& xAODMaker::IMBTSModuleCnvTool::interfaceID ( )
inlinestatic

Gaudi interface definition.

Definition at line 46 of file IMBTSModuleCnvTool.h.

46  {
47  return IID_IMBTSModuleCnvTool;
48  }

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