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

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

#include <ITriggerTowerCnvTool.h>

Inheritance diagram for xAODMaker::ITriggerTowerCnvTool:
Collaboration diagram for xAODMaker::ITriggerTowerCnvTool:

Public Member Functions

virtual StatusCode convert (const DataVector< LVL1::TriggerTower > *esd, xAOD::TriggerTowerContainer *xaod)=0
 Function that fills an existing xAOD::TriggerTowerContainer. More...
 

Static Public Member Functions

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

Detailed Description

Interface for the tool creating TriggerTowerContainer from an ESD.

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

Definition at line 40 of file ITriggerTowerCnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::ITriggerTowerCnvTool::convert ( const DataVector< LVL1::TriggerTower > *  esd,
xAOD::TriggerTowerContainer xaod 
)
pure virtual

Function that fills an existing xAOD::TriggerTowerContainer.

Implemented in xAODMaker::TriggerTowerCnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 47 of file ITriggerTowerCnvTool.h.

47  {
48  return IID_ITriggerTowerCnvTool;
49  }

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