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

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

#include <ITrigCaloClusterCnvTool.h>

Inheritance diagram for xAODMaker::ITrigCaloClusterCnvTool:
Collaboration diagram for xAODMaker::ITrigCaloClusterCnvTool:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Interface for the tool creating TrigCaloCluster from an AOD.

   This interface is implemented by the tool that converts the
   TrigCaloCluster object from an existing AOD TrigCaloCluster container into
   an xAOD::TrigCaloCluster.
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 ITrigCaloClusterCnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::ITrigCaloClusterCnvTool::convert ( const TrigCaloClusterContainer aod,
xAOD::TrigCaloClusterContainer xaod 
) const
pure virtual

Function that fills an existing xAOD::TrigCaloClusterContainer.

Implemented in xAODMaker::TrigCaloClusterCnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 46 of file ITrigCaloClusterCnvTool.h.

46  {
47  return IID_ITrigCaloClusterCnvTool;
48  }

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