ATLAS Offline Software
Loading...
Searching...
No Matches
xAODMaker::IPhotonCnvTool Class Referenceabstract

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

#include <IPhotonCnvTool.h>

Inheritance diagram for xAODMaker::IPhotonCnvTool:
Collaboration diagram for xAODMaker::IPhotonCnvTool:

Public Member Functions

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

Static Public Member Functions

static const InterfaceID & interfaceID ()
 Gaudi interface definition.

Detailed Description

Interface for the tool creating PhotonContainer from an AOD.

   This interface is implemented by the tool that converts the
   egamma (Photon) Container into an xAOD::PhotonContainer.
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 IPhotonCnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::IPhotonCnvTool::convert ( const egammaContainer * aod,
xAOD::PhotonContainer * xaod ) const
pure virtual

Function that fills an existing xAOD::PhotonContainer.

Implemented in xAODMaker::PhotonCnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 46 of file IPhotonCnvTool.h.

46 {
47 return IID_IPhotonCnvTool;
48 }
static const InterfaceID IID_IPhotonCnvTool("xAODMaker::IPhotonCnvTool", 1, 0)
The interface provided by IPhotonCnvTool.

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