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

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

#include <IJetEtRoICnvTool.h>

Inheritance diagram for xAODMaker::IJetEtRoICnvTool:
Collaboration diagram for xAODMaker::IJetEtRoICnvTool:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Interface for the tool creating JetEtRoI from an AOD.

   This interface is implemented by the tool that converts the
   jet-Et RoI object from an existing AOD LVL1_ROI container into
   an xAOD::JetEtRoI.
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 IJetEtRoICnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::IJetEtRoICnvTool::convert ( const LVL1_ROI aod,
xAOD::JetEtRoI xaod 
)
pure virtual

Function that fills an existing xAOD::JetEtRoIContainer.

Implemented in xAODMaker::JetEtRoICnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 46 of file IJetEtRoICnvTool.h.

46  {
47  return IID_IJetEtRoICnvTool;
48  }

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