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

Interface for the tool creating xAOD::EventInfo from an AOD. More...

#include <IEventInfoCnvTool.h>

Inheritance diagram for xAODMaker::IEventInfoCnvTool:
Collaboration diagram for xAODMaker::IEventInfoCnvTool:

Public Member Functions

virtual StatusCode convert (const EventInfo *aod, xAOD::EventInfo *xaod, bool pileUpInfo=false, bool copyPileUpLinks=true, const EventContext &ctx=Gaudi::Hive::currentContext()) const =0
 Function that fills an existing xAOD::EventInfo object with data. More...
 

Static Public Member Functions

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

Detailed Description

Interface for the tool creating xAOD::EventInfo from an AOD.

   This interface is implemented by the tool that converts the
   EventInfo object from an existing POOL/BS file into
   an xAOD::EventInfo object.
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
793563
Date
2017-01-23 22:59:34 +0100 (Mon, 23 Jan 2017)

Definition at line 40 of file IEventInfoCnvTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode xAODMaker::IEventInfoCnvTool::convert ( const EventInfo aod,
xAOD::EventInfo xaod,
bool  pileUpInfo = false,
bool  copyPileUpLinks = true,
const EventContext &  ctx = Gaudi::Hive::currentContext() 
) const
pure virtual

Function that fills an existing xAOD::EventInfo object with data.

Implemented in xAODMaker::EventInfoCnvTool.

◆ interfaceID()

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

Gaudi interface definition.

Definition at line 51 of file IEventInfoCnvTool.h.

51  {
52  return IID_IEventInfoCnvTool;
53  }

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