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

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

#include <IEmTauRoICnvTool.h>

Inheritance diagram for xAODMaker::IEmTauRoICnvTool:
Collaboration diagram for xAODMaker::IEmTauRoICnvTool:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Interface for the tool creating EmTauRoIContainer from an AOD.

   This interface is implemented by the tool that converts the
   em/tau RoI objects from an existing AOD LVL1_ROI container into
   an xAOD::EmTauRoIContainer.
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
575635
Date
2013-12-16 11:58:41 +0100 (Mon, 16 Dec 2013)

Definition at line 38 of file IEmTauRoICnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::IEmTauRoICnvTool::convert ( const LVL1_ROI aod,
xAOD::EmTauRoIContainer xaod 
)
pure virtual

Function that fills an existing xAOD::EmTauRoIContainer.

Implemented in xAODMaker::EmTauRoICnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 46 of file IEmTauRoICnvTool.h.

46  {
47  return IID_IEmTauRoICnvTool;
48  }

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