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

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

#include <IForwardEventInfoCnvTool.h>

Inheritance diagram for xAODMaker::IForwardEventInfoCnvTool:
Collaboration diagram for xAODMaker::IForwardEventInfoCnvTool:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Interface for the tool creating ForwardEventInfoContainer from an AOD.

   This interface is implemented by the tool that converts the
   egamma (ForwardEventInfo) Container into an xAOD::ForwardEventInfoContainer.
Author
Jovan Mitrevski Jovan.nosp@m..Mit.nosp@m.revsk.nosp@m.i@ce.nosp@m.rn.ch

$Revision$ $Date$

Definition at line 38 of file IForwardEventInfoCnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::IForwardEventInfoCnvTool::convert ( const MBTSCollisionTime aod,
xAOD::ForwardEventInfoContainer xaod 
) const
pure virtual

Function that fills an existing xAOD::ForwardEventInfoContainer.

Implemented in xAODMaker::ForwardEventInfoCnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 46 of file IForwardEventInfoCnvTool.h.

46  {
47  return IID_IForwardEventInfoCnvTool;
48  }

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