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

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

#include <ITrigEMClusterCnvTool.h>

Inheritance diagram for xAODMaker::ITrigEMClusterCnvTool:
Collaboration diagram for xAODMaker::ITrigEMClusterCnvTool:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Interface for the tool creating TrigEMCluster from an AOD.

   This interface is implemented by the tool that converts the
   TrigEMCluster object from an existing AOD TrigEMCluster container into
   an xAOD::TrigEMCluster.
Author
Arantxa Ruiz Martinez aranz.nosp@m.azu..nosp@m.ruiz..nosp@m.mart.nosp@m.inez@.nosp@m.cern.nosp@m..ch
Revision
575635
Date
2014-03-18 11:58:41 +0100 (Tue, 18 Mar 2014)

Definition at line 38 of file ITrigEMClusterCnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::ITrigEMClusterCnvTool::convert ( const TrigEMClusterContainer aod,
xAOD::TrigEMClusterContainer xaod 
) const
pure virtual

Function that fills an existing xAOD::TrigEMClusterContainer.

Implemented in xAODMaker::TrigEMClusterCnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 46 of file ITrigEMClusterCnvTool.h.

46  {
47  return IID_ITrigEMClusterCnvTool;
48  }

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