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

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

#include <IJetRoICnvTool.h>

Inheritance diagram for xAODMaker::IJetRoICnvTool:
Collaboration diagram for xAODMaker::IJetRoICnvTool:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Interface for the tool creating JetRoIContainer from an AOD.

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

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::IJetRoICnvTool::convert ( const LVL1_ROI aod,
xAOD::JetRoIContainer xaod 
)
pure virtual

Function that fills an existing xAOD::JetRoIContainer.

Implemented in xAODMaker::JetRoICnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 46 of file IJetRoICnvTool.h.

46  {
47  return IID_IJetRoICnvTool;
48  }

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