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

Interface for the tool creating RODHeaderContainer from an ESD. More...

#include <IRODHeaderCnvTool.h>

Inheritance diagram for xAODMaker::IRODHeaderCnvTool:
Collaboration diagram for xAODMaker::IRODHeaderCnvTool:

Public Member Functions

virtual StatusCode convert (const DataVector< LVL1::RODHeader > *esd, xAOD::RODHeaderContainer *xaod)=0
 Function that fills an existing xAOD::RODHeaderContainer. More...
 

Static Public Member Functions

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

Detailed Description

Interface for the tool creating RODHeaderContainer from an ESD.

   This interface is implemented by the tool that converts the
   Trigger/TrigT1/TrigT1CaloEvent/RODHeader objects from an existing ESD container into
   an xAOD::RODHeaderContainer.
Author
John Morris john..nosp@m.morr.nosp@m.is@ce.nosp@m.rn.c.nosp@m.h
Revision
576052
Date
2013-12-18 10:13:50 +0100 (Wed, 18 Dec 2013)

Definition at line 40 of file IRODHeaderCnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::IRODHeaderCnvTool::convert ( const DataVector< LVL1::RODHeader > *  esd,
xAOD::RODHeaderContainer xaod 
)
pure virtual

Function that fills an existing xAOD::RODHeaderContainer.

Implemented in xAODMaker::RODHeaderCnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 47 of file IRODHeaderCnvTool.h.

47  {
48  return IID_IRODHeaderCnvTool;
49  }

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