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

Interface for the tool translating AOD MET objects to xAOD ones. More...

#include <IMissingETCnvTool.h>

Inheritance diagram for xAODMaker::IMissingETCnvTool:
Collaboration diagram for xAODMaker::IMissingETCnvTool:

Public Member Functions

virtual StatusCode add (const MissingET *aod, xAOD::MissingETContainer *xaod)=0
 Function doing the translation. More...
 

Static Public Member Functions

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

Detailed Description

Interface for the tool translating AOD MET objects to xAOD ones.

   Documentation to be written...
Author
Attila Krasznahorkay Attil.nosp@m.a.Kr.nosp@m.aszna.nosp@m.hork.nosp@m.ay@ce.nosp@m.rn.c.nosp@m.h
Revision
586557
Date
2014-03-06 18:56:05 +0100 (Thu, 06 Mar 2014)

Definition at line 36 of file IMissingETCnvTool.h.

Member Function Documentation

◆ add()

virtual StatusCode xAODMaker::IMissingETCnvTool::add ( const MissingET aod,
xAOD::MissingETContainer xaod 
)
pure virtual

Function doing the translation.

Implemented in xAODMaker::MissingETCnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 44 of file IMissingETCnvTool.h.

44  {
45  return IID_IMissingETCnvTool;
46  }

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