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

Interface for the tool creating CMMRoI from an ESD. More...

#include <ICMMRoICnvTool.h>

Inheritance diagram for xAODMaker::ICMMRoICnvTool:
Collaboration diagram for xAODMaker::ICMMRoICnvTool:

Public Member Functions

virtual StatusCode convert (const LVL1::CMMRoI *esd, xAOD::CMMRoI *xaod)=0
 Function that fills an existing xAOD::CMMRoIContainer. More...
 

Static Public Member Functions

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

Detailed Description

Interface for the tool creating CMMRoI from an ESD.

   This interface is implemented by the tool that converts the
   Trigger/TrigT1/TrigT1CaloEvent/CMMRoI objects from an existing ESD container into
   an xAOD::CMMRoIContainer.
Author
John Morris john..nosp@m.morr.nosp@m.is@ce.nosp@m.rn.c.nosp@m.h
Revision
576007
Date
2013-12-17 19:07:37 +0100 (Tue, 17 Dec 2013)

Definition at line 40 of file ICMMRoICnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::ICMMRoICnvTool::convert ( const LVL1::CMMRoI esd,
xAOD::CMMRoI xaod 
)
pure virtual

Function that fills an existing xAOD::CMMRoIContainer.

Implemented in xAODMaker::CMMRoICnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 47 of file ICMMRoICnvTool.h.

47  {
48  return IID_ICMMRoICnvTool;
49  }

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