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

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

#include <IEnergySumRoICnvTool.h>

Inheritance diagram for xAODMaker::IEnergySumRoICnvTool:
Collaboration diagram for xAODMaker::IEnergySumRoICnvTool:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Interface for the tool creating EnergySumRoI from an AOD.

   This interface is implemented by the tool that converts the
   energy-sum RoI object from an existing AOD LVL1_ROI container into
   an xAOD::EnergySumRoI.
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 IEnergySumRoICnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::IEnergySumRoICnvTool::convert ( const LVL1_ROI aod,
xAOD::EnergySumRoI xaod 
)
pure virtual

Function that fills an existing xAOD::EnergySumRoIContainer.

Implemented in xAODMaker::EnergySumRoICnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 46 of file IEnergySumRoICnvTool.h.

46  {
47  return IID_IEnergySumRoICnvTool;
48  }

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