ATLAS Offline Software
Loading...
Searching...
No Matches
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.

Static Public Member Functions

static const InterfaceID & interfaceID ()
 Gaudi interface definition.

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()

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

Gaudi interface definition.

Definition at line 46 of file ITrigEMClusterCnvTool.h.

46 {
48 }
static const InterfaceID IID_ITrigEMClusterCnvTool("xAODMaker::ITrigEMClusterCnvTool", 1, 0)
The interface provided by ITrigEMClusterCnvTool.

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