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

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

#include <ITrigL2BphysContainerCnvTool.h>

Inheritance diagram for xAODMaker::ITrigL2BphysContainerCnvTool:
Collaboration diagram for xAODMaker::ITrigL2BphysContainerCnvTool:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Interface for the tool creating TrigBphysContainer from an AOD.

   This interface is implemented by the tool that converts ...

Definition at line 34 of file ITrigL2BphysContainerCnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::ITrigL2BphysContainerCnvTool::convert ( const TrigL2BphysContainer aod,
xAOD::TrigBphysContainer xaod 
) const
pure virtual

Function that fills an existing xAOD::TrigBphysContainer.

Implemented in xAODMaker::TrigL2BphysContainerCnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 42 of file ITrigL2BphysContainerCnvTool.h.

42  {
43  return IID_ITrigL2BphysContainerCnvTool;
44  }

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